Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 31, 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.6.0<1.8.0 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 - "before 7am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.92%. Comparing base (10806ec) to head (655837f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #722      +/-   ##
==========================================
+ Coverage   67.84%   67.92%   +0.07%     
==========================================
  Files          46       46              
  Lines        2681     2681              
==========================================
+ Hits         1819     1821       +2     
+ Misses        862      860       -2     
Flag Coverage Δ
unit 67.92% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/rspack-monorepo branch 3 times, most recently from 8cf7186 to 63e8d81 Compare January 6, 2026 08:39
@renovate renovate bot force-pushed the renovate/rspack-monorepo branch from 63e8d81 to 655837f Compare January 6, 2026 08:55
@Pijukatel Pijukatel closed this Jan 6, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 6, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (<1.8.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/rspack-monorepo branch January 6, 2026 15:22
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.

2 participants