Skip to content

chore(deps): update all patch dependencies#2889

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch
Dec 15, 2025
Merged

chore(deps): update all patch dependencies#2889
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/plugin-svgr (source) ^1.2.2 -> ^1.2.3 age confidence
@rsbuild/plugin-vue (source) ^1.2.0 -> ^1.2.1 age confidence
@rsdoctor/rspack-plugin (source) 1.3.12 -> 1.3.15 age confidence
@rslib/core (source) 0.18.3 -> 0.18.4 age confidence
@rspress/core (source) ^2.0.0-rc.1 -> ^2.0.0-rc.2 age confidence
@rstack-dev/doc-ui ^1.12.0 -> ^1.12.1 age confidence
@rstest/core (source) ^0.7.1 -> ^0.7.2 age confidence
@types/web ^0.0.297 -> ^0.0.301 age confidence
create-rstack 1.7.13 -> 1.7.19 age confidence
react (source) ^19.2.1 -> ^19.2.3 age confidence
react-dom (source) ^19.2.1 -> ^19.2.3 age confidence
tailwindcss (source) ^3.4.18 -> ^3.4.19 age confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/plugin-svgr)

v1.2.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.2.2...v1.2.3

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.3.14

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.3.13...v1.3.14

v1.3.13

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsdoctor@v1.3.12...v1.3.13

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

v0.18.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.3...v0.18.4

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

v2.0.0-rc.2

Compare Source

Breaking Changes🚨

theme folder should use @rspress/core/theme-original

related PR: #​2860

In Rspress V1 document, @theme is the alias for rspress/theme, but @theme is an alias which points to theme/index.tsx and falls back to rspress/theme.

rspress/theme or @rspress/core/theme points to Rspress's theme-default, they are actually different things.

We standardize this behavior, which is the same as docusaurus.

  1. In docs directory, @theme or @rspress/core/theme should be used, which points to theme/index.tsx and falls back to theme-default

  2. In theme directory , @theme-original or @rspress/core/theme-original should be used, which always points to Rspress's theme-default, used for users to customize themes, which is very useful for users who publish npm theme packages.

 // theme/index.tsx
- import { Layout as BasicLayout } from 'rspress/theme'; // or @​rspress/core/theme
+ import { Layout } from '@​rspress/core/theme-original';

 const Layout = () => {
    return <BasicLayout {...} />
 }
 
 export { Layout }
- export * from 'rspress/theme' // or @&#8203;rspress/core/theme
+ export * from '@&#8203;rspress/core/theme-original';
Merge @theme-assets to @theme

Before

We have a separate entry for exporting @​theme-assets

import { SvgWrapper } from '@&#8203;theme'
import SearchSvg from '@&#8203;theme-assets/Search';

<SvgWrapper icon={SearchSvg} />

After

@theme-assets has been removed. Icons are exported from @theme and prefixed with Icon, for example: IconSearch

import { SvgWrapper, IconSearch } from '@&#8203;theme';

<SvgWrapper icon={IconSearch} />
                   ^? type Icon = React.FC<React.SVGProps<SVGSVGElement>> | string;
Refactor @rspress/plugin-preview and simplify usage

related PR: #​2806

Before: Required declarations in both config file and MDX file.

pluginPreview({
  previewMode: 'iframe',
  iframeOptions: { position: 'fixed' },
});
```tsx preview

```

After: Only declare in the MDX file.

```tsx preview="iframe-fixed"

```

What's Changed

New Features 🎉
Performance 🚀
  • perf(theme/useWindowSize): optimize useWindowSize with debounce to reduce resize handler calls by @​Copilot in #​2849
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

rspack-contrib/rstack-doc-ui (@​rstack-dev/doc-ui)

v1.12.1

Compare Source

What's Changed

New Contributors

Full Changelog: rstackjs/rstack-doc-ui@v1.12.0...v1.12.1

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

v0.7.2

Compare Source

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

Full Changelog: web-infra-dev/rstest@v0.7.1...v0.7.2

microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.301

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

No changes

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

No changes

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

No changes

ts5.9/iterable.d.ts

No changes

v0.0.300

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

No changes

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

No changes

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

No changes

ts5.9/iterable.d.ts

No changes

v0.0.299

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

No changes

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

No changes

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

No changes

ts5.9/iterable.d.ts

No changes

v0.0.298

Compare Source

asynciterable.d.ts

No changes

index.d.ts

New interfaces

  • NavigateEvent
  • Navigation
  • NavigationCurrentEntryChangeEvent
  • NavigationDestination
  • NavigationPrecommitController
  • NavigationTransition

Modified

  • CSSStyleProperties
    • Added: fieldSizing, positionVisibility
  • Document
    • Added: activeViewTransition
  • Performance
    • Added: interactionCount
  • SVGAElement
    • Added: hreflang, ping, referrerPolicy, type
  • Window
    • Added: navigation

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

New interfaces

  • NavigateEvent
  • Navigation
  • NavigationCurrentEntryChangeEvent
  • NavigationDestination
  • NavigationPrecommitController
  • NavigationTransition

Modified

  • CSSStyleProperties
    • Added: fieldSizing, positionVisibility
  • Document
    • Added: activeViewTransition
  • Performance
    • Added: interactionCount
  • SVGAElement
    • Added: hreflang, ping, referrerPolicy, type
  • Window
    • Added: navigation

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

New interfaces

  • NavigateEvent
  • Navigation
  • NavigationCurrentEntryChangeEvent
  • NavigationDestination
  • NavigationPrecommitController
  • NavigationTransition

Modified

  • CSSStyleProperties
    • Added: fieldSizing, positionVisibility
  • Document
    • Added: activeViewTransition
  • Performance
    • Added: interactionCount
  • SVGAElement
    • Added: hreflang, ping, referrerPolicy, type
  • Window
    • Added: navigation

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

New interfaces

  • NavigateEvent
  • Navigation
  • NavigationCurrentEntryChangeEvent
  • NavigationDestination
  • NavigationPrecommitController
  • NavigationTransition

Modified

  • CSSStyleProperties
    • Added: fieldSizing, positionVisibility
  • Document
    • Added: activeViewTransition
  • Performance
    • Added: interactionCount
  • SVGAElement
    • Added: hreflang, ping, referrerPolicy, type
  • Window
    • Added: navigation

ts5.9/iterable.d.ts

No changes

rspack-contrib/create-rstack (create-rstack)

v1.7.19

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.7.18...v1.7.19

v1.7.18

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.7.17...v1.7.18

v1.7.17

Compare Source

What's Changed

New Contributors

Full Changelog: rstackjs/create-rstack@v1.7.16...v1.7.17

v1.7.16

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.7.15...v1.7.16

v1.7.15

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.7.14...v1.7.15

v1.7.14

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.7.13...v1.7.14

facebook/react (react)

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components
tailwindlabs/tailwindcss (tailwindcss)

v3.4.19

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@netlify
Copy link
Copy Markdown

netlify bot commented Dec 15, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit 50bbe42
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/693f59ae0a0eae00085c4346
😎 Deploy Preview https://deploy-preview-2889--rspress-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown
Contributor

Rsdoctor Bundle Diff Analysis

📁 web

Path: website/doc_build/web/rsdoctor-data.json

📌 Baseline Commit: d9c7e999c0 | PR: #2887

Metric Current Baseline Change
📊 Total Size 14.5 MB 14.5 MB -24.7 KB (-0.2%)
📄 JavaScript 13.9 MB 13.9 MB -24.5 KB (-0.2%)
🎨 CSS 113.7 KB 113.7 KB 0 B (0.0%)
🌐 HTML 0 B 0 B N/A
📁 Other Assets 480.4 KB 480.7 KB -272.0 B (-0.1%)

📦 Download Diff Report: web Bundle Diff

Generated by Rsdoctor GitHub Action

@Timeless0911 Timeless0911 merged commit 3ceec3f into main Dec 15, 2025
10 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch December 15, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant