Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2025

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

This PR contains the following updates:

Package Change Age Confidence Type Update
@rspack/core (source) 1.5.81.7.0 age confidence resolutions minor
node (source) 24.11.024.12.0 age confidence volta minor
puppeteer (source) 24.28.024.34.0 age confidence devDependencies minor

Release Notes

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

v1.7.0

Compare Source

🎉 See Announcing Rspack 1.7 for more details.
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.8...v1.7.0

v1.6.8

Compare Source

What's Changed
Bug Fixes 🐞

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

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Nov 6, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-non-major branch 14 times, most recently from 6592155 to 8d1fa91 Compare November 13, 2025 14:48
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from 0fcc0dd to a579f00 Compare November 19, 2025 12:24
@renovate renovate bot force-pushed the renovate/all-non-major branch 10 times, most recently from 85ae98f to b24a390 Compare November 26, 2025 14:44
@renovate renovate bot force-pushed the renovate/all-non-major branch 9 times, most recently from 298f727 to 8c82c37 Compare December 4, 2025 15:19
@renovate renovate bot force-pushed the renovate/all-non-major branch 7 times, most recently from e22cc9b to b2609be Compare December 16, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-non-major branch 5 times, most recently from 6a6ada1 to e23e9cd Compare December 20, 2025 10:48
@renovate renovate bot force-pushed the renovate/all-non-major branch from e23e9cd to 65b5732 Compare December 29, 2025 13:27
@renovate renovate bot force-pushed the renovate/all-non-major branch from 65b5732 to 908d173 Compare January 1, 2026 07:53
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