chore: update dependency @rspack/core to v1 #537
Closed
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.7.5
->1.0.3
Release Notes
web-infra-dev/rspack (@rspack/core)
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 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.0.2...v1.0.3
v1.0.2
Compare Source
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.1...v1.0.2
v1.0.1
Compare Source
💡 Highlights
Improved
create-rspack
Support for the addition of Biome / ESLint / Prettier when creating a new Rspack project:
Improve error logs of serde deserialize error
before:
after:
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
in_function_scope
for getters and setters by @CPunisher in https://github.com/web-infra-dev/rspack/pull/7745Document Updates 📖
devServer.hot
by @shulaoda in https://github.com/web-infra-dev/rspack/pull/7711force: false
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7756Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.0...v1.0.1
v1.0.0
Compare Source
See Announcing Rspack 1.0 for more details 🎉
What's Changed
Breaking Changes 🛠
RspackError
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6900SwcJsMinimizerRspackPluginOptions
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6950DefinePlugin
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7045builtins.provide
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7086webpack-dev-server
to v5 and no longer lock the versions by @SoonIter in https://github.com/web-infra-dev/rspack/pull/7130optimization.emitOnErrors
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7595Performance Improvements ⚡
compilation.entrypoints
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/7059get_scheme
allocation by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7109TraceableError
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7192Stats
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7124ModuleRule
matching by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7249JavascriptParser::new
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7286Ukey
s by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/7287resource_path
is not a valid UTF-8 sequence by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7441Exciting New Features 🎉
to
option by @9aoy in https://github.com/web-infra-dev/rspack/pull/6866factoryMeta
toJsModule
and optimizeInnerGraphPlugin
for variable decl with iife by @CPunisher in https://github.com/web-infra-dev/rspack/pull/6888DefinePlugin
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7108StatsError.moduleTrace
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7123test
,include
andexclude
options forSwcCssMinimizerRspackPlugin
by @simonxabris in https://github.com/web-infra-dev/rspack/pull/7111output.assetModuleFilename
by @xc2 in https://github.com/web-infra-dev/rspack/pull/7191__webpack_get_script_filename__
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7203publicPath
options with webpack by @xc2 in https://github.com/web-infra-dev/rspack/pull/7216compilation.chunkGroups
andcompilation.namedChunkGroups
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7254test
,include
andexclude
options forLightningCssMinimizerRspackPlugin
by @simonxabris in https://github.com/web-infra-dev/rspack/pull/7290parser.importMeta
andoutput.importMetaName
by @xc2 in https://github.com/web-infra-dev/rspack/pull/7231compilation.chunkGroup[].isInitial()
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7406compiler.rspack
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7434moduleReason.resolvedModule
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7467node-module
shim by @fi3ework in https://github.com/web-infra-dev/rspack/pull/7465isOverSizeLimit
in stats by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7483stats.chunkGroup[].childAssets
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7517"loose-unrecognized-keys"
for config validation by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/7705Bug Fixes 🐞
ModuleFactory
is not correct by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/6946Configuration
📅 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 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.