chore: update dependency @rspack/core to v2 - #1799
renovate[bot] wants to merge 1 commit into
Conversation
|
4a2bae0 to
acb66f9
Compare
f7df3ff to
9caf8a4
Compare
e4f1d65 to
ecfa318
Compare
2d49441 to
fa879df
Compare
14d19fb to
3037475
Compare
3037475 to
7154185
Compare
ce12300 to
8f5101c
Compare
e90c650 to
d840167
Compare
e2f4d3b to
b9c654b
Compare
92f5056 to
be8e2db
Compare
be8e2db to
3d87304
Compare
7ea494c to
4c7b935
Compare
f651917 to
afe66bc
Compare
d039c5d to
1e2f821
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
5c976ac to
c5303a0
Compare
c5303a0 to
8535e0e
Compare
8535e0e to
c05c896
Compare
This PR contains the following updates:
1.7.12→2.2.6Release Notes
web-infra-dev/rspack (@rspack/core)
v2.2.6Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.2.5...v2.2.6
v2.2.5Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
Full Changelog: web-infra-dev/rspack@v2.2.4...v2.2.5
v2.2.4Compare Source
Highlights
CSS-only entry bundling
CSS-only entries using native CSS support now emit standalone stylesheets without an unnecessary JavaScript bundle. Standalone runtime chunks are also omitted when no JavaScript entry needs them, making it easier to build CSS assets directly. See #14879.
Ignore magic comments in CSS
Native CSS support now recognizes
webpackIgnoreand itsrspackIgnorealias for@import,url(), andimage-set()dependencies. This lets you leave selected references for the browser to load instead of resolving and bundling them. See #15314.Reliable persistent caching for child compilers
With
experiments.newCache, parent and child compilers now coordinate access to shared persistent cache storage while keeping their entries separate. This prevents conflicting writes and cleanup from losing cached data, and allows both parent and child modules to be restored across compiler restarts. See #15616.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.2.3...v2.2.4
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 🚀
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.