chore(deps): update node-patch-updates to v2.0.5 #1518

Merged
Jade merged 1 commit from renovate/node-patch-updates into main 2026-03-09 13:16:33 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v2.0.5

Compare Source

Highlights
🌏 CJK-Friendly Emphasis

related PR: #​3201

Thanks to @​tats-u for integrating his remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough remark plugins into Rspress as a built-in feature.

CommonMark/GFM has a spec-level issue: bold and emphasis break near CJK characters in certain cases. These remark plugins fix the parsing to handle CJK punctuation correctly.

Enabled by default. Opt out with markdown.cjkFriendlyEmphasis = false.

Source:

**中文文本(带括号)。**这句子继续也没问题。

This should render as bold, but most Markdown renderers outputs raw ** markers.

: 中文文本(带括号)。 这句子继续也没问题。

: **中文文本(带括号)。**这句子继续也没问题。

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

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


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.4` → `2.0.5`](https://renovatebot.com/diffs/npm/@rspress%2fcore/2.0.4/2.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fcore/2.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fcore/2.0.4/2.0.5?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.4` → `2.0.5`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.4/2.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-client-redirects/2.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-client-redirects/2.0.4/2.0.5?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.4` → `2.0.5`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-sitemap/2.0.4/2.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-sitemap/2.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-sitemap/2.0.4/2.0.5?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/core)</summary> ### [`v2.0.5`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.5) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.4...v2.0.5) ##### Highlights ✨ ##### 🌏 CJK-Friendly Emphasis > related PR: [#&#8203;3201](https://github.com/web-infra-dev/rspress/issues/3201) Thanks to [@&#8203;tats-u](https://github.com/tats-u) for integrating his remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough remark plugins into Rspress as a built-in feature. CommonMark/GFM has a spec-level issue: **bold** and *emphasis* break near CJK characters in certain cases. These remark plugins fix the parsing to handle CJK punctuation correctly. Enabled by default. Opt out with `markdown.cjkFriendlyEmphasis = false`. Source: ```md **中文文本(带括号)。**这句子继续也没问题。 ``` This should render as bold, but most Markdown renderers outputs raw \*\* markers. ✅: **中文文本(带括号)。** 这句子继续也没问题。 ❌: \*\*中文文本(带括号)。\*\*这句子继续也没问题。 <img width="2150" height="1242" alt="image" src="https://github.com/user-attachments/assets/a727a850-2fd8-4b88-a825-60d7dd4e50f9" /> ##### What's Changed ##### New Features 🎉 * feat(mdx): add opt-out CJK-friendly emphasis remark plugin and `markdown.cjkFriendlyEmphasis` by @&#8203;tats-u in https://github.com/web-infra-dev/rspress/pull/3201 ##### Bug Fixes 🐞 * fix(plugin-llms): use normalized markdown content for llms-full.txt generation by @&#8203;SoonIter in https://github.com/web-infra-dev/rspress/pull/3199 * fix(core): keep dotted version directories in addRoutePrefix by @&#8203;liyang8246 in https://github.com/web-infra-dev/rspress/pull/3173 * fix(plugin-preview): fix missing whitespace in calc() expression by @&#8203;SoonIter in https://github.com/web-infra-dev/rspress/pull/3198 * fix(ssg-md): avoid generating "# undefined" in llms.txt and warn when title is missing by @&#8203;SoonIter in https://github.com/web-infra-dev/rspress/pull/3207 ##### Document 📖 * docs(migration): add mdxRs option removal to migration guide by @&#8203;tats-u in https://github.com/web-infra-dev/rspress/pull/3196 * docs(plugin-preview): add migration note for removed Less/Sass built-in plugins and OverviewGroup usage by @&#8203;SoonIter in https://github.com/web-infra-dev/rspress/pull/3197 * docs: add more community plugins to overview by @&#8203;buyfakett in https://github.com/web-infra-dev/rspress/pull/3189 ##### Other Changes * chore(deps): update actions/setup-node action to v6.3.0 by @&#8203;renovate[bot] in https://github.com/web-infra-dev/rspress/pull/3204 * chore(deps): update dependency @&#8203;changesets/cli to ^2.30.0 by @&#8203;renovate[bot] in https://github.com/web-infra-dev/rspress/pull/3205 * chore(deps): update dependency @&#8203;rstest/core to ^0.9.0 by @&#8203;renovate[bot] in https://github.com/web-infra-dev/rspress/pull/3206 * chore(infra): separate rstack and shiki into distinct renovate groups by @&#8203;SoonIter in https://github.com/web-infra-dev/rspress/pull/3208 * Release v2.0.5 by @&#8203;SoonIter in https://github.com/web-infra-dev/rspress/pull/3209 ##### New Contributors * @&#8203;liyang8246 made their first contribution in https://github.com/web-infra-dev/rspress/pull/3173 * @&#8203;buyfakett made their first contribution in https://github.com/web-infra-dev/rspress/pull/3189 **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.4...v2.0.5> </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.5
Some checks are pending
Documentation / Build and Deploy Documentation (pull_request) Successful in 4m20s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m54s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m25s
Documentation / Build and Deploy Documentation (push) Waiting to run
Checks / Prek / Pre-commit & Formatting (push) Waiting to run
Checks / Prek / Clippy and Cargo Tests (push) Waiting to run
Release Docker Image / Build linux-amd64 (release) (push) Waiting to run
Release Docker Image / Build linux-arm64 (release) (push) Waiting to run
Release Docker Image / Create Multi-arch Release Manifest (push) Blocked by required conditions
Release Docker Image / Build linux-amd64 (max-perf) (push) Blocked by required conditions
Release Docker Image / Build linux-arm64 (max-perf) (push) Blocked by required conditions
Release Docker Image / Create Max-Perf Manifest (push) Blocked by required conditions
6420c218a9
Jade merged commit 6420c218a9 into main 2026-03-09 13:16:33 +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!1518
No description provided.