chore(deps): update rspack to v2.2.1 - #3415
Conversation
|
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Merging this PR will improve performance by 7.49%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | WallTime | 004-various-update__main-thread-setAttribute__ListItemPlatformInfoSpread |
24.4 µs | 22.6 µs | +7.93% |
| ⚡ | Simulation | 004-various-update__main-thread-setAttribute__ListItemPlatformInfoSpread |
125.1 µs | 116 µs | +7.79% |
| ⚡ | WallTime | 004-various-update__main-thread-setAttribute__Spread |
81.2 µs | 76 µs | +6.76% |
Tip
Curious why performance improved? Comment @codspeedbot explain why performance improved on this PR, or directly use the CodSpeed MCP with your agent.
Comparing renovate/rspack (73551a4) with main (0a52438)
Footnotes
-
26 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
React MTF Example#4787 Bundle Size — 210.06KiB (+0.01%).73551a4(current) vs 0a52438 main#4776(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate/rspack Project dashboard Generated by RelativeCI Documentation Report issue |
React External#4765 Bundle Size — 581.98KiB (~+0.01%).73551a4(current) vs 0a52438 main#4754(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate/rspack Project dashboard Generated by RelativeCI Documentation Report issue |
Web Explorer#13251 Bundle Size — 1.29MiB (~-0.01%).73551a4(current) vs 0a52438 main#13240(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate/rspack Project dashboard Generated by RelativeCI Documentation Report issue |
React Example with Element Template#3925 Bundle Size — 227.02KiB (0%).73551a4(current) vs 0a52438 main#3914(baseline) Bundle metrics
|
| Current #3925 |
Baseline #3914 |
|
|---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
4 |
4 |
|
175 |
175 |
|
62 |
62 |
|
36.62% |
36.62% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
| Current #3925 |
Baseline #3914 |
|
|---|---|---|
145.76KiB |
145.76KiB |
|
81.26KiB |
81.26KiB |
Bundle analysis report Branch renovate/rspack Project dashboard
Generated by RelativeCI Documentation Report issue
React Example#11664 Bundle Size — 238.82KiB (+0.01%).73551a4(current) vs 0a52438 main#11653(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate/rspack Project dashboard Generated by RelativeCI Documentation Report issue |
b2b4ef9 to
504557b
Compare
|
a887bf9 to
afddb70
Compare
b99ec8f to
040e694
Compare
040e694 to
73551a4
Compare
Unable to generate the flame graphsThe performance report has correctly been generated, but there was an internal error while generating the flame graphs for this run. We're working on fixing the issue. Feel free to contact us on Discord or at support@codspeed.io if the issue persists. |
This PR contains the following updates:
2.1.7→2.2.12.1.7→2.2.12.1.0→2.2.1Release Notes
web-infra-dev/rspack (@rspack/cli)
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 🐞
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
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 these updates again.
This PR has been generated by Mend Renovate CLI.