Skip to content

chore(deps): update dependency @rspress/plugin-preview to v2.0.7#218

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rspress-plugin-preview-2-x-lockfile
Open

chore(deps): update dependency @rspress/plugin-preview to v2.0.7#218
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rspress-plugin-preview-2-x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 28, 2026

This PR contains the following updates:

Package Change Age Confidence
@rspress/plugin-preview (source) 2.0.12.0.7 age confidence

Release Notes

web-infra-dev/rspress (@​rspress/plugin-preview)

v2.0.7

Compare Source

Highlights ✨
📦 Code Block Fold

related PR: #​3241, #​3251 | doc: Code folding - rspress.rs

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 understand how to customize Rspress themes, making it easier to build custom theme components with AI assistance.

One prompt → a complete themed docs site & custom home pages ✨

npx skills add rstackjs/agent-skills --skill rspress-custom-theme
RspressV2Promo.mp4

rspress-custom-theme skill👇
🔗https://github.com/rstackjs/agent-skills#rspress-custom-theme
🔗 https://rspress.rs/guide/start/ai

Here are the two themes generated 👇

🖤 rspress-theme-clarity: http://github.com/SoonIter/rspress-theme-clarity
🔶 rspress-theme-noir: https://github.com/SoonIter/rspress-theme-noir

What's Changed

New Features 🎉

Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.6...v2.0.7

v2.0.6

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix(custom-head/frontmatter): frontmatter og:title and description priority over Rspress's own default tags by @​SoonIter in #​3215
  • fix(llms): ensure llms.txt ordering respects _meta.json by @​Timeless0911 in #​3218
  • fix(theme/llmsUI): add LLMS clipboard fallback for HTTP pages by @​Copilot in #​3237
  • fix(auto-nav-sidebar/tag): preserve tag field for dir sidebar items without index file by @​SoonIter in #​3236
  • fix(theme/search): reset selected suggestion to first when search query changes by @​buyfakett in #​3227
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.5...v2.0.6

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: web-infra-dev/rspress@v2.0.4...v2.0.5

v2.0.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix(theme): disable text-autospace in pre elements by @​SoonIter in #​3131
  • fix: allow custom-link type in root _meta.json without panic by @​SoonIter in #​3146
  • fix: prevent hintSSGFailed log from printing multiple times by @​SoonIter in #​3151
  • fix(core): move react-render-to-markdown to dependencies by @​SoonIter in #​3157
  • fix(CodeBlock/lineNumbers): global showLineNumbers/defaultWrapCode ignored when code block has meta by @​SoonIter in #​3156
  • fix(CodeBlock/lineNumbers): When defaultWrapCode is set to true, line numbers greater than 1… by @​chanmazi in #​3158
  • fix(theme/Tab): increase tab item border-radius to match container by @​Huxpro in #​3145
  • fix(Codeblock/lineNumbers): line numbers greater than 1 style, associated with #​3158 by @​SoonIter in #​3165
  • fix(theme/HomeFeature): apply base to home features.icon paths in multi-version + i18n by @​Copilot in #​3168
  • fix(theme/Outline): enable scrollable TOC on wide screens for long outlines by @​SoonIter in #​3170
  • fix(core/extractDescription): skip container directives (:::tip, :::info, etc.) by @​SoonIter in #​3167
  • fix(theme): unify copy and success SVG icons in code button group by @​SoonIter in #​3179
  • fix(auto-nav-sidebar): exclude route.exclude files from auto-generated sidebars and place index.md at the top by @​SoonIter in #​3171
  • fix(ssg-md): preserve mdxFlowExpression nodes in remarkSplitMdx by @​SoonIter in #​3181
  • fix(PackageManagerTabs): correctly handle deno run args and add -A flag by @​Timeless0911 in #​3188
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.3...v2.0.4

v2.0.3

Compare Source

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

Full Changelog: web-infra-dev/rspress@v2.0.2...v2.0.3

v2.0.2

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors ❤

hugely thanks ❤

Full Changelog: web-infra-dev/rspress@v2.0.1...v2.0.2


Configuration

📅 Schedule: Branch creation - Every hour, between 12:00 AM and 03:00 AM, only on Monday ( 0 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 28, 2026 05:26
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 28, 2026

🚀 Preview Environment Ready!

Name Status URL
zephyr-cloud-docs ✅ Active https://zackary-chapple-14148-zephyr-cloud-docs-zephyr-do-7fcd8b9... ↗

Details:

  • Latest Commit: cbe16b6
  • Updated at: 3/28/2026, 9:19:43 AM

@renovate renovate bot force-pushed the renovate/rspress-plugin-preview-2-x-lockfile branch from 3514b88 to cbe16b6 Compare March 28, 2026 09:18
@renovate renovate bot changed the title chore(deps): update dependency @rspress/plugin-preview to v2.0.6 chore(deps): update dependency @rspress/plugin-preview to v2.0.7 Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants