fix(deps): update all non-major dependencies#20
Merged
chenjiahan merged 1 commit intomainfrom Apr 2, 2025
Merged
Conversation
c9c164d to
3ff7874
Compare
3ff7874 to
3a28d89
Compare
chenjiahan
approved these changes
Apr 2, 2025
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.2.6->1.3.1^22.13.8->^22.13.17^2.5.2->^2.6.010.5.2->10.7.1^0.16.0->^0.17.0^2.11.1->^2.12.129.2.6->29.3.1Release Notes
web-infra-dev/rspack (@rspack/core)
v1.3.1Compare Source
v1.3.0Compare Source
What's Changed
See Announcing Rspack 1.3 for more details.
Breaking Changes 🛠
Performance Improvements ⚡
Exciting New Features 🎉
module.generator.json.JSONParseby @colinaaa in https://github.com/web-infra-dev/rspack/pull/9666NormalModule.loadersby @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9664BuilderErrorby @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9627Bug Fixes 🐞
getModuleIdshould return number for deterministic moduleIds by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9785watching.invalidateWithChangesAndRemovals()by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9789Document Updates 📖
entrypoint.getEntrypointChunkto documentation by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9641experiments.outputModuledefault value by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9694extendsconfiguration and blog titles by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9719modern-moduledocs by @Timeless0911 in https://github.com/web-infra-dev/rspack/pull/9806Other Changes
usestatements for better clarity and consistency by @reddevilmidzy in https://github.com/web-infra-dev/rspack/pull/9578module.code_generationto async fn by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9626block_onin rspack_storage by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9700runtime_module.generateby @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9701block_onin runtime modules by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9708block_onin devtool by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9717block_onin split chunk name and test by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9722block_onin split chunk filter by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9732block_onrelated test cases by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9735block_onin asset generator by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9733usestatements for better readability by @reddevilmidzy in https://github.com/web-infra-dev/rspack/pull/9751Filenameuniformly by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9813New Contributors
Full Changelog: web-infra-dev/rspack@v1.2.8...v1.3.0
v1.2.8Compare Source
Highlights 💡
Optimized memory consumption while rebuilding
Bumped Mimalloc to v3 to lift memory usage issue while rebuilding on macOS. https://github.com/web-infra-dev/rspack/pull/9533
A user shared the following results after testing the 1.2.8:
Version | Initial Compile | After 10 HMR
-- | -- | --
1.2.2 | 4.57 GB | 5.48 GB
1.2.7 | 3.93 GB | 4.18 GB
1.2.8-canary-3d971bbf-20250304 | 3.66 GB | 3.72 GB
The 1.2.8 demonstrates a ~10% improvement over 1.2.7.
What's Changed
Exciting New Features 🎉
rspack previewsupport fornodeEnvflag and default env by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9543previewscript and removecross-envby @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9544JSONErrordiagnostic in resolver by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9566entrypoint.getEntrypointChunk()by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9625Bug Fixes 🐞
innerHTMLcontent in rendered asset tags by @faultyserver in https://github.com/web-infra-dev/rspack/pull/9526Document Updates 📖
srioption of HTML plugin by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9610Other Changes
replace_all_placeholderby @shulaoda in https://github.com/web-infra-dev/rspack/pull/9525New Contributors
Full Changelog: web-infra-dev/rspack@v1.2.7...v1.2.8
v1.2.7Compare Source
Highlights 💡
⚡️ Up to 20% faster on macOS
On macOS, Rspack v1.2.7 is up to 20% faster than v1.2.6. See https://github.com/web-infra-dev/rspack/pull/9518 for details.
🌿 20% less HMR memory usage
Name | Base (2025-02-28 2b45815) | Current | Change
-- | -- | -- | --
threejs_development-mode_10x_hmr + rss memory | 1137 MiB ± 129 MiB | 890 MiB ± 293 MiB | -21.72 %
To find out more, follow this link; and this is the benchmark report.
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.