chore(deps): update node-patch-updates to v2.0.6 #1552

Merged
ginger merged 1 commit from renovate/node-patch-updates into main 2026-03-24 13:10:39 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v2.0.6

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix(custom-head/frontmatter): frontmatter og:title and description priority over Rspress's own default tags by @​SoonIter in #​3215
  • fix(llms): ensure llms.txt ordering respects _meta.json by @​Timeless0911 in #​3218
  • fix(theme/llmsUI): add LLMS clipboard fallback for HTTP pages by @​Copilot in #​3237
  • fix(auto-nav-sidebar/tag): preserve tag field for dir sidebar items without index file by @​SoonIter in #​3236
  • fix(theme/search): reset selected suggestion to first when search query changes by @​buyfakett in #​3227
Document 📖
Other Changes

Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.5...v2.0.6


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.5` → `2.0.6`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.5/2.0.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.5/2.0.6?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.5` → `2.0.6`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.5/2.0.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.5/2.0.6?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.5` → `2.0.6`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.5/2.0.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.5/2.0.6?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.6`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.6) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.5...v2.0.6) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### New Features 🎉 - feat: enable yarn pnp by `process.versions.pnp` by [@&#8203;stormslowly](https://github.com/stormslowly) in [#&#8203;3224](https://github.com/web-infra-dev/rspress/pull/3224) - style(theme/sidebar): remove redundant first-child margin-top reset by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3233](https://github.com/web-infra-dev/rspress/pull/3233) - style(theme/Tabs): add default padding to tab panels and support nested tabs by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3217](https://github.com/web-infra-dev/rspress/pull/3217) ##### Bug Fixes 🐞 - fix(custom-head/frontmatter): frontmatter og:title and description priority over Rspress's own default tags by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3215](https://github.com/web-infra-dev/rspress/pull/3215) - fix(llms): ensure `llms.txt` ordering respects `_meta.json` by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3218](https://github.com/web-infra-dev/rspress/pull/3218) - fix(theme/llmsUI): add LLMS clipboard fallback for HTTP pages by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3237](https://github.com/web-infra-dev/rspress/pull/3237) - fix(auto-nav-sidebar/tag): preserve tag field for dir sidebar items without index file by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3236](https://github.com/web-infra-dev/rspress/pull/3236) - fix(theme/search): reset selected suggestion to first when search query changes by [@&#8203;buyfakett](https://github.com/buyfakett) in [#&#8203;3227](https://github.com/web-infra-dev/rspress/pull/3227) ##### Document 📖 - docs: document `markdown.extractDescription` behavior and description acquisition by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3213](https://github.com/web-infra-dev/rspress/pull/3213) - docs: update npm badges in README to reference [@&#8203;rspress/core](https://github.com/rspress/core) by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3219](https://github.com/web-infra-dev/rspress/pull/3219) - docs: add AI documentation for Rspress by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3221](https://github.com/web-infra-dev/rspress/pull/3221) - docs: add warning that llmsUI requires build mode to work by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3222](https://github.com/web-infra-dev/rspress/pull/3222) - docs: mention rspress-description-generator agent skill in custom-head docs by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3232](https://github.com/web-infra-dev/rspress/pull/3232) - docs(plugin-algolia): update Algolia crawler config to latest v2 setup by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3235](https://github.com/web-infra-dev/rspress/pull/3235) - docs(plugin-rss): enrich `feed.test` usage example by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3239](https://github.com/web-infra-dev/rspress/pull/3239) ##### Other Changes - chore(deps): upgrade Rslib 0.20 canary version by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3211](https://github.com/web-infra-dev/rspress/pull/3211) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3203](https://github.com/web-infra-dev/rspress/pull/3203) - chore(deps): update [@&#8203;rslib/core](https://github.com/rslib/core) to 0.20.0 by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3212](https://github.com/web-infra-dev/rspress/pull/3212) - chore(core): remove filename hash workaround for preserveModules build by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3225](https://github.com/web-infra-dev/rspress/pull/3225) - chore(CI): speed up playwright browser setup by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3223](https://github.com/web-infra-dev/rspress/pull/3223) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3230](https://github.com/web-infra-dev/rspress/pull/3230) - refactor(create-rspress): update template to match latest Rspress features and structure by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3226](https://github.com/web-infra-dev/rspress/pull/3226) - Release v2.0.6 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3240](https://github.com/web-infra-dev/rspress/pull/3240) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.5...v2.0.6> </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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS40IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update node-patch-updates to v2.0.6
All checks were successful
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 3m31s
Documentation / Build and Deploy Documentation (pull_request) Successful in 5m1s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 13m43s
37c98d948d
ginger merged commit 11020df89d into main 2026-03-24 13:10:39 +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!1552
No description provided.