chore: update dependency @rspack/core to v2#1799
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
April 29, 2026 10:42
4a2bae0 to
acb66f9
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
2 times, most recently
from
May 12, 2026 11:42
f7df3ff to
9caf8a4
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
2 times, most recently
from
May 20, 2026 15:44
e4f1d65 to
ecfa318
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
3 times, most recently
from
June 1, 2026 18:45
2d49441 to
fa879df
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
2 times, most recently
from
June 11, 2026 13:41
14d19fb to
3037475
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
June 13, 2026 16:41
3037475 to
7154185
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
3 times, most recently
from
July 3, 2026 10:00
ce12300 to
8f5101c
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
3 times, most recently
from
July 16, 2026 23:50
e90c650 to
d840167
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
July 17, 2026 18:13
d840167 to
e8b1616
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.4Release Notes
web-infra-dev/rspack (@rspack/core)
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.3Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
d6bd70b(#14646 by @stormslowly)Full Changelog: web-infra-dev/rspack@v2.1.2...v2.1.3
v2.1.2Compare Source
What's Changed
Highlights 💡
Support
import.metastyle module variablesRspack now exposes more module variables through
import.meta, which aligns better with the ESM specification than CommonJS-style injected globals. When authoring ESM modules,import.metais now the recommended way to access these runtime values.The newly supported
import.metaproperties are:import.meta.rspackPublicPath__webpack_public_path__import.meta.rspackBaseUri__webpack_base_uri__import.meta.rspackShareScopes__webpack_share_scopes__import.meta.rspackInitSharing__webpack_init_sharing__import.meta.rspackNonce__webpack_nonce__import.meta.rspackUniqueId__rspack_unique_id__import.meta.rspackVersion__rspack_version__import.meta.rspackHash__webpack_hash__New Features 🎉
import.metastyle module variables (#14539 by @LingyuCoder)Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v2.1.1...v2.1.2
v2.1.1Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.0...v2.1.1
v2.1.0Compare Source
What's Changed
🎉 See Announcing Rspack 2.1 for more details.
New Features 🎉
getProvidedExports()to JS API by @logonoff in #14349inon ESM imports by @ahabhgk in #14426maxGenerationstomaxVersionsby @ahabhgk in #14545Performance 🚀
Bug Fixes 🐞
overrideStrictfor ContextModule by @colinaaa in #14361dim()in graphical renderer by @ruanyl in #14561Refactor 🔨
Document 📖
Other Changes
Configuration
📅 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.