Update rspack monorepo to v1.2.0 #23871
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.1.8
->1.2.0
1.1.8
->1.2.0
Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.2.0
Compare Source
See Announcing Rspack 1.2 for more details.
What's Changed
Performance Improvements ⚡
CachedSource
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8666substring
ofrspack-sources
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8731fast-glob
to v0.4.1 by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8800Exciting New Features 🎉
size
option for optimization.chunkIds config by @inottn in https://github.com/web-infra-dev/rspack/pull/8642WarnCaseSensitiveModulesPlugin
and disable it by default by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/8697match_when_empty
for rule condition by @CPunisher in https://github.com/web-infra-dev/rspack/pull/88092
to reduce bundle size by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8853config.mode
andconfig.name
by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8920devtool
to compiler options builder by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8940enforceRelative
plugin option to preserve './' by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8946optimization
in compiler options builder by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8979json
type by @cbbfcd in https://github.com/web-infra-dev/rspack/pull/8947@rspack/tracing
as peer dependency by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9008generator['asset'].importMode
for Rslib by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8724Bug Fixes 🐞
loaderContext.importModule
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8766process.cwd()
when outside Rspack by @colinaaa in https://github.com/web-infra-dev/rspack/pull/8845lazyCompilation.backend.client
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/8934lazyCompilation.backend.server
option by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9009Document Updates 📖
resolve.mainFields
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8703SwcJsMinimizerRspackPlugin
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8745loaderContext.importModule()
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8821avoidEntryIife
added version by @fi3ework in https://github.com/web-infra-dev/rspack/pull/8892WarnCaseSensitiveModulesPlugin
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8898invalid
compiler hook by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9003Other Changes
span_to_location
into traitSourcePosition
by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8640rspack_binding_values
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8761getRawOptions
as possible by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8773format!
by @hamirmahal in https://github.com/web-infra-dev/rspack/pull/8228run_loaders
takes a single plugin only by @wtlin1228 in https://github.com/web-infra-dev/rspack/pull/8968Compiler::builder
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9020MADV_DONTNEED
thanMADV_FREE
on Linux by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9037amd
option behavior with webpack by @nilptr in https://github.com/web-infra-dev/rspack/pull/9011Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.