chore(deps): update dependency @rspack/core to v0.7.5 - autoclosed #288
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.6.5
->0.7.5
Release Notes
web-infra-dev/rspack (@rspack/core)
v0.7.5
Compare Source
What's Changed
Bug Fixes 🐞
Full Changelog: web-infra-dev/rspack@v0.7.4...v0.7.5
v0.7.4
Compare 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.descriptionData
by @leimonio in https://github.com/web-infra-dev/rspack/pull/6797Rule.descriptionData
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/6813Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.7.3...v0.7.4
v0.7.3
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
ProgressPlugin
configuration by @CPunisher in https://github.com/web-infra-dev/rspack/pull/6722Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v0.7.2...v0.7.3
v0.7.2
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
AssetInfo
type with webpack by @wxiaoyun in https://github.com/web-infra-dev/rspack/pull/6721Bug Fixes 🐞
strict: true
to RawModule by @colinaaa in https://github.com/web-infra-dev/rspack/pull/6755Rule.descriptionData
won't match object types by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6758in_function_scope
for walking method function by @CPunisher in https://github.com/web-infra-dev/rspack/pull/6760Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.7.1...v0.7.2
v0.7.1
Compare 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 https://github.com/web-infra-dev/rspack/pull/6685optimization.chunkIds: 'natural'
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/6692_module
of LoaderContext by @CPunisher in https://github.com/web-infra-dev/rspack/pull/6631Bug Fixes 🐞
\0
to\u200b
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/6656Document Updates 📖
BannerPlugin
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/6693Other Changes
toMatchFileSnapshot
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/6663New Contributors
Full Changelog: web-infra-dev/rspack@v0.7.0...v0.7.1
v0.7.0
Compare Source
What's Changed
see Announcing Rspack v0.7 for more details
Notable Changes 🍭
Breaking Changes 🛠
Compiler
andMultiCompiler
API by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6448Compilation
API by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6505Performance Improvements ⚡
Exciting New Features 🎉
DefinePlugin
are failed to parse by @shulaoda in https://github.com/web-infra-dev/rspack/pull/6382stage
option ofBannerPlugin
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/6623Bug Fixes 🐞
"..."
in importFields by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/6363Document Updates 📖
resolve plugin
not supported by @9aoy in https://github.com/web-infra-dev/rspack/pull/6495module
option of swc minimizer plugin by @emosheeep in https://github.com/web-infra-dev/rspack/pull/6506Other Changes
make_artifact
as raw data by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/6526Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.