chore(deps): update all non-major dependencies #1235
Merged
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
~1.5.9
->~1.5.10
2.0.0-beta.32
->2.0.0-beta.33
2.0.0-beta.32
->2.0.0-beta.33
2.0.0-beta.32
->2.0.0-beta.33
2.0.0-beta.32
->2.0.0-beta.33
2.0.0-beta.32
->2.0.0-beta.33
^0.3.4
->^0.4.1
^3.12.2
->^3.13.0
^9.1.6
->^9.1.7
^9.1.6
->^9.1.7
^9.1.6
->^9.1.7
^9.1.6
->^9.1.7
^9.1.6
->^9.1.7
^22.18.4
->^22.18.6
7.0.0-dev.20250915.1
->7.0.0-dev.20250921.1
^4.39.0
->^4.43.0
^21.5.2
->^21.5.3
10.16.1
->10.17.0
>=10.16.1
->>=10.17.0
0.13.2
->0.13.3
^9.1.6
->^9.1.7
^8.8.1
->^8.8.3
Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.5.10
Compare Source
What's Changed
New Features 🎉
--config-loader auto
by @Timeless0911 in #6186Bug Fixes 🐞
ImportMetaEnv
interface to use Record by @chenjiahan in #6182--config-loader auto
by @Timeless0911 in #6189Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.9...v1.5.10
web-infra-dev/rspress (@rspress/core)
v2.0.0-beta.33
Compare Source
Breaking Changes🚨
Make raw HTML in md styled
Rspress is now driven by CSS for style, ref: https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/styles/doc.scss
So you can:
<ul><li>this is a line</li></ul>
, they will now be styled the same as* this is a line
const { h1: H1 } = getCustomMdxComponents()
to annotate styles.rp-not-doc
is all you neededWhat's Changed
New Features 🎉
.rp-not-doc
escape hatch (#2579) by @SoonIter in #2600Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.32...v2.0.0-beta.33
web-infra-dev/rstest (@rstest/core)
v0.4.1
Compare Source
What's Changed
Document 📖
@rstest/coverage-istanbul
readme by @9aoy in #572Migrating from Jest
chapter by @9aoy in #574Other Changes
pool.type
optional by @9aoy in #575New Contributors
Full Changelog: web-infra-dev/rstest@v0.4.0...v0.4.1
v0.4.0
Compare Source
Highlights 💡
Code coverage support 🎉
Rstest supports collecting code coverage and generating coverage reports using istanbul.
Learn more about Code coverage.
What's Changed
New Features 🎉
coverage.reporters
option by @9aoy in #556coverage.reportsDirectory
option by @9aoy in #557--coverage
by @9aoy in #568Bug Fixes 🐞
Document 📖
coverage
configuration by @9aoy in #564Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.3.4...v0.4.0
shikijs/shiki (@shikijs/transformers)
v3.13.0
Compare Source
🚀 Features
View changes on GitHub
v3.12.3
Compare Source
🐞 Bug Fixes
@shikijs/twoslash
version specifier - by @9romise in #1078 (a1cde)View changes on GitHub
storybookjs/storybook (@storybook/addon-docs)
v9.1.7
Compare Source
vite-plugin-storybook-nextjs
to 2.0.7 - #32331, thanks @k35o!@ts-expect-error
in preview - #32442, thanks @mrginglymus!storybookjs/storybook (@storybook/addon-onboarding)
v9.1.7
Compare Source
9.1.7
vite-plugin-storybook-nextjs
to 2.0.7 - #32331, thanks @k35o!@ts-expect-error
in preview - #32442, thanks @mrginglymus!microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20250921.1
Compare Source
v7.0.0-dev.20250920.1
Compare Source
v7.0.0-dev.20250919.1
Compare Source
v7.0.0-dev.20250918.1
Compare Source
v7.0.0-dev.20250917.1
Compare Source
v7.0.0-dev.20250916.1
Compare Source
streamich/memfs (memfs)
v4.43.0
Compare Source
Features
v4.42.0
Compare Source
Features
.openAsBlob()
forFsaNodeFs
(26068e8)v4.41.0
Compare Source
Features
v4.40.0
Compare Source
Features
nrwl/nx (nx)
v21.5.3
Compare Source
21.5.3 (2025-09-19)
🚀 Features
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v10.17.0
Compare Source
Minor Changes
The
minimumReleaseAgeExclude
setting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAge
check, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAge
is 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.web-infra-dev/rslib (rslib)
v0.13.3
Compare Source
What's Changed
New Features 🎉
--config-loader
option by @chenjiahan in #1225Performance 🚀
Bug Fixes 🐞
Other Changes
rsbuild-plugin-dts
by @Timeless0911 in #1227Full Changelog: v0.13.2...v0.13.3
google/zx (zx)
v8.8.3
: — Sealing GasketCompare Source
Continues #1339 to prevent injections via
Proxy
input or customtoString()
manipulations.v8.8.2
: — Leaking ValveCompare Source
Fixes potential cmd injection via
kill()
method for Windows platform. #1337 #1339. Affects the versions range8.7.1...8.8.1
.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.