Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 11, 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.81.7.1 age confidence
prettier (source) 3.6.23.7.4 age confidence
turbo (source) 2.6.02.7.3 age confidence

Release Notes

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

v1.7.1

Compare Source

What's Changed

New Features 🎉
  • feat(module-federation): enhance manifest generation and shared module handling by @​2heal1 in #​12399
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

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

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 🐞

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 11, 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 5 times, most recently from e75551c to d31b6ad Compare November 19, 2025 03:10
@renovate renovate bot force-pushed the renovate/all-non-major branch 4 times, most recently from ef19df8 to 54c89b7 Compare November 27, 2025 15:53
@renovate renovate bot force-pushed the renovate/all-non-major branch 11 times, most recently from 29df701 to f9aa7c9 Compare December 4, 2025 22:11
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 284e8ca to 7f2c30d Compare December 15, 2025 08:34
@renovate renovate bot force-pushed the renovate/all-non-major branch 2 times, most recently from ba08b8c to fc4671c Compare December 15, 2025 13:23
@renovate renovate bot force-pushed the renovate/all-non-major branch 7 times, most recently from aa36d95 to a34cae7 Compare December 20, 2025 23:15
@renovate renovate bot force-pushed the renovate/all-non-major branch from a34cae7 to b1f283c Compare December 23, 2025 22:32
@renovate renovate bot force-pushed the renovate/all-non-major branch 6 times, most recently from 61677fa to 5f53021 Compare January 6, 2026 14:54
@renovate renovate bot force-pushed the renovate/all-non-major branch from 5f53021 to 9b74dd1 Compare January 7, 2026 11:30
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