chore(deps): update dependency @rspack/cli to v0.6.5 #3917
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:
0.5.0
->0.6.5
Release Notes
web-infra-dev/rspack (@rspack/cli)
v0.6.5
Compare Source
Hotfixes
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
@rspack/dev-server
on demand by @xc2 in https://github.com/web-infra-dev/rspack/pull/6370Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.4...v0.6.5
v0.6.4
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
errors
andwarnings
inCompilation
by @coder-xiaotian in https://github.com/web-infra-dev/rspack/pull/6300@rspack/core
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/6421Bug Fixes 🐞
{ timestamp: true}
by @SoonIter in https://github.com/web-infra-dev/rspack/pull/6387Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.3...v0.6.4
v0.6.3
Compare Source
What's Changed
Highlights
Provide type declaration for builtin:swc-loader
@rspack/core
now provides the type declaration forbuiltin:swc-loader
, which can help you to configure the swc-loader correctly:// rspack.config.js module.exports = { module: { rules: [ { test: /\.js$/, use: { loader: 'builtin:swc-loader', + /** @​type {import('@​rspack/core').SwcLoaderOptions} */ options: { // some options }, }, }, ], }, };
Updated Plugin Documentation for Rspack
We've revamped the plugin documentation for Rspack to enhance clarity and improve your experience.
Please visit: https://www.rspack.dev/plugins
Exciting New Features 🎉
Bug Fixes 🐞
ModuleFilenameHelpers
andTemplate
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6279toJSON
method ofadditionalData
by @NotEvenANeko in https://github.com/web-infra-dev/rspack/pull/5904Other Changes
Module
'static
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6292New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.2...v0.6.3
v0.6.2
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
emit
option for asset modules by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/6255Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.1...v0.6.2
v0.6.1
Compare Source
What's Changed
Highlights
Fixed a case where locally defined variables in class being falsely transformed
global
should be kept as-is withnode.global = true
iftarget
includes'web'
.Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v0.6.0...v0.6.1
v0.6.0
Compare Source
Rspack 0.6.0 is out!
Read the announcement blog post: Announcing Rspack 0.6.
Overview
compiler.build
andcompiler.rebuild
What's Changed
Breaking Changes 🛠
compiler.build
andcompiler.rebuild
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6066Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Compiler
andCompilation
inLoaderContext
of a childCompiler should be updated by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6034cacheGroup.name()
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6081VecDeq
by @IWANABETHATGUY in https://github.com/web-infra-dev/rspack/pull/6134unknown || truthy = unknown truthy
eval logical or by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/6139Rule.enforce
should be applied touse
of function type by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6112Documentation Updates 📚
Other Changes
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 has been generated by Renovate Bot.