chore(deps): update node-patch-updates to v2.0.7 #1576

Merged
ginger merged 1 commit from renovate/node-patch-updates into main 2026-03-27 13:31:35 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v2.0.7

Compare Source

Highlights
📦 Code Block Fold

related PR: #​3241, #​3251 | doc: [Code folding](https://rspress.rs/guide/use-mdx/code-blocks#code-folding)

You can now use ```tsx fold to make long code blocks collapsed by default, allowing readers to expand them on demand. The code block will be collapsed to a default height of 300px with an expand button at the bottom. You can also customize the collapsed height via the height attribute.

```tsx fold
// long code block content, collapsed by default
```

```tsx fold height="200"
// custom collapsed height (200px)
```

🤖 rspress-custom-theme Skill for AI

related PR: #​3253 | doc: AI

Added the rspress-custom-theme skill to the AI guide page. This skill helps AI tools (like Claude Code) understand how to customize Rspress themes, making it easier to build custom theme components with AI assistance.

What's Changed

New Features 🎉

Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

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


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.6` → `2.0.7`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.6/2.0.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.6/2.0.7?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.6` → `2.0.7`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.6/2.0.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.6/2.0.7?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.6` → `2.0.7`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.6/2.0.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.6/2.0.7?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.7`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.7) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.6...v2.0.7) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### Highlights ✨ ##### 📦 Code Block Fold > related PR: [#&#8203;3241](https://github.com/web-infra-dev/rspress/issues/3241), [#&#8203;3251](https://github.com/web-infra-dev/rspress/issues/3251) | doc: \[[Code folding](https://rspress.rs/guide/use-mdx/code-blocks#code-folding)]\(<https://rspress.rs/guide/use-mdx/code-blocks#code-folding>) You can now use ` ```tsx fold ` to make long code blocks collapsed by default, allowing readers to expand them on demand. The code block will be collapsed to a default height of 300px with an expand button at the bottom. You can also customize the collapsed height via the `height` attribute. ````md ```tsx fold // long code block content, collapsed by default ``` ```tsx fold height="200" // custom collapsed height (200px) ``` ```` ### 🤖 `rspress-custom-theme` Skill for [AI](https://rspress.rs/guide/start/ai) > related PR: [#&#8203;3253](https://github.com/web-infra-dev/rspress/issues/3253) | doc: [AI](https://rspress.rs/guide/start/ai) Added the `rspress-custom-theme` skill to the AI guide page. This skill helps AI tools (like Claude Code) understand how to customize Rspress themes, making it easier to build custom theme components with AI assistance. ## What's Changed ### New Features 🎉 - feat(plugin-preview): resolve available port when default is occupied by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3247](https://github.com/web-infra-dev/rspress/pull/3247) - feat(mdx): code block toggle ` ```tsx toggle `([#&#8203;2968](https://github.com/web-infra-dev/rspress/issues/2968)) by [@&#8203;AmazingRain](https://github.com/AmazingRain) in [#&#8203;3241](https://github.com/web-infra-dev/rspress/pull/3241) - feat(auto-nav-sidebar): support download links in nav by [@&#8203;JounQin](https://github.com/JounQin) in [#&#8203;2926](https://github.com/web-infra-dev/rspress/pull/2926) - feat(plugin-rss): add final output `transform` hook for atom/rss/json by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;3238](https://github.com/web-infra-dev/rspress/pull/3238) - feat(plugin-preview): use customLogger with prefix for rsbuild instance by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3256](https://github.com/web-infra-dev/rspress/pull/3256) ##### Bug Fixes 🐞 - fix(theme): replace [@&#8203;theme](https://github.com/theme) imports with @&#8203;rspress/core/theme to fix type resolve by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3250](https://github.com/web-infra-dev/rspress/pull/3250) - fix(theme): disable `text-autospace` in `<code>`, `<kbd>`, and `<samp>` by [@&#8203;tats-u](https://github.com/tats-u) in [#&#8203;3254](https://github.com/web-infra-dev/rspress/pull/3254) ##### Document 📖 - docs: improve client-redirects plugin warning with fallback and limitation notes by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3246](https://github.com/web-infra-dev/rspress/pull/3246) - docs: add back-to-blog button on blog subpages via custom theme by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3248](https://github.com/web-infra-dev/rspress/pull/3248) - docs: add documentation for themeDir and i18nSourcePath config options by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3249](https://github.com/web-infra-dev/rspress/pull/3249) - docs: add `rspress-custom-theme` skill to AI guide page by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3253](https://github.com/web-infra-dev/rspress/pull/3253) ##### Other Changes - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3242](https://github.com/web-infra-dev/rspress/pull/3242) - chore(deps): update shiki to ^4.0.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3244](https://github.com/web-infra-dev/rspress/pull/3244) - chore(deps): update dependency memfs to ^4.57.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3245](https://github.com/web-infra-dev/rspress/pull/3245) - chore(deps): update rstack by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3243](https://github.com/web-infra-dev/rspress/pull/3243) - refactor(mdx): rename code block `toggle` attribute to `fold` and className `--code-wrap` -> `--wrap-code` by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3251](https://github.com/web-infra-dev/rspress/pull/3251) - chore(deps): upgrade [@&#8203;rsbuild/core](https://github.com/rsbuild/core) from 2.0.0-beta.9 to 2.0.0-beta.10 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3255](https://github.com/web-infra-dev/rspress/pull/3255) - Release v2.0.7 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;3257](https://github.com/web-infra-dev/rspress/pull/3257) ##### New Contributors - [@&#8203;AmazingRain](https://github.com/AmazingRain) made their first contribution in [#&#8203;3241](https://github.com/web-infra-dev/rspress/pull/3241) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.6...v2.0.7> </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.7
Some checks are pending
Check Changelog / Check for changelog (pull_request_target) Waiting to run
Documentation / Build and Deploy Documentation (pull_request) Successful in 4m26s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 3m0s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m45s
9df89f82e8
ginger merged commit 0a0206e866 into main 2026-03-27 13:31:35 +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!1576
No description provided.