chore(deps): update dependency @rspack/cli to v1 - autoclosed #105
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.3.6
->1.0.14
Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.0.14
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
require.ensure
by @CPunisher in https://github.com/web-infra-dev/rspack/pull/7972ResolveData
type by @9aoy in https://github.com/web-infra-dev/rspack/pull/8177Bug Fixes 🐞
Document Updates 📖
html-rspack-tags-plugin
as an alternative by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8158Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.13...v1.0.14
v1.0.13
Compare Source
What's Changed
Bug Fixes 🐞
Document Updates 📖
webpack-assets-manifest
compatibility status by @9aoy in https://github.com/web-infra-dev/rspack/pull/8144Other Changes
Full Changelog: web-infra-dev/rspack@v1.0.12...v1.0.13
v1.0.12
Compare Source
What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
test
option to SourceMapDevToolPlugin by @inottn in https://github.com/web-infra-dev/rspack/pull/8136Other Changes
-t
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8122Full Changelog: web-infra-dev/rspack@v1.0.11...v1.0.12
v1.0.11
Compare Source
Highlights 💡
Faster Startup 🚀
The Node.js code from
@rspack/core
is now bundled into a single bundle, making Rspack startup 30ms faster.What's Changed
Performance Improvements ⚡
@rspack/core
for faster startup by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8072HASH_PLACEHOLDER_REGEX
with simple string parsing by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7907Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.10...v1.0.11
v1.0.10
Compare Source
What's Changed
Highlights
The
swc_core
crate has been upgraded from version0.106.1
to0.109.1
. Fixed the source map error in SWC minifier when used with Sentry.For a detailed comparison between swc versions, see the https://github.com/swc-project/swc/compare/[email protected][email protected].
Exciting New Features 🎉
Bug Fixes 🐞
chunk.contentHash
in PathData ofcompilation.getPath
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8074Other Changes
Full Changelog: web-infra-dev/rspack@v1.0.9...v1.0.10
v1.0.9
Compare Source
What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
compilation.getPath
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8032Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.0.8...v1.0.9
v1.0.8
Compare Source
What's Changed
Highlights
swc_core
has been upgraded to 0.106.0 and swc minifier source map error has been fixed by @SyMind in https://github.com/web-infra-dev/rspack/pull/7991Performance Improvements ⚡
Exciting New Features 🎉
compilation.builtModules
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7984Bug Fixes 🐞
HookMap
forruntimeRequirementInTree
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/7987Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.0.7...v1.0.8
v1.0.7
Compare Source
What's Changed
Performance Improvements ⚡
browserslist
package by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/7963Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.0.6...v1.0.7
v1.0.6
Compare Source
What's Changed
Highlights
Support ContextReplacementPlugin
For more information, please refer to the documentation ContextReplacementPlugin.
Performance Improvements ⚡
cow-utils
instead by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7908Exciting New Features 🎉
compilation.hooks.runtimeRequirementInTree
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7917emitDiagnostic
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7879compilation.addRuntimeModule
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7925Bug Fixes 🐞
testu
by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7894var
by @inottn in https://github.com/web-infra-dev/rspack/pull/7903Document Updates 📖
extensionAlias
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/7951Other Changes
realDependencyLocation
instead ofrange
in dependency by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7892New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.5...v1.0.6
v1.0.5
Compare Source
What's Changed
Bug Fixes 🐞
hideStack
is set totrue
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7867Document Updates 📖
this.callback
usage by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7855sources
JavaScript API by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/7876Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.4...v1.0.5
v1.0.4
Compare Source
What's Changed
Exciting New Features 🎉
ErrorSpan
in dependency trait by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7841Bug Fixes 🐞
Document Updates 📖
Other Changes
-t
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7835noImplicitAnyLet
andnoArrayIndexKey
rules by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7843Full Changelog: web-infra-dev/rspack@v1.0.3...v1.0.4
v1.0.3
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
compilation.chunkGroups[].origins
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7776Bug Fixes 🐞
Configuration
📅 Schedule: Branch creation - "before 7am" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.