chore(deps): update dependency @rspack/core to v0.5.7 #2192
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.5.0
->0.5.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
web-infra-dev/rspack (@rspack/core)
v0.5.7
Compare Source
What's Changed
Highlights
Support experimental SWC wasm plugins for
builtin:swc-loader
Aligned wasm plugin architecture with JavaScript
swc-loader
.Check out the detail at swc plugins.
Great work done by @dm33tri 🎉.
Exciting New Features 🎉
module.noParse
by @xc2 in https://github.com/web-infra-dev/rspack/pull/5829Bug Fixes 🐞
Other Changes
Compilation::update_module_graph
to its own file by @Boshen in https://github.com/web-infra-dev/rspack/pull/5884UpdateModuleGraph
struct withcutout
andrepair
steps by @Boshen in https://github.com/web-infra-dev/rspack/pull/5891New Contributors
Full Changelog: web-infra-dev/rspack@v0.5.6...v0.5.7
v0.5.6
Compare Source
What's Changed
Highlight
Improve HMR performance around 60%
Introducing sourcemap caching has improved the compilation speed of HMR (Hot Module Replacement), typically resulting in an improvement of around 60%.![benchmark of rspack](https://private-user-images.githubusercontent.com/42857895/310039883-fd138eeb-b915-418c-a3e9-4e9e99e1d58f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MzE0MDUsIm5iZiI6MTczOTUzMTEwNSwicGF0aCI6Ii80Mjg1Nzg5NS8zMTAwMzk4ODMtZmQxMzhlZWItYjkxNS00MThjLWEzZTktNGU5ZTk5ZTFkNThmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDExMDUwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY1NjY0MDU5YzQ4NWJjN2Q0YmVlMDI3MDU0ZWNiNjA3NTEwMjRhNTg2YzMyZjY1MzMwMGQyNzQ0ZDdlZGI2MmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.esLpLAx_c7fF3U0iFW7ukrQfgv0pP1vUR0hYou30MFw)
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
this
in ctor default param transform intoundefined
by @NotEvenANeko in https://github.com/web-infra-dev/rspack/pull/5787Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.5.5...v0.5.6
v0.5.5
Compare Source
What's Changed
Highlight
Added diagnostic suggestions for extension-less module resolutions
This added suggestions for potential files that can be resolved while the bundler's configuration may not be correct. This might also be helpful for those whose project was migrated from lower versions.
Project tree:
Resolve error:
The error suggests to add the extension
".txt"
toresolve.extensions
, as, by default, rspack does not support for extension-less module requests like "txt".Kudos to @luhc228.
Performance Improvements ⚡
Exciting New Features 🎉
parser.hooks.expression_conditional_operation
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5754undefined
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5762Bug Fixes 🐞
vesrion
->version
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5678typeof aliasRequire
should work by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5693oxc-resolver
to fix windows path by @Boshen in https://github.com/web-infra-dev/rspack/pull/5722(0,
for non-directly import by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5749Other Changes
expr_mather::import_meta
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5623.changeset
directory by @Boshen in https://github.com/web-infra-dev/rspack/pull/5669import_scanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5672CallHooksName
to spearte module by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5691parser.enter_assign
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5702HarmonyImportDependencyScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5737parser.imports
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5742ImporterInfo
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5744HarmonyImportRefDependencyScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5748HarmonyExportDependencyScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5756New Contributors
Full Changelog: web-infra-dev/rspack@v0.5.4...v0.5.5
v0.5.4
Compare Source
What's Changed
Highlight
Performance Improvements ⚡
AllowedMemberTypes
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5550Exciting New Features 🎉
compiler.rebuild
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/5583Bug Fixes 🐞
per_statement
parser hooks by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5568Other Changes
HarmonyDetectionScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5508WorkerSyntaxScanner
in deps collection stage by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5512WorkerSyntaxScanner
in optimize by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5513WorkerScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5527ImportMetaContextDependencyParserPlugin
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5557hooks.compilation
by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5532HotModuleReplacementScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5585hooks.compilation
js hook by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/5586ImportScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5607ImportMetaScanner
by @bvanjoi in https://github.com/web-infra-dev/rspack/pull/5547Full Changelog: web-infra-dev/rspack@v0.5.3...v0.5.4
v0.5.3
Compare Source
What's Changed
Highlights
Fix: build gets stuck at seal when using Module Federation with
shared
optionWhen using ModuleFederationPlugin with
shared
option, build may get stuck. See #5494Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Configuration
📅 Schedule: Branch creation - "before 8am on Friday" (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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.