chore(deps): update rspack to ^1.4.0 #513
Merged
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.3.12
->^1.4.0
^1.3.12
->^1.4.0
Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.4.0
Compare Source
🎉 See Announcing Rspack 1.4 for more details.
What's Changed
Performance Improvements ⚡
ModuleGraphCache
and cache the result ofget_mode
anddetermine_export_assignments
by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10584esm_export_imported_specifier_dependency
by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10657partial
to make all properties optional by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10778New Features 🎉
inputFileSystem
on the rust side by @nilptr in https://github.com/web-infra-dev/rspack/pull/8643callbackify
callbacks by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10622StatsErrorCode
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10624Bug Fixes 🐞
number_hash
should useu64
to avoid addition overflow by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10615Mutex<Arc<tokio::sync::OnceCell<JsLoaderRunner>>>
to avoid loader runner deadlock by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10632jsc.output.charset
of swc-loader by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10668browserslist:env
from target by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10730-debugids
to Zod schema by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10728loaderContext.importModule
should return error by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10750experiments
field by @fi3ework in https://github.com/web-infra-dev/rspack/pull/10758Refactor 🔨
.superRefine()
forbuiltin:swc-loader
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10679.superRefine()
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10729rspack_node
into separaterspack_binding_api
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10770Document Updates 📖
Other Changes
z.function
withz.custom
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10602.superRefine()
forexternals
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10609start/shutdownAsyncRuntime
and exports by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10659rc
tag by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10761NeverGrowInPlaceAllocator
for benchmark by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10781fair-sched
for codspeed by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10734New Contributors
Full Changelog: web-infra-dev/rspack@v1.3.15...v1.4.0
v1.3.15
Compare Source
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.3.14...v1.3.15
v1.3.14
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v1.3.13...v1.3.14
v1.3.13
Compare Source
Highlights
🚀 Rustify browserslist
Rspack now uses
browserslist_rs
instead of thebrowserslist
npm package to parse browserslist query, which can make browserslist query parsing faster and improve consistency in SWC and lightningcss:target
is 5.5x faster than before.caniuse-lite
dependency, reduced 2.15MB install size.What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
target
default value and browserslist usage by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10527Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.3.12...v1.3.13
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.