Skip to content

chore(deps): update all patch dependencies#6693

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-patch
Dec 3, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@rsbuild/core (source) ^1.6.10 -> ^1.6.12 age confidence devDependencies patch
@rsdoctor/rspack-plugin (source) 1.3.11 -> 1.3.12 age confidence devDependencies patch
@rslib/core (source) 0.18.2 -> 0.18.3 age confidence devDependencies patch
@typescript/native-preview (source) 7.0.0-dev.20251130.1 -> 7.0.0-dev.20251203.1 age confidence devDependencies patch
actions/checkout v6.0.0 -> v6.0.1 age confidence action patch
prettier (source) ^3.7.3 -> ^3.7.4 age confidence devDependencies patch
react (source) ^19.2.0 -> ^19.2.1 age confidence devDependencies patch
react (source) ^19.2.0 -> ^19.2.1 age confidence dependencies patch
react-dom (source) ^19.2.0 -> ^19.2.1 age confidence devDependencies patch
react-dom (source) ^19.2.0 -> ^19.2.1 age confidence dependencies patch
svelte (source) ^5.45.2 -> ^5.45.5 age confidence devDependencies patch
svelte (source) ^5.45.2 -> ^5.45.5 age confidence dependencies patch

Release Notes

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

v1.6.12

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: v1.6.11...v1.6.12

v1.6.11

Compare Source

What's Changed

Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.6.10...v1.6.11

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

v1.3.12

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

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

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

v0.18.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

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

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20251203.1

Compare Source

v7.0.0-dev.20251202.1

Compare Source

v7.0.0-dev.20251201.1

Compare Source

actions/checkout (actions/checkout)

v6.0.1

Compare Source

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);
facebook/react (react)

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
sveltejs/svelte (svelte)

v5.45.5

Compare Source

Patch Changes
  • fix: correctly reconcile each blocks after outroing branches are resumed (#​17258)

  • fix: destroy each items after siblings are resumed (#​17258)

v5.45.4

Compare Source

Patch Changes
  • chore: move DOM-related effect properties to effect.nodes (#​17293)

  • fix: allow $props.id() to occur after an await (#​17285)

  • fix: keep reactions up to date even when read outside of effect (#​17295)

v5.45.3

Compare Source

Patch Changes
  • add props to state_referenced_locally (#​17266)

  • fix: preserve node locations for better sourcemaps (#​17269)

  • fix: handle cross-realm Promises in hydratable (#​17284)


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

netlify bot commented Dec 3, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 543374d
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/6930bba75dd11b0009dd7611
😎 Deploy Preview https://deploy-preview-6693--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 67 (🔴 down 4 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

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

@chenjiahan chenjiahan merged commit 86971b9 into main Dec 3, 2025
11 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch December 3, 2025 23:21
@chenjiahan chenjiahan mentioned this pull request Dec 6, 2025
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