chore(deps): update dependency @rspack/core to v2 - #1023
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
July 28, 2026 10:58
4a7b31c to
a694134
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
July 29, 2026 06:04
a694134 to
3c757c8
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
July 30, 2026 21:12
3c757c8 to
fc750b4
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 4, 2026 18:47
fc750b4 to
722ca74
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 12, 2026 00:09
722ca74 to
42222ee
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 13, 2026 11:45
42222ee to
92747c1
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 26, 2026 02:26
92747c1 to
9c354d6
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 26, 2026 18:13
9c354d6 to
f021cd1
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
August 27, 2026 16:17
f021cd1 to
caf8499
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
September 1, 2026 18:49
caf8499 to
4fd39ba
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
September 2, 2026 21:43
4fd39ba to
a4abfe5
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
September 8, 2026 14:00
a4abfe5 to
5504e3b
Compare
renovate
Bot
force-pushed
the
renovate/major-rspack-monorepo
branch
from
September 9, 2026 22:48
5504e3b to
088cd6f
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.5.7→^2.0.0Release Notes
web-infra-dev/rspack (@rspack/core)
v2.2.3Compare Source
Highlights
CSS Import and Asset URL Externals
Rspack now supports
asset,asset-url, andcss-importexternal types, allowing CSS to reference stylesheets and assets hosted elsewhere. External@importstatements preservelayer,supports, and media conditions, so conditional styles stay conditional in the emitted CSS. #15431, #15522.More Flexible and Reliable Native Watching
With
experiments.nativeWatcherenabled,watchOptions.ignorednow accepts a function, making it easier to reuse existing ignore rules when switching to the native watcher. File event processing has also been improved to reduce event loss during large bursts of changes on Linux. #15254.Lower Resolution Overhead for TypeScript Projects
Relative imports such as
./utilsand../sharedno longer trigger unnecessary tsconfig loading or tracking of its project-reference tree. This reduces configuration reads and dependency tracking, especially in large TypeScript projects with many project references. #15492.What's Changed
New Features 🎉
ignoredoption by @stormslowly in #15254Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
swc_corefrom 77.0.0 to 77.1.2 by @tusharsingh308 in #15421Full Changelog: web-infra-dev/rspack@v2.2.2...v2.2.3
v2.2.2Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.2.1...v2.2.2
v2.2.1Compare Source
Highlights
Corrected
compact-hashedIDs namingRspack 2.2.0 introduced compact hashed module and chunk IDs under the mistakenly named
compat-hashedoption andCompatHashedModuleIdsPlugin/CompatHashedChunkIdsPluginAPIs. Rspack 2.2.1 corrects these names tocompact-hashed,CompactHashedModuleIdsPlugin, andCompactHashedChunkIdsPlugin.The names introduced in 2.2.0 remain available as deprecated compatibility aliases, but we recommend upgrading to Rspack 2.2.1 and using the corrected names:
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
🎉 See Announcing Rspack 2.2 for more details.
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.10...v2.2.0
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 🐞
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.