chore(deps): update node-patch-updates to v2.0.10 #1714

Open
renovate wants to merge 1 commit from renovate/node-patch-updates into main
Collaborator

This PR contains the following updates:

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

Release Notes

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

v2.0.10

Compare Source

Highlights
Rspack 2.0 & Rsbuild 2.0 integrated 🦀

related PR: #​3322

Rspress v2.0.10 upgrades Rsbuild to 2.0.0, which means Rspress is now powered by the stable Rspack 2.0 toolchain.

This keeps Rspress aligned with the latest Rstack ecosystem and brings the compiler improvements from Rspack 2.0 to every Rspress site.

New Prompt component 🤖

related PR: #​3325

Rspress now provides a built-in Prompt component from @rspress/core/theme, designed for AI-native documentation.

It helps authors present reusable, copyable agent instructions directly in MDX, with theme-ready styling and flexible custom content support.

20260428180332_rec_
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.9...v2.0.10


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

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.9` → `2.0.10`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.9/2.0.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.9/2.0.10?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.9` → `2.0.10`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.9/2.0.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.9/2.0.10?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.9` → `2.0.10`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.9/2.0.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.9/2.0.10?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.10`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.10) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.9...v2.0.10) ##### Highlights✨ ##### Rspack 2.0 & Rsbuild 2.0 integrated 🦀 > related PR: [#&#8203;3322](https://github.com/web-infra-dev/rspress/pull/3322) Rspress v2.0.10 upgrades Rsbuild to 2.0.0, which means Rspress is now powered by the stable Rspack 2.0 toolchain. This keeps Rspress aligned with the latest Rstack ecosystem and brings the compiler improvements from Rspack 2.0 to every Rspress site. ##### New `Prompt` component 🤖 > related PR: [#&#8203;3325](https://github.com/web-infra-dev/rspress/pull/3325) Rspress now provides a built-in `Prompt` component from `@rspress/core/theme`, designed for AI-native documentation. It helps authors present reusable, copyable agent instructions directly in MDX, with theme-ready styling and flexible custom content support. <img width="1806" height="1148" alt="20260428180332_rec_" src="https://github.com/user-attachments/assets/d1a79c75-19a3-4528-b48e-ee93541fcc1f" /> <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### New Features 🎉 - feat(cli): add --base CLI option to build, dev, and preview commands by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3316](https://github.com/web-infra-dev/rspress/pull/3316) - feat(deps): upgrade Rsbuild to 2.0.0 by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3322](https://github.com/web-infra-dev/rspress/pull/3322) - feat(theme/Prompt): add new Prompt component by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3325](https://github.com/web-infra-dev/rspress/pull/3325) - feat(theme)!: support `sidebar: false` and `sidebar: placeholder` mode by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3331](https://github.com/web-infra-dev/rspress/pull/3331) ##### Bug Fixes 🐞 - fix(theme/Link): support custom URI schemes in external URL detection by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3304](https://github.com/web-infra-dev/rspress/pull/3304) - fix(create-rspress): add env.d.ts to generated templates by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3310](https://github.com/web-infra-dev/rspress/pull/3310) - fix(theme/table): polish table styles to fix too narrow col case by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3317](https://github.com/web-infra-dev/rspress/pull/3317) - fix(theme/outline): reduce outline toc mask spacing by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3329](https://github.com/web-infra-dev/rspress/pull/3329) - fix(theme/Prompt): address review follow-ups by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3333](https://github.com/web-infra-dev/rspress/pull/3333) ##### Document 📖 - docs: add rspress-plugin-comments to community plugins by [@&#8203;kalicyh](https://github.com/kalicyh) in [#&#8203;3319](https://github.com/web-infra-dev/rspress/pull/3319) ##### Other Changes - chore(deps): update pnpm-plugin-skills to 0.5.0 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3305](https://github.com/web-infra-dev/rspress/pull/3305) - chore(infra): migrate to skills-package-manager CLI and upgrade to skills-package-manager\@&#8203;0.7.0 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3312](https://github.com/web-infra-dev/rspress/pull/3312) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3302](https://github.com/web-infra-dev/rspress/pull/3302) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3303](https://github.com/web-infra-dev/rspress/pull/3303) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3314](https://github.com/web-infra-dev/rspress/pull/3314) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3315](https://github.com/web-infra-dev/rspress/pull/3315) - chore(theme/inline-codeblock): lighten inline code link styles by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3320](https://github.com/web-infra-dev/rspress/pull/3320) - chore(deps): upgrade rsbuild plugins to latest by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;3323](https://github.com/web-infra-dev/rspress/pull/3323) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3324](https://github.com/web-infra-dev/rspress/pull/3324) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3326](https://github.com/web-infra-dev/rspress/pull/3326) - chore(deps): update dependency [@&#8203;rsbuild/core](https://github.com/rsbuild/core) to ^2.0.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3327](https://github.com/web-infra-dev/rspress/pull/3327) - Release v2.0.10 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3334](https://github.com/web-infra-dev/rspress/pull/3334) ##### New Contributors - [@&#8203;kalicyh](https://github.com/kalicyh) made their first contribution in [#&#8203;3319](https://github.com/web-infra-dev/rspress/pull/3319) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.9...v2.0.10> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update node-patch-updates to v2.0.10
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m20s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m41s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 32s
f8d71dbcb8
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m20s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m41s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Required
Details
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Required
Details
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 32s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/node-patch-updates:renovate/node-patch-updates
git switch renovate/node-patch-updates
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!1714
No description provided.