chore(deps): update dependency @rspack/cli to v0.7.5 #108
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:
0.3.6->0.7.5Release Notes
web-infra-dev/rspack (@rspack/cli)
v0.7.5Compare Source
What's Changed
Bug Fixes 🐞
Full Changelog: web-infra-dev/rspack@v0.7.4...v0.7.5
v0.7.4Compare Source
What's Changed
Highlights
LightningCSS minimizer
In v0.7.4 Rspack provides a new CSS minimizer which uses Lightning CSS under the hood, for now you can enable it by
optimization.minimizer, and in Rspack v1.0, it will be enabled by default.And here are two very useful features powered by the new LightningCSS minimizer:
Checkout our docs for more details.
Compatible with worker-loader
In v0.7.4 Rspack is compatible with worker-loader, which is usually used by some older projects, so this is provided only as a temporary solution to facilitate these older projects migration to Rspack, checkout our docs for more details.
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
module.rules.descriptionDataby @leimonio in #6797Rule.descriptionDataby @chenjiahan in #6813Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.7.3...v0.7.4
v0.7.3Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
ProgressPluginconfiguration by @CPunisher in #6722Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v0.7.2...v0.7.3
v0.7.2Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
AssetInfotype with webpack by @wxiaoyun in #6721Bug Fixes 🐞
strict: trueto RawModule by @colinaaa in #6755Rule.descriptionDatawon't match object types by @h-a-n-a in #6758in_function_scopefor walking method function by @CPunisher in #6760Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.7.1...v0.7.2
v0.7.1Compare Source
What's Changed
Highlights
Check exports presence
Now Rspack will emit warnings for using non-existent exports and conflicting re-exports, checkout docs for more details.
10%-15% performance improvement for JavaScript parsing
The old JavaScript parser performs multiple times of parsing and code generation.
In this version, Rspack refactored the current implementation. It's one time parsing now.
Check out the PR for detail.
Performance Improvements ⚡
Exciting New Features 🎉
optimization.moduleIds: 'natural'by @colinaaa in #6685optimization.chunkIds: 'natural'by @colinaaa in #6692_moduleof LoaderContext by @CPunisher in #6631Bug Fixes 🐞
\0to\u200bby @LingyuCoder in #6656Document Updates 📖
BannerPluginby @colinaaa in #6693Other Changes
toMatchFileSnapshotby @colinaaa in #6663New Contributors
Full Changelog: web-infra-dev/rspack@v0.7.0...v0.7.1
v0.7.0Compare Source
What's Changed
see Announcing Rspack v0.7 for more details
Notable Changes 🍭
Breaking Changes 🛠
CompilerandMultiCompilerAPI by @h-a-n-a in #6448CompilationAPI by @h-a-n-a in #6505Performance Improvements ⚡
Exciting New Features 🎉
DefinePluginare failed to parse by @shulaoda in #6382stageoption ofBannerPluginby @colinaaa in #6623Bug Fixes 🐞
"..."in importFields by @ahabhgk in #6363Document Updates 📖
resolve pluginnot supported by @9aoy in #6495moduleoption of swc minimizer plugin by @emosheeep in #6506Other Changes
make_artifactas raw data by @jerrykingxyz in #6526New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.5...v0.7.0
v0.6.5Compare Source
Hotfixes
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
@rspack/dev-serveron demand by @xc2 in #6370Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.4...v0.6.5
v0.6.4Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Configuration
📅 Schedule: Branch creation - "before 7am" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.