Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rspack/core (source) 1.5.8 -> 1.6.7 age confidence

Release Notes

web-infra-dev/rspack (@​rspack/core)

v1.6.7

Compare Source

Highlights 💡

🎉 Support for import.meta.filename, import.meta.dirname, and import.meta.resolve

Rspack now supports the import.meta.filename, import.meta.dirname, and import.meta.resolve meta properties in ESM modules.
These properties provide a standardized way to access file and directory paths in ES modules, similar to the CommonJS __filename and __dirname variables:

// Get the absolute path of the current module file
console.log(import.meta.filename);
// e.g., "/path/to/project/src/index.js"

// Get the directory path of the current module
console.log(import.meta.dirname);
// e.g., "/path/to/project/src"

// Resolve a module specifier to an absolute URL
const resolvedPath = import.meta.resolve('./utils.js');

Thanks to @​magic-akari for this contribution!

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.6...v1.6.7

v1.6.6

Compare Source

Highlights 💡

Compact module factories

Rspack now generates a more compact module factory format that trims the wrapper function. Benchmarks show this reduces bundle size by about 1% before gzip.

image

What's Changed

Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.6.5...v1.6.6

v1.6.5

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.4...v1.6.5

v1.6.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.3...v1.6.4

v1.6.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.2...v1.6.3

v1.6.2

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.1...v1.6.2

v1.6.1

Compare Source

What's Changed

Highlights 💡

In Rspack 1.6.1, the source map implementation in the rspack-sources crate has been optimized, improving source map generation performance by roughly 30%.

image
Performance Improvements ⚡
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.0...v1.6.1

v1.6.0

Compare Source

🎉 See Announcing Rspack 1.6 for more details.

What's Changed

Performance Improvements ⚡
New Features 🎉

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from 3474bd3 to 4022fd1 Compare November 12, 2025 22:54
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v1.6.1 chore(deps): update dependency @rspack/core to v1.6.2 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch from 4022fd1 to 4318f22 Compare November 13, 2025 15:41
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v1.6.2 chore(deps): update dependency @rspack/core to v1.6.3 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from cd2ebf1 to c1c4efd Compare November 18, 2025 14:25
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v1.6.3 chore(deps): update dependency @rspack/core to v1.6.4 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch 13 times, most recently from 6a02364 to 5476dbf Compare November 25, 2025 10:42
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v1.6.4 chore(deps): update dependency @rspack/core to v1.6.5 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch 7 times, most recently from 3430cd7 to cfa9f0b Compare December 2, 2025 11:11
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v1.6.5 chore(deps): update dependency @rspack/core to v1.6.6 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch 9 times, most recently from 4e4b549 to 90460dd Compare December 9, 2025 08:40
@renovate renovate bot force-pushed the renovate/all-non-major branch from 90460dd to 385ecd2 Compare December 9, 2025 17:42
@renovate renovate bot changed the title chore(deps): update dependency @rspack/core to v1.6.6 chore(deps): update dependency @rspack/core to v1.6.7 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/all-non-major branch from 385ecd2 to 97ac7dc Compare December 11, 2025 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant