chore(deps): update dependency @rspress/plugin-preview to v2.0.0-rc.1 #1198

Merged
Jade merged 1 commit from renovate/rspress-plugin-preview-2.x-lockfile into main 2025-11-25 20:50:01 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@rspress/plugin-preview (source) 2.0.0-beta.35 -> 2.0.0-rc.1 age confidence

Release Notes

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

v2.0.0-rc.1

Compare Source

What's Changed
New Features 🎉
  • feat(theme): add transition isPending UI to Sidebar by @​SoonIter in #​2778
  • feat(plugin-twoslash): Make it possible to configure compilerOptions for TypeScript in twoslash by @​Karibash in #​2773
Bug Fixes 🐞
Other Changes

Full Changelog: https://github.com/web-infra-dev/rspress/compare/v2.0.0-rc.0...v2.0.0-rc.1

v2.0.0-rc.0

Compare Source

Highlights
💄 Brand new theme

related PR: #​2738, #​2719, #​2698, #​2690, #​2533, #​2656

1. BEM classname 🕶

All built-in components now adopt BEM naming. This is a rather old-school choice, but a deliberate one based on user feedback.

Compared with Tailwind CSS, it allows you to flexibly adjust styles anywhere using standard CSS selectors, without restrictions.
For user-side customized doc components, you are free to choose any styling approach — including Tailwind CSS — without worrying about conflicts with Rspress’s default styles.


2. Built-in Default i18n Text 🌏

related PR: #​2738

The new theme includes a set of default translation strings and supports "treeshaking" based on the languages configured in your project:

  • If your documentation includes only en and zh, only those languages will be bundled.

  • For languages not supported by Rspress, it automatically falls back to en.

In most cases, you barely need to configure any i18n text manually, which significantly improves usability. You only need to configure i18nSource in rspress.config.ts when a language is missing or when you want to override built-in texts.

In 2.0.0-rc.0, based on contributions from the community, Rspress now includes four built-in languages: zh, en, ja, and ko.

Welcome more contributors to help improve and expand the default language texts.

More info: https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-14933678


3. More CSS Variables 💄

Rspress now exposes additional CSS variables covering theme colors, shiki, code blocks, the homepage, and more — greatly enhancing customization capabilities.

You can experiment with them interactively at https://v2.rspress.rs/ui/vars, preview the results in real time, and copy the variables directly into your project.


4. rspress eject 🆕

related PR: #​2726

rspress eject is a brand-new CLI command that copies the source code of Rspress’s built-in components into your project’s theme/components directory.

For example:

rspress eject DocFooter

This gives you the full source of the DocFooter component, enabling you to customize it freely, such as adding license information.

Deep customization becomes effortless.

The rspress eject feature is still in testing, and we’ll continue improving the documentation and providing more good customization examples.


5. Improved Documentation Reading Experience 📖

Most colors and visual styles have been redesigned and refined by our designers, significantly enhancing the overall visual appeal and reading experience.

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.0-beta.35...v2.0.0-rc.0


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 this update 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 | Confidence | |---|---|---|---| | [@rspress/plugin-preview](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/plugin-preview)) | [`2.0.0-beta.35` -> `2.0.0-rc.1`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-preview/2.0.0-beta.35/2.0.0-rc.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rspress%2fplugin-preview/2.0.0-rc.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rspress%2fplugin-preview/2.0.0-beta.35/2.0.0-rc.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@&#8203;rspress/plugin-preview)</summary> ### [`v2.0.0-rc.1`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.0-rc.1) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.0-rc.0...v2.0.0-rc.1) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### New Features 🎉 - feat(theme): add transition isPending UI to Sidebar by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2778](https://github.com/web-infra-dev/rspress/pull/2778) - feat(plugin-twoslash): Make it possible to configure compilerOptions for TypeScript in twoslash by [@&#8203;Karibash](https://github.com/Karibash) in [#&#8203;2773](https://github.com/web-infra-dev/rspress/pull/2773) ##### Bug Fixes 🐞 - fix(theme): nprogress bar color by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2770](https://github.com/web-infra-dev/rspress/pull/2770) - fix(theme): button gradient color and add line-height back by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2771](https://github.com/web-infra-dev/rspress/pull/2771) - fix(theme): Link click area should be same by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2777](https://github.com/web-infra-dev/rspress/pull/2777) - fix(search): SearchPanel Enter keyboard not work regression by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2775](https://github.com/web-infra-dev/rspress/pull/2775) - fix(route): should be compatiable to lowercase routePath by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2776](https://github.com/web-infra-dev/rspress/pull/2776) - fix(theme): scroll should work in afterNav by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2779](https://github.com/web-infra-dev/rspress/pull/2779) - fix(theme): line-height of SourceCode component by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2783](https://github.com/web-infra-dev/rspress/pull/2783) - fix(theme): adjust line-height of sidebar and outline by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2784](https://github.com/web-infra-dev/rspress/pull/2784) - fix(theme): unused code by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2781](https://github.com/web-infra-dev/rspress/pull/2781) - fix(theme): section-header margin-top wrong selector by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2782](https://github.com/web-infra-dev/rspress/pull/2782) - fix(theme): h2 gap and twoslash codeblock style by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2786](https://github.com/web-infra-dev/rspress/pull/2786) - fix(theme): moon svg white border by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2788](https://github.com/web-infra-dev/rspress/pull/2788) ##### Other Changes - Release v2.0.0-rc.0 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2756](https://github.com/web-infra-dev/rspress/pull/2756) - chore(theme): NavScreenItem should handle external link by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2780](https://github.com/web-infra-dev/rspress/pull/2780) - chore(deps): update glob and rollup to solve security vulnerabilities by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;2785](https://github.com/web-infra-dev/rspress/pull/2785) - Release v2.0.0-rc.1 by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2789](https://github.com/web-infra-dev/rspress/pull/2789) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.0-rc.0...v2.0.0-rc.1> ### [`v2.0.0-rc.0`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.0-rc.0) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.35...v2.0.0-rc.0) <!-- Release notes generated using configuration in .github/release.yml at release_v2.0.0-rc.0 --> ##### Highlights ✨ ##### 💄 Brand new theme > related PR: [#&#8203;2738](https://github.com/web-infra-dev/rspress/issues/2738), [#&#8203;2719](https://github.com/web-infra-dev/rspress/issues/2719), [#&#8203;2698](https://github.com/web-infra-dev/rspress/issues/2698), [#&#8203;2690](https://github.com/web-infra-dev/rspress/issues/2690), [#&#8203;2533](https://github.com/web-infra-dev/rspress/issues/2533), [#&#8203;2656](https://github.com/web-infra-dev/rspress/issues/2656) ##### 1. BEM classname 🕶 All built-in components now adopt BEM naming. This is a rather old-school choice, but a deliberate one based on user feedback. Compared with Tailwind CSS, it allows you to flexibly adjust styles anywhere using standard CSS selectors, without restrictions. For user-side customized doc components, you are free to choose any styling approach — including Tailwind CSS — without worrying about conflicts with Rspress’s default styles. *** ##### 2. Built-in Default i18n Text 🌏 > related PR: [#&#8203;2738](https://github.com/web-infra-dev/rspress/issues/2738) The new theme includes a set of default translation strings and supports "treeshaking" based on the languages configured in your project: - If your documentation includes only en and zh, only those languages will be bundled. - For languages not supported by Rspress, it automatically falls back to en. In most cases, you barely need to configure any i18n text manually, which significantly improves usability. You only need to configure i18nSource in rspress.config.ts when a language is missing or when you want to override built-in texts. In 2.0.0-rc.0, based on contributions from the community, Rspress now includes four built-in languages: zh, en, ja, and ko. Welcome more contributors to help improve and expand the default language texts. More info: <https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-14933678> *** ##### 3. More CSS Variables 💄 Rspress now exposes additional CSS variables covering theme colors, shiki, code blocks, the homepage, and more — greatly enhancing customization capabilities. You can experiment with them interactively at <https://v2.rspress.rs/ui/vars>, preview the results in real time, and copy the variables directly into your project. *** ##### 4. `rspress eject` 🆕 > related PR: [#&#8203;2726](https://github.com/web-infra-dev/rspress/issues/2726) `rspress eject` is a brand-new CLI command that copies the source code of Rspress’s built-in components into your project’s theme/components directory. For example: `rspress eject DocFooter` This gives you the full source of the DocFooter component, enabling you to customize it freely, such as adding license information. > Deep customization becomes effortless. The `rspress eject` feature is still in testing, and we’ll continue improving the documentation and providing more good customization examples. *** ##### 5. Improved Documentation Reading Experience 📖 Most colors and visual styles have been redesigned and refined by our designers, significantly enhancing the overall visual appeal and reading experience. ##### What's Changed ##### New Features 🎉 - feat(theme)!: fully theme refactor by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2533](https://github.com/web-infra-dev/rspress/pull/2533) - feat(theme): add Banner Component by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2654](https://github.com/web-infra-dev/rspress/pull/2654) - feat(theme)!: add CodeBlock / CodeButtonGroup components and migrate `.rp-doc-outline` to `rp-toc-include` by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2656](https://github.com/web-infra-dev/rspress/pull/2656) - feat(theme): add Deno support to PackageManagerTabs component by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2663](https://github.com/web-infra-dev/rspress/pull/2663) - style: deno svg adapt to dark mode by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;2676](https://github.com/web-infra-dev/rspress/pull/2676) - feat: add new Component <PageTabs /> and fix link should have search query by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2683](https://github.com/web-infra-dev/rspress/pull/2683) - feat: ssg-md by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2666](https://github.com/web-infra-dev/rspress/pull/2666) - feat(plugin-twoslash): add `cache` options by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;2712](https://github.com/web-infra-dev/rspress/pull/2712) - feat(theme)!: add `config.i18nSource` and default i18n text and remove serveral i18nKeys in themeConfig by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2738](https://github.com/web-infra-dev/rspress/pull/2738) - feat(codeblock): lineNumbers and wrapCode meta props support `'''tsx lineNumbers wrapCode` by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2746](https://github.com/web-infra-dev/rspress/pull/2746) - feat(CLI): Add `rspress eject` CLI command for theme component customization by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2726](https://github.com/web-infra-dev/rspress/pull/2726) - feat(theme): add pageType: doc-wide by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2759](https://github.com/web-infra-dev/rspress/pull/2759) ##### Performance 🚀 - perf: simple matchRoutes alternative [#&#8203;1863](https://github.com/web-infra-dev/rspress/issues/1863) by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2673](https://github.com/web-infra-dev/rspress/pull/2673) - perf(ssg): regression after output.asyncChunks = true by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2674](https://github.com/web-infra-dev/rspress/pull/2674) ##### Bug Fixes 🐞 - fix(theme): add --rp-banner-height to scroll-padding-top by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2678](https://github.com/web-infra-dev/rspress/pull/2678) - fix(theme/Tabs): keepDOM default value should be true by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2682](https://github.com/web-infra-dev/rspress/pull/2682) - fix(theme/code): fix the table code font-size and separate inline-code-block and code-block by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2688](https://github.com/web-infra-dev/rspress/pull/2688) - fix(theme): hydration error in NavHamburger and fix Search color by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2697](https://github.com/web-infra-dev/rspress/pull/2697) - fix(theme)!: add frontmatter UI control back and remove uiSwitch by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2698](https://github.com/web-infra-dev/rspress/pull/2698) - fix(theme): OverviewGroup and title margin by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2699](https://github.com/web-infra-dev/rspress/pull/2699) - fix(theme/Banner): cannot be closed due to hydration error by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2703](https://github.com/web-infra-dev/rspress/pull/2703) - fix(mdx): preserve error stack traces from MDX plugins and limit output to 10 lines by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2711](https://github.com/web-infra-dev/rspress/pull/2711) - fix(mdx): error stack is empty by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2716](https://github.com/web-infra-dev/rspress/pull/2716) - fix(theme): Outline font family was hardcoded by [@&#8203;elliotcourant](https://github.com/elliotcourant) in [#&#8203;2739](https://github.com/web-infra-dev/rspress/pull/2739) - fix(plugin-preview): [@&#8203;theme](https://github.com/theme) module not found regression by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2741](https://github.com/web-infra-dev/rspress/pull/2741) - fix(theme): use pointer cursor for menu by [@&#8203;fi3ework](https://github.com/fi3ework) in [#&#8203;2750](https://github.com/web-infra-dev/rspress/pull/2750) - fix: pathnameToRouteService to handle URLs with hash and search parameters by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2743](https://github.com/web-infra-dev/rspress/pull/2743) - fix: do not expose scrollToTarget as public API by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2761](https://github.com/web-infra-dev/rspress/pull/2761) - fix(theme): Edit link should show by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2763](https://github.com/web-infra-dev/rspress/pull/2763) ##### Document 📖 - docs: stabilize the codeblock css vars by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2689](https://github.com/web-infra-dev/rspress/pull/2689) - docs: update logo references to use SVG version by [@&#8203;chenjiahan](https://github.com/chenjiahan) in [#&#8203;2737](https://github.com/web-infra-dev/rspress/pull/2737) ##### Other Changes - chore(theme): migrate more .module.scss to BEM and remove tailwind CSS by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2653](https://github.com/web-infra-dev/rspress/pull/2653) - chore(deps): update dependency create-rstack to v1.7.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2668](https://github.com/web-infra-dev/rspress/pull/2668) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2667](https://github.com/web-infra-dev/rspress/pull/2667) - chore(deps): update playwright monorepo to v1.56.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2670](https://github.com/web-infra-dev/rspress/pull/2670) - chore(deps): update dependency memfs to ^4.49.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2669](https://github.com/web-infra-dev/rspress/pull/2669) - chore(deps): upgrade to react\@&#8203;19.2.0 (react,react-dom,[@&#8203;types/react](https://github.com/types/react),[@&#8203;types/react-dom](https://github.com/types/react-dom)) by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2671](https://github.com/web-infra-dev/rspress/pull/2671) - chore(theme/Tabs): keepDOM in Tabs and stablize the Tabs classname by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2679](https://github.com/web-infra-dev/rspress/pull/2679) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2684](https://github.com/web-infra-dev/rspress/pull/2684) - chore(deps): update dependency [@&#8203;biomejs/biome](https://github.com/biomejs/biome) to ^2.3.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2685](https://github.com/web-infra-dev/rspress/pull/2685) - chore(deps): update dependency [@&#8203;rsbuild/plugin-vue](https://github.com/rsbuild/plugin-vue) to ^1.2.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2686](https://github.com/web-infra-dev/rspress/pull/2686) - chore(deps): update dependency [@&#8203;rslib/core](https://github.com/rslib/core) to v0.16.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2687](https://github.com/web-infra-dev/rspress/pull/2687) - chore!: move `@rspress/theme-default` to `@rspress/core/theme` by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2690](https://github.com/web-infra-dev/rspress/pull/2690) - chore(theme/HomeLayout): polish styles by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2693](https://github.com/web-infra-dev/rspress/pull/2693) - chore(theme/Search): add backdrop-filter by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2696](https://github.com/web-infra-dev/rspress/pull/2696) - chore(deps): update flexsearch to v0.8.212 by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2691](https://github.com/web-infra-dev/rspress/pull/2691) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2706](https://github.com/web-infra-dev/rspress/pull/2706) - chore(deps): update dependency [@&#8203;rsbuild/core](https://github.com/rsbuild/core) to \~1.6.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2707](https://github.com/web-infra-dev/rspress/pull/2707) - chore(remarkContainerSyntax): throw an error when the type is unknown by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2708](https://github.com/web-infra-dev/rspress/pull/2708) - chore: preEntry to ensures css order and splitChunks for perf by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2714](https://github.com/web-infra-dev/rspress/pull/2714) - ci: add ecosystem CI by [@&#8203;fi3ework](https://github.com/fi3ework) in [#&#8203;2710](https://github.com/web-infra-dev/rspress/pull/2710) - refactor(theme/Tabs)!: reimplement Tabs and PageTabs to bypass hydration error due to localStorage by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2719](https://github.com/web-infra-dev/rspress/pull/2719) - chore(theme/sidebar): use 1fr to toggleCollapse the sidebarGroup by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2723](https://github.com/web-infra-dev/rspress/pull/2723) - chore(theme/Toc): upgrade Toc border line in mobile by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2724](https://github.com/web-infra-dev/rspress/pull/2724) - chore(infra): add Rsdoctor bundle diff CI by [@&#8203;yifancong](https://github.com/yifancong) in [#&#8203;2722](https://github.com/web-infra-dev/rspress/pull/2722) - chore(theme/homehero): upgrade home feature style and expose CSS vars by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2728](https://github.com/web-infra-dev/rspress/pull/2728) - chore: fix diff yaml by [@&#8203;yifancong](https://github.com/yifancong) in [#&#8203;2732](https://github.com/web-infra-dev/rspress/pull/2732) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2733](https://github.com/web-infra-dev/rspress/pull/2733) - chore(deps): update dependency [@&#8203;docsearch/css](https://github.com/docsearch/css) to ^4.3.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2734](https://github.com/web-infra-dev/rspress/pull/2734) - chore(deps): update dependency [@&#8203;microsoft/api-extractor](https://github.com/microsoft/api-extractor) to ^7.54.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2736](https://github.com/web-infra-dev/rspress/pull/2736) - chore(deps): update dependency [@&#8203;docsearch/react](https://github.com/docsearch/react) to ^4.3.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2735](https://github.com/web-infra-dev/rspress/pull/2735) - chore(theme): expose base css variables by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2731](https://github.com/web-infra-dev/rspress/pull/2731) - chore(plugin-api-docgen): add default translation text for table comp associated with i18n refactor by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2744](https://github.com/web-infra-dev/rspress/pull/2744) - test: remove unused files by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2745](https://github.com/web-infra-dev/rspress/pull/2745) - chore(theme/Tabs): polish Tabs style to ::after instead of border-bottom by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2748](https://github.com/web-infra-dev/rspress/pull/2748) - security: enable pnpm's no-downgrade trustPolicy by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;2751](https://github.com/web-infra-dev/rspress/pull/2751) - chore(infra): run pnpm dedupe by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2752](https://github.com/web-infra-dev/rspress/pull/2752) - chore(theme): simplify scss structure by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2753](https://github.com/web-infra-dev/rspress/pull/2753) - chore(ssg): add filepath error message by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2754](https://github.com/web-infra-dev/rspress/pull/2754) - chore(theme): polish theme colors by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2755](https://github.com/web-infra-dev/rspress/pull/2755) - chore: update pnpm trust policy exclusions by [@&#8203;Timeless0911](https://github.com/Timeless0911) in [#&#8203;2758](https://github.com/web-infra-dev/rspress/pull/2758) - chore(mdx): revert containerSynatx unknown types error by [@&#8203;SoonIter](https://github.com/SoonIter) in [#&#8203;2764](https://github.com/web-infra-dev/rspress/pull/2764) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2766](https://github.com/web-infra-dev/rspress/pull/2766) - chore(deps): update dependency [@&#8203;microsoft/api-extractor](https://github.com/microsoft/api-extractor) to ^7.55.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2767](https://github.com/web-infra-dev/rspress/pull/2767) - chore(deps): update dependency cspell to ^9.3.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2768](https://github.com/web-infra-dev/rspress/pull/2768) - chore(deps): update dependency memfs to ^4.51.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2769](https://github.com/web-infra-dev/rspress/pull/2769) - chore(deps): update dependency [@&#8203;rslib/core](https://github.com/rslib/core) to v0.17.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;2760](https://github.com/web-infra-dev/rspress/pull/2760) ##### New Contributors - [@&#8203;elliotcourant](https://github.com/elliotcourant) made their first contribution in [#&#8203;2739](https://github.com/web-infra-dev/rspress/pull/2739) **Full Changelog**: <https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.35...v2.0.0-rc.0> </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update dependency @rspress/plugin-preview to v2.0.0-rc.1
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 4m2s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m31s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 6m55s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m39s
Documentation / Build and Deploy Documentation (push) Successful in 4m7s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 5m7s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 6m16s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 5m21s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 20s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 11m39s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 11m57s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 20s
551563ce83
Jade merged commit 551563ce83 into main 2025-11-25 20:50:01 +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!1198
No description provided.