chore(deps): update dependency @rsbuild/core to v1 #17
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.6.15
->1.1.9
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.1.9
Compare Source
What's Changed
New Features 🎉
resolve.extensions
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4146Bug Fixes 🐞
cliShortcuts.custom
typing by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4125output.assetPrefix
with absolute url by @SoonIter in https://github.com/web-infra-dev/rsbuild/pull/4129Document 📖
resolve.extensions
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4147Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.8...v1.1.9
v1.1.8
Compare Source
What's Changed
Bug Fixes 🐞
resolve.dedupe
may set incorrect path by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4106source.alias
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4108Document 📖
Other Changes
resolve.alias
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4107Full Changelog: web-infra-dev/rsbuild@v1.1.7...v1.1.8
v1.1.7
Compare Source
What's Changed
New Features 🎉
resolve.dedupe
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4092resolve.alias
and deprecatesource.alias
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4098resolve.aliasStrategy
and deprecatesource.aliasStrategy
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4101process.title
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4083Bug Fixes 🐞
Document 📖
resolve.dedupe
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4093Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.6...v1.1.7
v1.1.6
Compare Source
What's Changed
Highlights 💡
Rsbuild no longer watches the
node_modules
directory by default, resulting in significant performance improvements:Performance 🚀
New Features 🎉
onCloseBuild
hook by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/4065Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.5...v1.1.6
v1.1.5
Compare Source
What's Changed
New Features 🎉
output.sourceMap
to be boolean value by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4037printFileSize.include
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4044printFileSize.exclude
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4045Bug Fixes 🐞
Document 📖
PrintFileSizeOptions
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4043Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.4...v1.1.5
v1.1.4
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.3...v1.1.4
v1.1.3
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
runCLI
from internal helpers to index export by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3981getStatsOptions
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3987Full Changelog: web-infra-dev/rsbuild@v1.1.2...v1.1.3
v1.1.2
Compare Source
What's Changed
New Features 🎉
output.emitCss
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3967Performance 🚀
Bug Fixes 🐞
watchFiles.type
not work as expected by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3963stylusOptions.import
should be an array by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3972Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.1...v1.1.2
v1.1.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
*.svslte.ts
files are transformed twice by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3920\n
in error overlay messages by @ymq001 in https://github.com/web-infra-dev/rsbuild/pull/3944Document 📖
Other Changes
dts.build
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3948New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.1.0...v1.1.1
v1.1.0
Compare Source
See Announcing Rspack 1.1 for more details 🎉
What's Changed
New Features 🎉
queueMicroTask
on the server side of SSR by @LingyuCoder in https://github.com/web-infra-dev/rsbuild/pull/3873references
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3882layer
option toapi.transform()
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3883issuerLayer
option toapi.transform()
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3884cliShortcuts.help
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3889Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.0.19...v1.1.0
v1.0.19
Compare Source
What's Changed
New Features 🎉
include
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3843include
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3845postcssOptions
function by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3858@swc/plugin-prefresh
to enhance prefresh by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3861Bug Fixes 🐞
Document 📖
tools.postcss
config loading notes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3854Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.0.18...v1.0.19
v1.0.18
Compare Source
What's Changed
New Features 🎉
output
andhtml
configurations by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3804source.assetsInclude
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3808dataUriLimit
for extended assets by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3826include
andexclude
options by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3835Bug Fixes 🐞
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 was generated by Mend Renovate. View the repository job log.