-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @rspack/core to v1.3.0 #21
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/rspack-core-1.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
c0879fb
to
d3349bc
Compare
d3349bc
to
d39a9ad
Compare
f934587
to
c4570b7
Compare
c4570b7
to
775d5db
Compare
775d5db
to
cda5786
Compare
cda5786
to
ca5b4dc
Compare
ca5b4dc
to
76511ce
Compare
22cf8ef
to
367d72a
Compare
367d72a
to
9d0459c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0.5
->1.3.0
Release Notes
web-infra-dev/rspack (@rspack/core)
v1.3.0
Compare Source
What's Changed
See Announcing Rspack 1.3 for more details.
Breaking Changes 🛠
Performance Improvements ⚡
Exciting New Features 🎉
module.generator.json.JSONParse
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/9666NormalModule.loaders
by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9664BuilderError
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9627Bug Fixes 🐞
getModuleId
should 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.getEntrypointChunk
to documentation by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9641experiments.outputModule
default value by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9694extends
configuration and blog titles by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9719modern-module
docs by @Timeless0911 in https://github.com/web-infra-dev/rspack/pull/9806Other Changes
use
statements for better clarity and consistency by @reddevilmidzy in https://github.com/web-infra-dev/rspack/pull/9578module.code_generation
to async fn by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9626block_on
in rspack_storage by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9700runtime_module.generate
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9701block_on
in runtime modules by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9708block_on
in devtool by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9717block_on
in split chunk name and test by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9722block_on
in split chunk filter by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9732block_on
related test cases by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9735block_on
in asset generator by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9733use
statements for better readability by @reddevilmidzy in https://github.com/web-infra-dev/rspack/pull/9751Filename
uniformly 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.8
Compare 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 preview
support fornodeEnv
flag and default env by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9543preview
script and removecross-env
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9544JSONError
diagnostic 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 🐞
innerHTML
content in rendered asset tags by @faultyserver in https://github.com/web-infra-dev/rspack/pull/9526Document Updates 📖
sri
option of HTML plugin by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9610Other Changes
replace_all_placeholder
by @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.7
Compare 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 🎉
maxGenerations
support by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9517Bug Fixes 🐞
Document Updates 📖
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.