chore(deps): update node-patch-updates to v2.0.14 #1834

Merged
ginger merged 1 commit from renovate/node-patch-updates into main 2026-06-08 13:30:02 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v2.0.14

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.13...v2.0.14


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.13` → `2.0.14`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.13/2.0.14) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.13/2.0.14?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.13` → `2.0.14`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.13/2.0.14) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.13/2.0.14?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.13` → `2.0.14`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.13/2.0.14) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.13/2.0.14?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.14`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.14) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.13...v2.0.14) ##### What's Changed ##### New Features 🎉 - feat(theme): Add onTouchStart event to preload links on touch devices 📱 by [@&#8203;sanjaiyan-dev](https://github.com/sanjaiyan-dev) in [#&#8203;3422](https://github.com/web-infra-dev/rspress/pull/3422) - feat(create-rspress): add i18n template by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3411](https://github.com/web-infra-dev/rspress/pull/3411) - feat(theme): Add React DOM-based preloading to Image component 🖼️ by [@&#8203;sanjaiyan-dev](https://github.com/sanjaiyan-dev) in [#&#8203;3425](https://github.com/web-infra-dev/rspress/pull/3425) - feat(theme/SocialLinks): add github-stars mode to socialLinks by [@&#8203;Huxpro](https://github.com/Huxpro) in [#&#8203;3433](https://github.com/web-infra-dev/rspress/pull/3433) - feat(mdx): support markdown `?raw` query imports by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3434](https://github.com/web-infra-dev/rspress/pull/3434) ##### Performance 🚀 - perf(ssg/experimentalWorker): write SSG worker output to disk directly and skip processAssets for memory by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3426](https://github.com/web-infra-dev/rspress/pull/3426) - perf(core): optimize node rspack builds by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3440](https://github.com/web-infra-dev/rspress/pull/3440) - perf(auto-nav-sidebar): cache site data module in production by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3441](https://github.com/web-infra-dev/rspress/pull/3441) ##### Bug Fixes 🐞 - fix(theme): Optimize search highlight extraction and improve accessibility by [@&#8203;sanjaiyan-dev](https://github.com/sanjaiyan-dev) in [#&#8203;3421](https://github.com/web-infra-dev/rspress/pull/3421) - fix(plugin-algolia): Add `react-dom` `react` peerDependencies and optimize Search component preconnect ⚡ by [@&#8203;sanjaiyan-dev](https://github.com/sanjaiyan-dev) in [#&#8203;3413](https://github.com/web-infra-dev/rspress/pull/3413) - fix(theme): keep custom outline slots visible by [@&#8203;JounQin](https://github.com/JounQin) in [#&#8203;3423](https://github.com/web-infra-dev/rspress/pull/3423) - fix(theme/Tag): render SVG and local image tags correctly by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3431](https://github.com/web-infra-dev/rspress/pull/3431) - fix(mdx): normalize rule ids from `MDX` to oneOf `mdx` and `mdx-raw` by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3436](https://github.com/web-infra-dev/rspress/pull/3436) - fix(theme/Banner): keep mobile banner single-line by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3439](https://github.com/web-infra-dev/rspress/pull/3439) ##### Document 📖 - docs(config): align default value docs by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3410](https://github.com/web-infra-dev/rspress/pull/3410) - docs(ui): align Tailwind v4 with Rsbuild plugin by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3420](https://github.com/web-infra-dev/rspress/pull/3420) - docs: update rspress architecture image by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3424](https://github.com/web-infra-dev/rspress/pull/3424) - docs: add getCustomMDXComponent guide by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3435](https://github.com/web-infra-dev/rspress/pull/3435) - docs: use github-stars social link by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3438](https://github.com/web-infra-dev/rspress/pull/3438) ##### Other Changes - chore(deps): update rstackjs/rstack-ecosystem-ci digest to [`3cbb846`](https://github.com/web-infra-dev/rspress/commit/3cbb846) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3428](https://github.com/web-infra-dev/rspress/pull/3428) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3430](https://github.com/web-infra-dev/rspress/pull/3430) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3429](https://github.com/web-infra-dev/rspress/pull/3429) - revert(theme): remove image preload support by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3432](https://github.com/web-infra-dev/rspress/pull/3432) - Release v2.0.14 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3442](https://github.com/web-infra-dev/rspress/pull/3442) - chore(deps): update skills package manager by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3444](https://github.com/web-infra-dev/rspress/pull/3444) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3445](https://github.com/web-infra-dev/rspress/pull/3445) - chore(deps): update dependency typedoc-plugin-markdown to v4.12.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3447](https://github.com/web-infra-dev/rspress/pull/3447) ##### New Contributors - [@&#8203;sanjaiyan-dev](https://github.com/sanjaiyan-dev) made their first contribution in [#&#8203;3421](https://github.com/web-infra-dev/rspress/pull/3421) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.13...v2.0.14> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDUuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIwNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update node-patch-updates to v2.0.14
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 2s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m8s
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m14s
de33ab71df
renovate force-pushed renovate/node-patch-updates from de33ab71df
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 2s
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m8s
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m14s
to dd7ca6b12e
Some checks failed
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 56s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m9s
Checks / Prek / Check changed files (push) Successful in 7s
Checks / Prek / Pre-commit & Formatting (push) Successful in 59s
Checks / Prek / Clippy and Cargo Tests (push) Has been skipped
Release Docker Image / Create Multi-arch Release Manifest (push) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
Release Docker Image / Release Binaries (push) Has been cancelled
Release Docker Image / Mirror Images (push) Has been cancelled
Release Docker Image / Build linux-arm64 (release) (push) Has been cancelled
Documentation / Build and Deploy Documentation (push) Has been cancelled
Release Docker Image / Build linux-amd64 (release) (push) Has been cancelled
2026-06-08 05:09:54 +00:00
Compare
ginger merged commit dd7ca6b12e into main 2026-06-08 13:30:02 +00:00
ginger deleted branch renovate/node-patch-updates 2026-06-08 13:30:02 +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!1834
No description provided.