chore(deps): update rspack monorepo to v2 - #2931
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
2 times, most recently
from
June 18, 2026 13:05
bdb2ff3 to
16ff6f0
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
3 times, most recently
from
July 3, 2026 10:32
2927aa8 to
30b83f7
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
6 times, most recently
from
July 16, 2026 16:17
d711bb1 to
1bde8ce
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
July 17, 2026 13:56
1bde8ce to
21dd2ab
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
4 times, most recently
from
July 31, 2026 13:42
ab876d4 to
5d2748d
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
3 times, most recently
from
August 7, 2026 14:41
6ea85d5 to
9e366c8
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 12, 2026 00:03
9e366c8 to
5e095c1
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 16, 2026 11:19
5e095c1 to
c9853d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.12→2.1.101.7.12→2.1.10Release Notes
web-infra-dev/rspack (@rspack/cli)
v2.1.10Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
new URLtargets in new-url-relative mode by @elecmonkey in #15155contextfrom loaded config by @stormslowly in #15162Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.9...v2.1.10
v2.1.9Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
swc_corefrom 72 to 76 by @CPunisher in #15122New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.8...v2.1.9
v2.1.8Compare Source
Highlights
Persistent cache storage options now align with webpack
Rspack now supports
cache.nameandcache.storage.location, aligning with webpack's persistent cache semantics.cache.storage.directoryis now the base directory, while the final cache location defaults to<directory>/<cache.name>. Default cache paths remain unchanged.If you previously used
storage.directoryas the exact cache path, migrate it tostorage.location. Existing cache data is not migrated automatically.cache: { type: 'persistent', storage: { type: 'filesystem', - directory: '/custom/cache', + location: '/custom/cache', }, }What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.7...v2.1.8
v2.1.7Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v2.1.6...v2.1.7
v2.1.6Compare Source
What's Changed
New Features 🎉
Performance 🚀
in #14834
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.5...v2.1.6
v2.1.5Compare Source
What's Changed
Bug Fixes 🐞
Refactor 🔨
Other Changes
Full Changelog: web-infra-dev/rspack@v2.1.4...v2.1.5
v2.1.4Compare Source
Highlights
Fine-grained
import.metaparser optionsmodule.parser.javascript.importMetanow accepts an object so each knownimport.metaproperty can be configured independently, on top of the existingtrue/false/'preserve-unknown'values. Properties set tofalseare preserved for runtime evaluation, omitted properties keep their default behavior, and unknown properties are preserved. Both webpack-compatible keys (dirname,filename,main,url,webpack,webpackContext) and Rspack-specific keys (rspackHash,rspackPublicPath,glob, ...) are supported.Static worker URL output
module.parser.javascript.workernow accepts an object form withaliasandurl, alongside the existingbooleanandstring[]forms. Withurl: 'new-url-relative'andoutput.moduleenabled, Rspack emits a staticnew URL()expression fornew Worker(new URL(..., import.meta.url))instead of runtime code, honoringoutput.publicPathandoutput.workerPublicPath.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.3...v2.1.4
[
v2.1.3](https://redirect.githubConfiguration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.