chore(deps): update all non-major dependencies#35
Merged
chenjiahan merged 1 commit intomainfrom Oct 1, 2025
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:
^7.52.13->^7.52.15^1.55.0->^1.55.1^1.5.7->^1.5.13^1.4.0->^1.4.1^0.13.2->^0.15.0^22.18.4->^22.18.8^19.1.13->^19.1.1622.19.0->22.20.0^1.55.0->^1.55.110.16.1->10.17.1^5.9.2->^5.9.3Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.52.15Compare Source
Tue, 30 Sep 2025 23:57:45 GMT
Version update only
v7.52.14Compare Source
Tue, 30 Sep 2025 20:33:51 GMT
Version update only
microsoft/playwright (@playwright/test)
v1.55.1Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
This version was also tested against the following stable channels:
web-infra-dev/rsbuild (@rsbuild/core)
v1.5.13Compare Source
Highlights 💡
Browser logs
Rsbuild now forwards browser errors to your terminal — giving your coding agent more context 🤖.
This can be disabled via
dev.browserLogsconfig:What's Changed
New Features 🎉
preserveReact runtime by @fi3ework in #6240dev.browserLogsconfiguration by @chenjiahan in #6253Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.12...v1.5.13
v1.5.12Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.5.11...v1.5.12
v1.5.11Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.10...v1.5.11
v1.5.10Compare Source
What's Changed
New Features 🎉
--config-loader autoby @Timeless0911 in #6186Bug Fixes 🐞
ImportMetaEnvinterface to use Record by @chenjiahan in #6182--config-loader autoby @Timeless0911 in #6189Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.9...v1.5.10
v1.5.9Compare Source
What's Changed
New Features 🎉
resolve.mainFieldsconfiguration by @chenjiahan in #6178Bug Fixes 🐞
Refactor 🔨
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.8...v1.5.9
v1.5.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
resolve.conditionNamesconfiguration by @chenjiahan in #6156Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.7...v1.5.8
web-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
actions/node-versions (node)
v22.20.0: 22.20.0Compare Source
Node.js 22.20.0
pnpm/pnpm (pnpm)
v10.17.1Compare Source
Patch Changes
minimumReleaseAgesetting, print this information out in the error message #9974.state.jsoncreation path when executingpnpm patchin a workspace project #9733.minimumReleaseAgeis set and thelatesttag is not mature enough, prefer a non-deprecated version as the newlatest#9987.v10.17.0Compare Source
Minor Changes
The
minimumReleaseAgeExcludesetting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAgecheck, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAgeis set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.microsoft/TypeScript (typescript)
v5.9.3Compare Source
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.