chore(deps): update rspack to ^1.4.0 #513
Merged
+112
−92
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.0Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.4.0Compare Source
🎉 See Announcing Rspack 1.4 for more details.
What's Changed
Performance Improvements ⚡
ModuleGraphCacheand cache the result ofget_modeanddetermine_export_assignmentsby @CPunisher in https://github.com/web-infra-dev/rspack/pull/10584esm_export_imported_specifier_dependencyby @CPunisher in https://github.com/web-infra-dev/rspack/pull/10657partialto make all properties optional by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10778New Features 🎉
inputFileSystemon the rust side by @nilptr in https://github.com/web-infra-dev/rspack/pull/8643callbackifycallbacks by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10622StatsErrorCodeby @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10624Bug Fixes 🐞
number_hashshould useu64to 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.charsetof swc-loader by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10668browserslist:envfrom target by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/10730-debugidsto Zod schema by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10728loaderContext.importModuleshould return error by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10750experimentsfield by @fi3ework in https://github.com/web-infra-dev/rspack/pull/10758Refactor 🔨
.superRefine()forbuiltin:swc-loaderby @colinaaa in https://github.com/web-infra-dev/rspack/pull/10679.superRefine()by @colinaaa in https://github.com/web-infra-dev/rspack/pull/10729rspack_nodeinto separaterspack_binding_apiby @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10770Document Updates 📖
Other Changes
z.functionwithz.customby @colinaaa in https://github.com/web-infra-dev/rspack/pull/10602.superRefine()forexternalsby @colinaaa in https://github.com/web-infra-dev/rspack/pull/10609start/shutdownAsyncRuntimeand exports by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10659rctag by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/10761NeverGrowInPlaceAllocatorfor benchmark by @CPunisher in https://github.com/web-infra-dev/rspack/pull/10781fair-schedfor 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.15Compare 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.14Compare 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.13Compare Source
Highlights
🚀 Rustify browserslist
Rspack now uses
browserslist_rsinstead of thebrowserslistnpm package to parse browserslist query, which can make browserslist query parsing faster and improve consistency in SWC and lightningcss:targetis 5.5x faster than before.caniuse-litedependency, reduced 2.15MB install size.What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
targetdefault 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.