chore(deps): update node-patch-updates to v2.0.11 #1757

Merged
ginger merged 1 commit from renovate/node-patch-updates into main 2026-05-12 13:54:20 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v2.0.11

Compare Source

What's Changed
New Features 🎉
  • feat(mdx/FileCodeblock): support file codeblock starts with / prefix by @​JounQin in #​3357
  • feat(theme): add BrowserOnly runtime component for sideEffects import and deprecate NoSSR by @​SoonIter in #​3360
Bug Fixes 🐞
  • fix(theme/Search): NFD normalization causes search to highlight wrong characters in Japanese or backtrack in an infinite loop by @​Quatton in #​3335
  • fix(ssg): experimentalWorker "Cannot find module '@​rspress/core/dist/entry/worker.js'" by @​SoonIter in #​3354
  • fix(theme/darkMode): restore auto appearance when toggle matches system theme by @​Copilot in #​3352
  • fix(plugin-preview & plugin-playground): react-router-dom peer compatibility by @​Copilot in #​3350
  • fix(theme/Prompt): avoid gradients in dark mode by @​SoonIter in #​3338
  • fix(layout): Fixed mobile doc layout menu showing unnecessarily by @​elliotcourant in #​3342
  • fix(core): preserve false ssg option by @​chenjiahan in #​3361
Other Changes
New Contributors

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


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.10` → `2.0.11`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.10/2.0.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.10/2.0.11?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.10` → `2.0.11`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.10/2.0.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.10/2.0.11?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.10` → `2.0.11`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.10/2.0.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.10/2.0.11?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.11`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.11) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.10...v2.0.11) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### New Features 🎉 - feat(mdx/FileCodeblock): support file codeblock starts with / prefix by [@&#8203;JounQin](https://github.com/JounQin) in [#&#8203;3357](https://github.com/web-infra-dev/rspress/pull/3357) - feat(theme): add BrowserOnly runtime component for sideEffects import and deprecate NoSSR by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3360](https://github.com/web-infra-dev/rspress/pull/3360) ##### Bug Fixes 🐞 - fix(theme/Search): NFD normalization causes search to highlight wrong characters in Japanese or backtrack in an infinite loop by [@&#8203;Quatton](https://github.com/Quatton) in [#&#8203;3335](https://github.com/web-infra-dev/rspress/pull/3335) - fix(ssg): experimentalWorker "Cannot find module '@&#8203;rspress/core/dist/entry/worker.js'" by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3354](https://github.com/web-infra-dev/rspress/pull/3354) - fix(theme/darkMode): restore auto appearance when toggle matches system theme by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3352](https://github.com/web-infra-dev/rspress/pull/3352) - fix(plugin-preview & plugin-playground): react-router-dom peer compatibility by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3350](https://github.com/web-infra-dev/rspress/pull/3350) - fix(theme/Prompt): avoid gradients in dark mode by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3338](https://github.com/web-infra-dev/rspress/pull/3338) - fix(layout): Fixed mobile doc layout menu showing unnecessarily by [@&#8203;elliotcourant](https://github.com/elliotcourant) in [#&#8203;3342](https://github.com/web-infra-dev/rspress/pull/3342) - fix(core): preserve false ssg option by [@&#8203;chenjiahan](https://github.com/chenjiahan) in [#&#8203;3361](https://github.com/web-infra-dev/rspress/pull/3361) ##### Other Changes - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3343](https://github.com/web-infra-dev/rspress/pull/3343) - chore(deps): update dependency [@&#8203;changesets/cli](https://github.com/changesets/cli) to ^2.31.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3346](https://github.com/web-infra-dev/rspress/pull/3346) - chore(deps): update actions/setup-node action to v6.4.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3345](https://github.com/web-infra-dev/rspress/pull/3345) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3344](https://github.com/web-infra-dev/rspress/pull/3344) - chore(deps): update dependency [@&#8203;rstack-dev/doc-ui](https://github.com/rstack-dev/doc-ui) to ^1.13.3 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3347](https://github.com/web-infra-dev/rspress/pull/3347) - chore(deps): update dependency react-router-dom to ^7.14.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3348](https://github.com/web-infra-dev/rspress/pull/3348) - chore: export `remarkImage` for reusing like `remarkLink` by [@&#8203;JounQin](https://github.com/JounQin) in [#&#8203;3353](https://github.com/web-infra-dev/rspress/pull/3353) - chore(infra): replace changeset with bumpp by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3355](https://github.com/web-infra-dev/rspress/pull/3355) - chore(rslib): clean up config and align ES target by [@&#8203;chenjiahan](https://github.com/chenjiahan) in [#&#8203;3358](https://github.com/web-infra-dev/rspress/pull/3358) - chore(infra/lint): migrate to Rslint and Prettier by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3337](https://github.com/web-infra-dev/rspress/pull/3337) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3362](https://github.com/web-infra-dev/rspress/pull/3362) - chore(deps): update dependency bumpp to ^11.1.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3364](https://github.com/web-infra-dev/rspress/pull/3364) - chore(deps): update dependency react-router-dom to ^7.15.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3365](https://github.com/web-infra-dev/rspress/pull/3365) - chore(deps): update dependency tm-themes to v1.12.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3367](https://github.com/web-infra-dev/rspress/pull/3367) - chore(deps): update dependency skills-package-manager to v0.9.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3366](https://github.com/web-infra-dev/rspress/pull/3366) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3363](https://github.com/web-infra-dev/rspress/pull/3363) - docs(skills): add Rspress agent skills by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3370](https://github.com/web-infra-dev/rspress/pull/3370) - Release v2.0.11 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3368](https://github.com/web-infra-dev/rspress/pull/3368) ##### New Contributors - [@&#8203;Quatton](https://github.com/Quatton) made their first contribution in [#&#8203;3335](https://github.com/web-infra-dev/rspress/pull/3335) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.10...v2.0.11> </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.11
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 29s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Checks / Prek / Check changed files (pull_request) Successful in 30s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m49s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m47s
Checks / Prek / Check changed files (push) Successful in 6s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m45s
Checks / Prek / Clippy and Cargo Tests (push) Has been skipped
Documentation / Build and Deploy Documentation (push) Successful in 1m52s
Release Docker Image / Build linux-arm64 (release) (push) Failing after 3m18s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 12m21s
Release Docker Image / Create Multi-arch Release Manifest (push) Has been skipped
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been skipped
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been skipped
Release Docker Image / Create Max-Perf Manifest (push) Has been skipped
Release Docker Image / Mirror Images (push) Has been skipped
Release Docker Image / Release Binaries (push) Has been skipped
7018ce4180
ginger merged commit 7018ce4180 into main 2026-05-12 13:54:20 +00:00
ginger deleted branch renovate/node-patch-updates 2026-05-12 13:54:20 +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!1757
No description provided.