chore(deps): update dependency @rsbuild/core to v1.1.13 #8
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.0.19
->1.1.13
Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.1.13
Compare Source
What's Changed
Highlights 💡
Rsbuild error overlay now shows type errors and provides the same highlighting as terminal:
Related PRs:
New Features 🎉
Performance 🚀
Bug Fixes 🐞
createCompiler()
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4254Document 📖
importModule
forapi.transform
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4255Other Changes
url.parse()
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4242Full Changelog: web-infra-dev/rsbuild@v1.1.12...v1.1.13
v1.1.12
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Full Changelog: web-infra-dev/rsbuild@v1.1.11...v1.1.12
v1.1.11
Compare Source
What's Changed
New Features 🎉
server.cors
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4183importModule
inapi.transform
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4217Bug Fixes 🐞
Document 📖
server.cors
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4187dev.setupMiddlewares
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4214Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.1.10...v1.1.11
v1.1.10
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
createRsbuild
options by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4154server.port
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4178Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.9...v1.1.10
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](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.