chore(deps): update rspack dependencies - #79
Conversation
b3515f8 to
e109045
Compare
📝 WalkthroughWalkthroughThis pull request updates rspack ecosystem dependencies across the project from versions 0.100.5 and 2.0.5 to 0.100.8 and 2.0.8. The Cargo.toml file pins eight Rust crates in 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
4abe0d3 to
732a9ea
Compare
732a9ea to
aa853db
Compare
|
bcacb66 to
dc49886
Compare
e21ca15 to
865b851
Compare
1bdd6c4 to
76dffc8
Compare
e44b13d to
4b1ba03
Compare
947a1cf to
7462468
Compare
7462468 to
9134e95
Compare
9134e95 to
6a9b656
Compare
25421ed to
6623cd0
Compare
6623cd0 to
188b218
Compare
188b218 to
e578d2c
Compare
This PR contains the following updates:
2.0.5→2.2.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3=0.100.5→=0.102.20.102.3Release 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
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.