forked from web-infra-dev/modern.js
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rsbuild monorepo #19
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/rsbuild
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1d2adef
to
664c184
Compare
38871ba
to
126d333
Compare
bf2ee9b
to
bd665eb
Compare
0dbac00
to
94008a2
Compare
ce03744
to
edbcfcb
Compare
9c41407
to
3dffa73
Compare
c289922
to
f3c0147
Compare
d3493ae
to
4ef03af
Compare
4ef03af
to
070693f
Compare
070693f
to
6b9069a
Compare
2a82d01
to
423f199
Compare
423f199
to
4ddf81f
Compare
4ddf81f
to
ce509d5
Compare
ce509d5
to
e16c1ef
Compare
3609979
to
fc2985e
Compare
6839af9
to
45dddc4
Compare
a9d6388
to
546faa0
Compare
bd73809
to
5c63576
Compare
12dfe09
to
06ffecf
Compare
9820c32
to
0c9296e
Compare
0c9296e
to
37107a0
Compare
37107a0
to
5f434ac
Compare
👋 Hey! As a free user, you're receiving reviews for every 5th PR. Upgrade to get reviews on every pull request and boost your code quality! Learn more here 🚀 |
Pull request summary
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.13
->1.2.17
1.0.7
->1.2.1
1.0.3
->1.0.4
1.2.0
->1.3.0
1.1.0
->1.1.1
1.2.0
->1.3.0
1.1.0
->1.1.1
1.1.2
->1.2.2
1.1.0
->1.2.1
1.0.6
->1.0.7
1.2.0
->1.2.1
1.0.9
->1.0.12
1.1.6
->1.2.3
Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.2.17
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.16...v1.2.17
v1.2.16
Compare Source
What's Changed
New Features 🎉
cssLoader.exportType
asstring
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4717Bug Fixes 🐞
forceSplitting
not work withsingle-vendor
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4708Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.15...v1.2.16
v1.2.15
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
source.include
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4698Document 📖
Other Changes
expect.poll
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4686Full Changelog: web-infra-dev/rsbuild@v1.2.14...v1.2.15
v1.2.14
Compare Source
What's Changed
Bug Fixes 🐞
moduleResolution
to lowercase by @hai-x in https://github.com/web-infra-dev/rsbuild/pull/4681Document 📖
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.2.13...v1.2.14
v1.2.13
Compare Source
What's Changed
Performance 🚀
path.resolve
call by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4669Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.2.12...v1.2.13
v1.2.12
Compare Source
Highlights
Update unplugin
For users of unplugin-vue-components and unplugin-auto-import, you need to upgrade to the following versions to ensure these plugins work properly:
unplugin-vue-components
>= v28.4.1unplugin-auto-import
>= v19.1.1Update SWC plugin
Due to SWC introducing an unexpected breaking change, this version may cause some SWC plugins to fail. You'll need to upgrade your SWC plugin to make it work.
What's Changed
New Features 🎉
server.middlewareMode
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4614processEnv
option to loadEnv by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4645Document 📖
server.middlewareMode
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4621Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.2.11...v1.2.12
v1.2.11
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.10...v1.2.11
v1.2.10
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.9...v1.2.10
v1.2.9
Compare Source
What's Changed
New Features 🎉
httpServer
in RsbuildDevServer by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4570onBeforeStartDevServer
hook to return post callback by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4573Bug Fixes 🐞
server.port
when replacing<port>
by @colinaaa in https://github.com/web-infra-dev/rsbuild/pull/4578Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.8...v1.2.9
v1.2.8
Compare Source
What's Changed
New Features 🎉
.d.ts
files from file size reporting by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4542buildCache.buildDependencies
configuration by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/4540onBeforeStartDevServer
hook by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4559Bug Fixes 🐞
.mjs
suffix check when loading ESM module in runner by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/4536Document 📖
Other Changes
@babel/preset-env
to reduce dependencies by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4534Full Changelog: web-infra-dev/rsbuild@v1.2.7...v1.2.8
v1.2.7
Compare Source
What's Changed
New Features 🎉
Full Changelog: web-infra-dev/rsbuild@v1.2.6...v1.2.7
v1.2.6
Compare Source
What's Changed
Performance 🚀
Document 📖
performance.buildCache
configuration by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4520Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.5...v1.2.6
v1.2.5
Compare Source
If you want to rebase/retry this PR, check this boxThis PR was generated by Mend Renovate. View the repository job log.