chore(deps): update all patch dependencies #341
+655
−1,256
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:
7.53.0->7.53.32.0.0-beta.27->2.0.0-beta.342.0.0-beta.27->2.0.0-beta.342.0.0-beta.27->2.0.0-beta.340.5.0->0.5.4^0.5.0->^0.5.4^4.1.11->^4.1.1610.0.9->10.0.108.46.0->8.46.27.0.0-dev.20250904.1->7.0.0-dev.20251026.10.0.11->0.0.123.6.0->3.6.20.25.7->0.25.11^0.25.9->^0.25.111.25->1.25.31.25.0->1.25.31.25.0->1.25.3^0.10.5->^0.10.61.4.1->1.4.2^1.2.0->^1.2.1^4.1.11->^4.1.16^5.9.2->^5.9.3Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.53.3Compare Source
Fri, 24 Oct 2025 00:13:38 GMT
Version update only
v7.53.2Compare Source
Wed, 22 Oct 2025 00:57:54 GMT
Version update only
v7.53.1Compare Source
Wed, 08 Oct 2025 00:13:28 GMT
Version update only
web-infra-dev/rspress (@rspress/core)
v2.0.0-beta.34Compare Source
Highlights ✨
💄 Upgrade to
docsearch@4within @rspress/plugin-algoliaThis will improve Rspress's UI, and you can use new docsearch features such as askAi.
ref: https://docsearch.algolia.com/docs/migrating-from-v3
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.33...v2.0.0-beta.34
v2.0.0-beta.33Compare 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 lineconst { h1: H1 } = getCustomMdxComponents()to annotate styles.rp-not-docis all you neededWhat's Changed
New Features 🎉
.rp-not-docescape 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
v2.0.0-beta.32Compare Source
Highlights ✨
⚡️ Support _meta.json and _nav.json HMR
After a period of refactoring around virtual modules, Rspress now supports HMR for both *meta.json and *nav.json files.
This means you no longer need to restart the dev server when modifying _meta.json files, which will significantly improve your debugging speed for nav and sidebar configurations.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.31...v2.0.0-beta.32
v2.0.0-beta.31Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
color: inheritback by @SoonIter in #2546Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.30...v2.0.0-beta.31
v2.0.0-beta.30Compare Source
Highlights ✨
🆕️ @rspress/plugin-twoslash
Thanks to Shiki's excellent Twoslash integration, we're excited to introduce
@rspress/plugin-twoslashin this milestone 2.0.0-beta.30 release! Now you can easily add rich type annotations to your code blocks using "```ts twoslash"Special thanks to Rspress contributor @Karibash for making this possible. Check out the @rspress/plugin-twoslash documentation to get started!
ref: https://v2.rspress.rs/plugin/official-plugins/twoslash
⚡️Enable Rspack native watcher by default and bump [email protected]
Now Rspress has been upgraded to Rspack 1.5.2 and enable native watcher by default, it will have better HMR perf and lazy compilation perf.
ref: https://rspack.rs/blog/announcing-1-5#faster-file-system-watcher
What's Changed
New Features 🎉
Bug Fixes 🐞
http://a.com/base/andhttp://a.com/baseby @SoonIter in #2536Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.29...v2.0.0-beta.30
v2.0.0-beta.29Compare Source
What's Changed
New Features 🎉
mdFiles.remarkPluginsby @SoonIter in #2516Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.28...v2.0.0-beta.29
v2.0.0-beta.28Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.27...v2.0.0-beta.28
web-infra-dev/rstest (@rstest/core)
v0.5.4Compare Source
What's Changed
New Features 🎉
hideSkippedTestsoption by @9aoy in #631resolveSnapshotPathoption by @9aoy in #632Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rstest@v0.5.3...v0.5.4
v0.5.3Compare Source
What's Changed
New Features 🎉
Other Changes
slowTestThresholdonly work for test case by @9aoy in #625Full Changelog: web-infra-dev/rstest@v0.5.2...v0.5.3
v0.5.2Compare Source
Highlights 💡
VS Code extension
The Rstest VS Code extension can be used to discovers, displays, and runs tests in your workspace. It builds a rich Test Explorer tree from your test files and keeps it up to date as files change.
Install the extension from the marketplace rstest.
What's Changed
New Features 🎉
envoption by @9aoy in #611Bug Fixes 🐞
rp-not-docfor rsbuild doc badge by @Timeless0911 in #616Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.5.1...v0.5.2
v0.5.1Compare Source
What's Changed
New Features 🎉
reportOnFailureoption by @9aoy in #597snapshotFormatoption by @9aoy in #609Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.5.0...v0.5.1
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.16Compare Source
Fixed
&(#19184)& > :pseudoand& :pseudoarbitrary variants (#19178)v4.1.15Compare Source
Fixed
color-mixfallback (#19069):deep,:slotted, and:global(#19094)not-*,has-*, andin-*(#19100)theme(…)function (#19111)\tis used in at-rules (#19130)0values (#19095)break-wordstowrap-break-word(#19157)Changed
postinstallscript from oxide ([#19149])(#19149)v4.1.14Compare Source
Fixed
'syntax in ClojureScript when extracting classes (#18888)@variantinside@custom-variant(#18885)@utility(#18900)grid-columnutilities when configuringgrid-column-startorgrid-column-end(#18907)grid-rowutilities when configuringgrid-row-startorgrid-row-end(#18907)defaultexport condition for@tailwindcss/vite(#18948)@themeproduce no output when built (#18979)variant = 'outline'during upgrades (#18922)classNameis migrated (#19031)*ClassNameand*Classattributes (#19031)v4.1.13Compare Source
Changed
Fixed
visibilitywhConfiguration
📅 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.