chore(deps): update node-patch-updates to v2.0.4 #1486

Merged
ginger merged 1 commit from renovate/node-patch-updates into main 2026-03-04 14:35:15 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@rspress/core (source) 2.0.32.0.4 age confidence
@rspress/plugin-client-redirects (source) 2.0.32.0.4 age confidence
@rspress/plugin-sitemap (source) 2.0.32.0.4 age confidence

Release Notes

web-infra-dev/rspress (@​rspress/core)

v2.0.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix(theme): disable text-autospace in pre elements by @​SoonIter in #​3131
  • fix: allow custom-link type in root _meta.json without panic by @​SoonIter in #​3146
  • fix: prevent hintSSGFailed log from printing multiple times by @​SoonIter in #​3151
  • fix(core): move react-render-to-markdown to dependencies by @​SoonIter in #​3157
  • fix(CodeBlock/lineNumbers): global showLineNumbers/defaultWrapCode ignored when code block has meta by @​SoonIter in #​3156
  • fix(CodeBlock/lineNumbers): When defaultWrapCode is set to true, line numbers greater than 1… by @​chanmazi in #​3158
  • fix(theme/Tab): increase tab item border-radius to match container by @​Huxpro in #​3145
  • fix(Codeblock/lineNumbers): line numbers greater than 1 style, associated with #​3158 by @​SoonIter in #​3165
  • fix(theme/HomeFeature): apply base to home features.icon paths in multi-version + i18n by @​Copilot in #​3168
  • fix(theme/Outline): enable scrollable TOC on wide screens for long outlines by @​SoonIter in #​3170
  • fix(core/extractDescription): skip container directives (:::tip, :::info, etc.) by @​SoonIter in #​3167
  • fix(theme): unify copy and success SVG icons in code button group by @​SoonIter in #​3179
  • fix(auto-nav-sidebar): exclude route.exclude files from auto-generated sidebars and place index.md at the top by @​SoonIter in #​3171
  • fix(ssg-md): preserve mdxFlowExpression nodes in remarkSplitMdx by @​SoonIter in #​3181
  • fix(PackageManagerTabs): correctly handle deno run args and add -A flag by @​Timeless0911 in #​3188
Document 📖
Other Changes
New Contributors

Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.3...v2.0.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@rspress/core](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/core)) | [`2.0.3` → `2.0.4`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.3/2.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.3/2.0.4?slim=true) | | [@rspress/plugin-client-redirects](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/plugin-client-redirects)) | [`2.0.3` → `2.0.4`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.3/2.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.3/2.0.4?slim=true) | | [@rspress/plugin-sitemap](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/plugin-sitemap)) | [`2.0.3` → `2.0.4`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.3/2.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.3/2.0.4?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.4`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.4) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.3...v2.0.4) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### New Features 🎉 - feat(theme/Nav): add lang/hrefLang/rel attributes to language switch links by [@&#8203;tats-u](https://github.com/tats-u) in [#&#8203;3133](https://github.com/web-infra-dev/rspress/pull/3133) - feat(search)!: default `search.versioned` to true by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3150](https://github.com/web-infra-dev/rspress/pull/3150) - feat(ssg-md): support React 18 via react-render-to-markdown alias by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3152](https://github.com/web-infra-dev/rspress/pull/3152) - feat(mdx/Shiki): support `lineNumbers=false` and `wrapCode=false` in meta by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3166](https://github.com/web-infra-dev/rspress/pull/3166) - feat(theme/llms): add configurable placement option for LLM UI buttons by [@&#8203;Huxpro](https://github.com/Huxpro) in [#&#8203;3163](https://github.com/web-infra-dev/rspress/pull/3163) - feat(theme/EditLink): add edit link to outline sidebar by [@&#8203;Huxpro](https://github.com/Huxpro) in [#&#8203;3164](https://github.com/web-infra-dev/rspress/pull/3164) ##### Bug Fixes 🐞 - fix(theme): disable text-autospace in pre elements by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3131](https://github.com/web-infra-dev/rspress/pull/3131) - fix: allow custom-link type in root \_meta.json without panic by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3146](https://github.com/web-infra-dev/rspress/pull/3146) - fix: prevent hintSSGFailed log from printing multiple times by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3151](https://github.com/web-infra-dev/rspress/pull/3151) - fix(core): move react-render-to-markdown to dependencies by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3157](https://github.com/web-infra-dev/rspress/pull/3157) - fix(CodeBlock/lineNumbers): global showLineNumbers/defaultWrapCode ignored when code block has meta by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3156](https://github.com/web-infra-dev/rspress/pull/3156) - fix(CodeBlock/lineNumbers): When defaultWrapCode is set to true, line numbers greater than 1… by [@&#8203;chanmazi](https://github.com/chanmazi) in [#&#8203;3158](https://github.com/web-infra-dev/rspress/pull/3158) - fix(theme/Tab): increase tab item border-radius to match container by [@&#8203;Huxpro](https://github.com/Huxpro) in [#&#8203;3145](https://github.com/web-infra-dev/rspress/pull/3145) - fix(Codeblock/lineNumbers): line numbers greater than 1 style, associated with [#&#8203;3158](https://github.com/web-infra-dev/rspress/issues/3158) by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3165](https://github.com/web-infra-dev/rspress/pull/3165) - fix(theme/HomeFeature): apply base to home `features.icon` paths in multi-version + i18n by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3168](https://github.com/web-infra-dev/rspress/pull/3168) - fix(theme/Outline): enable scrollable TOC on wide screens for long outlines by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3170](https://github.com/web-infra-dev/rspress/pull/3170) - fix(core/extractDescription): skip container directives (:::tip, :::info, etc.) by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3167](https://github.com/web-infra-dev/rspress/pull/3167) - fix(theme): unify copy and success SVG icons in code button group by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3179](https://github.com/web-infra-dev/rspress/pull/3179) - fix(auto-nav-sidebar): exclude route.exclude files from auto-generated sidebars and place `index.md` at the top by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3171](https://github.com/web-infra-dev/rspress/pull/3171) - fix(ssg-md): preserve mdxFlowExpression nodes in remarkSplitMdx by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3181](https://github.com/web-infra-dev/rspress/pull/3181) - fix(PackageManagerTabs): correctly handle deno run args and add -A flag by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3188](https://github.com/web-infra-dev/rspress/pull/3188) ##### Document 📖 - docs: clarify search.versioned behavior in multi-version docs by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3149](https://github.com/web-infra-dev/rspress/pull/3149) - docs: document using multi-version with i18n together by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3155](https://github.com/web-infra-dev/rspress/pull/3155) - docs: rename `eject-only` tag to `theme-only` by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3169](https://github.com/web-infra-dev/rspress/pull/3169) - docs: remove deprecated string type from SidebarItem in theme config docs by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3183](https://github.com/web-infra-dev/rspress/pull/3183) - docs: add rspress-plugins-auto-meta plugin to overview by [@&#8203;smileluck](https://github.com/smileluck) in [#&#8203;3182](https://github.com/web-infra-dev/rspress/pull/3182) ##### Other Changes - chore: allow build script of `sharp` package by [@&#8203;tats-u](https://github.com/tats-u) in [#&#8203;3130](https://github.com/web-infra-dev/rspress/pull/3130) - chore(deps): update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to ^2.4.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3136](https://github.com/web-infra-dev/rspress/pull/3136) - chore(deps): update dependency create-rstack to v1.8.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3139](https://github.com/web-infra-dev/rspress/pull/3139) - chore(deps): update dependency [@&#8203;types/react-reconciler](https://github.com/types/react-reconciler) to ^0.33.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3138](https://github.com/web-infra-dev/rspress/pull/3138) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3135](https://github.com/web-infra-dev/rspress/pull/3135) - chore(deps): revert Rsbuild to 2.0.0-beta.3 by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3142](https://github.com/web-infra-dev/rspress/pull/3142) - chore(deps): update dependency [@&#8203;docsearch/css](https://github.com/docsearch/css) to ^4.6.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3148](https://github.com/web-infra-dev/rspress/pull/3148) - chore(deps): upgrade Rsbuild to 2.0.0-beta.4 (revert [#&#8203;3142](https://github.com/web-infra-dev/rspress/issues/3142)) by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3143](https://github.com/web-infra-dev/rspress/pull/3143) - chore(deps): update shiki monorepo to ^3.22.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3095](https://github.com/web-infra-dev/rspress/pull/3095) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3147](https://github.com/web-infra-dev/rspress/pull/3147) - chore(deps): update dependency [@&#8203;docsearch/react](https://github.com/docsearch/react) to ^4.6.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3175](https://github.com/web-infra-dev/rspress/pull/3175) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3174](https://github.com/web-infra-dev/rspress/pull/3174) - chore(deps): update dependency cspell to ^9.7.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3177](https://github.com/web-infra-dev/rspress/pull/3177) - chore(deps): update dependency [@&#8203;microsoft/api-extractor](https://github.com/microsoft/api-extractor) to ^7.57.6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3176](https://github.com/web-infra-dev/rspress/pull/3176) - refactor(theme/EditLink): merge EditLinkRow into EditLink and extract SVG icons by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3172](https://github.com/web-infra-dev/rspress/pull/3172) - chore(infra): improve Renovate config based on historical upgrade patterns by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3178](https://github.com/web-infra-dev/rspress/pull/3178) - refactor(theme/llms-placement): move LLMs components to Llms directory and support outline placement by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3180](https://github.com/web-infra-dev/rspress/pull/3180) - chore(deps): update dependency cac to v7 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3184](https://github.com/web-infra-dev/rspress/pull/3184) - chore(deps): update shiki monorepo to v4 (major) - autoclosed by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3185](https://github.com/web-infra-dev/rspress/pull/3185) - chore(deps): update dependency feed to v5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3186](https://github.com/web-infra-dev/rspress/pull/3186) - chore(deps): update dependency prettier-plugin-packagejson to v3 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3187](https://github.com/web-infra-dev/rspress/pull/3187) - chore(theme): export missing component props types by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3190](https://github.com/web-infra-dev/rspress/pull/3190) - Release v2.0.4 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3191](https://github.com/web-infra-dev/rspress/pull/3191) ##### New Contributors - [@&#8203;chanmazi](https://github.com/chanmazi) made their first contribution in [#&#8203;3158](https://github.com/web-infra-dev/rspress/pull/3158) - [@&#8203;smileluck](https://github.com/smileluck) made their first contribution in [#&#8203;3182](https://github.com/web-infra-dev/rspress/pull/3182) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.3...v2.0.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update node-patch-updates to v2.0.4
All checks were successful
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m25s
Documentation / Build and Deploy Documentation (pull_request) Successful in 4m46s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 31m41s
f30646330c
ginger merged commit 525a0ae52b into main 2026-03-04 14:35:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1486
No description provided.