chore(deps): update all non-major dependencies#32
Merged
Conversation
chenjiahan
approved these changes
Oct 1, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
^1.5.3->^1.5.7^1.2.0->^1.2.1^0.4.0->^0.15.0^22.13.0->^22.18.8^10.0.0->^10.1.09.5.2->9.6.011.3.0->11.3.220->20.19.5^10.25.4->^10.27.27.7.0->7.7.2^2.11.1->^2.13.129.2.5->29.4.45.7.3->5.9.3Release Notes
preactjs/prefresh (@prefresh/core)
v1.5.7Compare Source
Patch Changes
c1f1372542cb586643151693c32cc46079150ef7#585 Thanks @rschristian! - Correct semver range to support beta releases of Preact v11v1.5.6Compare Source
Patch Changes
071ae156bf2eb715b7369f48c35b0ce5318ebaf3#581 Thanks @rschristian! - Expand semver ranges to support the upcoming v11 beta releasea896aff2ca548b596c10756f62a9adeb50b5fcbe#577 Thanks @JoviDeCroock! - Add support for new bits in __component of v117337e7073db08d4bebaad7bbe7ebd6368af46b94#583 Thanks @JoviDeCroock! - Pass error-info onwards34af6dde0004498a31a32b0daddea9808a9bf3a0#580 Thanks @JoviDeCroock! - Fix potential crash with null vnodesv1.5.5Compare Source
Patch Changes
73807d24be7ff38cfe111edeaaba8fc8f7a9cb21#575 Thanks @JoviDeCroock! - Remove log from update logicv1.5.4Compare Source
Patch Changes
dbf8e68#571 Thanks @JoviDeCroock! - Fix case where Fragment wrapped children loses all referencesb0e73ed#572 Thanks @JoviDeCroock! - Add descriptions to package.jsonpreactjs/prefresh (@prefresh/utils)
v1.2.1Compare Source
Patch Changes
b0e73ed#572 Thanks @JoviDeCroock! - Add descriptions to package.jsonweb-infra-dev/rslib (@rslib/core)
v0.15.0Compare Source
Highlights 💡
Preserve JSX
Rslib supports setting the JSX runtime to
'preserve'to leave JSX syntax unchanged without transforming it, which is useful when you expect JSX to be left as is in library development.What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.14.0...v0.15.0
v0.14.0Compare Source
Breaking changes 🚨
Config loading
Currently, configuration files are loaded with jiti, which relies on Babel. This approach is relatively slow (at least ~70ms slower compared to native).
In Rslib v0.13.3, we introduced a new CLI option
--config-loader native, which uses Node.js's native loader. This approach offers better performance and stricter behavior, but comes with certain requirements:package.jsonmust set"type": "module"with { type: "json" }In Rslib v0.14.0, we adjust the default configuration loading behavior. The new default is now
--config-loader auto, which:This change to
'auto'as the default is part of our long-term plan to transition config loading from jiti to Node.js native.What's Changed
New Features 🎉
'auto'by @Timeless0911 in #1240logLevelby @Timeless0911 in #1238Bug Fixes 🐞
rp-not-docfor rsbuild doc badge by @Timeless0911 in #1236Other Changes
jsdomdue to Node.js version limit by @Timeless0911 in #1233Full Changelog: web-infra-dev/rslib@v0.13.3...v0.14.0
v0.13.3Compare Source
What's Changed
New Features 🎉
--config-loaderoption by @chenjiahan in #1225Performance 🚀
Bug Fixes 🐞
Other Changes
rsbuild-plugin-dtsby @Timeless0911 in #1227Full Changelog: web-infra-dev/rslib@v0.13.2...v0.13.3
v0.13.2Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.13.1...v0.13.2
v0.13.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
dts.buildby @Timeless0911 in #1212Other Changes
Full Changelog: web-infra-dev/rslib@v0.13.0...v0.13.1
v0.13.0Compare Source
Highlights 💡
Faster declaration generation with tsgo
Rslib now can generate declaration files with tsgo, which can provide faster generation of declaration files, especially for large projects.
What's Changed
New Features 🎉
dts.tsgoby @Timeless0911 in #1205Document 📖
pluginTwoslashby @SoonIter in #1202Other Changes
projectsby @9aoy in #1201Full Changelog: web-infra-dev/rslib@v0.12.4...v0.13.0
v0.12.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
redirect.js.pathset tofalseby @Timeless0911 in #1198Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.12.3...v0.12.4
v0.12.3Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
color.dimto print environment name by @Timeless0911 in #1187Full Changelog: web-infra-dev/rslib@v0.12.2...v0.12.3
v0.12.2Compare Source
What's Changed
New Features 🎉
.d.cts.mapand.d.mts.mapfiles by @Timeless0911 in #1176Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.12.1...v0.12.2
v0.12.1Compare Source
What's Changed
New Features 🎉
Other Changes
Full Changelog: web-infra-dev/rslib@v0.12.0...v0.12.1
v0.12.0Compare Source
Highlights 💡
Drop support for Node 16
Node.js 16 reached its end-of-life on September 11, 2023. Many other npm packages in the ecosystem have also dropped support for Node 16, including
webpack-dev-server,css-loader,sass-loader, and so on, which makes maintaining compatibility increasingly challenging. Therefore, we have decided to drop Node 16 support starting from Rslib v0.12 to ensure better compatibility with the modern ecosystem.Rslib v0.11 based on Rsbuild/Rspack v1.4 and Rslib v0.12 based on Rsbuild/Rspack v1.5:
For users currently using Node.js 16:
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
expect.pollto avoid flaky watching file changes test cases by @Timeless0911 in #1157.nvmrcfor development by @Timeless0911 in #1162Full Changelog: web-infra-dev/rslib@v0.11.2...v0.12.0
v0.11.2Compare Source
What's Changed
Trusted Publishing
All Rslib npm packages are now published based on npm's trusted publishing, making Rslib's npm packages more secure and transparent.
See:
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.11.1...v0.11.2
v0.11.1Compare Source
What's Changed
New Features 🎉
dts.aliasby @Timeless0911 in #1135Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.11.0...v0.11.1
v0.11.0Compare Source
Breaking changes 🚨
redirect.asset
Boolean values are no longer supported for
redirect.asset, see the documentation of redirect.asset for more details. (#1119)Please note the following changes that may require adjustments to your configurations:
export default defineConfig({ lib: [ { redirect: { - asset: true, + asset: { + path: true, + extension: true, + }, }, }, ], });export default defineConfig({ lib: [ { redirect: { - asset: false, + asset: { + path: false, + extension: false, + }, }, }, ], });What's Changed
New Features 🎉
redirect.asset.pathandredirect.asset.extensionby @Timeless0911 in #1119Bug Fixes 🐞
dts.buildis true by @Timeless0911 in #1120Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.6...v0.11.0
v0.10.6Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.5...v0.10.6
v0.10.5Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
.npmrctopnpm-workspace.yamlby @Timeless0911 in #1098Full Changelog: web-infra-dev/rslib@v0.10.4...v0.10.5
v0.10.4Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
pnpm-workspace.yamlby @Timeless0911 in #1092Full Changelog: web-infra-dev/rslib@v0.10.3...v0.10.4
v0.10.3Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.2...v0.10.3
v0.10.2Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.1...v0.10.2
v0.10.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.0...v0.10.1
v0.10.0Compare Source
Highlights ✨
New ESM Output
We have simplified the ESM output to improve readability and reduce bundle size. See the comparison in the figure below.
What's Changed
New Features 🎉
Bug Fixes 🐞
storybook-addon-rslibto fix mf storybook edge case by @Timeless0911 in #1047Document 📖
Other Changes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.