chore(deps): update rspack dependencies#76
Merged
Merged
Conversation
8fa7d81 to
dee7df9
Compare
Contributor
Author
|
65b1e0e to
4ff5dc1
Compare
d9a72ac to
da6a5d2
Compare
da6a5d2 to
15ea735
Compare
15ea735 to
6b3ff67
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
2.0.0-rc.1→2.0.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5=0.100.0-rc.1→=0.100.5Release Notes
web-infra-dev/rspack (@rspack/core)
v2.0.5Compare Source
Highlights
Support
import.meta.globRspack now supports
import.meta.glob, a file-system import API already available in Vite and Turbopack. We chose to align with this ecosystem behavior.More controllable CSS module parsing
CSS modules can now control parsing for
@import, animations, custom idents, and dashed idents throughmodule.parser, so projects can match existing CSS Modules behavior more closely while migrating to Rspack.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v2.0.4...v2.0.5
v2.0.4Compare Source
Highlights 💡
Inline const with module declarations (#14032): Previously, Rspack only inlined constant exports from leaf modules in the module graph. Now constant exports from any module can be inlined, even when that module also imports or re-exports other modules. In rare circular-reference cases this can make a TDZ error disappear, but we do not expect real projects to rely on TDZ errors, so Rspack prioritizes the optimization.
Tree shake namespace default reexport (#13980): Previously, the
import * as a from './a'; export default a;pattern did not tree-shakeathrough the default export. Now Rspack further analyzes the default-exported namespace object and can remove unused exports from the original namespace module.CSS global module type (#13988):
css/globalis useful when most selectors in a stylesheet should stay global, but you still want CSS Modules features for selected local selectors. This makes it easier to migrate existing global CSS gradually without turning every class name into a local scoped name..buttonstays global, while.titleis renamed as a local class.CSS Modules local ident options (#14009): CSS Modules now support local ident hash options such as hash function, digest, digest length, and salt. These options make generated class names more configurable and better aligned with webpack-compatible CSS Modules setups.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v2.0.3...v2.0.4
v2.0.3Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v2.0.2...v2.0.3
v2.0.2Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.0.1...v2.0.2
v2.0.1Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.