Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@rslib/core (source) ^0.18.2 -> ^0.18.4 age confidence
@storybook/addon-themes (source) ^10.1.2 -> ^10.1.5 age confidence
@storybook/react (source) ^10.1.2 -> ^10.1.5 age confidence
@types/node (source) ~24.10.1 -> ~24.10.2 age confidence
framer-motion ^12.23.24 -> ^12.23.25 age confidence
pnpm (source) 10.24.0 -> 10.25.0 age confidence
prettier (source) ~3.7.3 -> ~3.7.4 age confidence
storybook (source) ^10.1.2 -> ^10.1.5 age confidence

Release Notes

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

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

storybookjs/storybook (@​storybook/addon-themes)

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source

motiondivision/motion (framer-motion)

v12.23.25

Compare Source

Fixed
  • Ensure relative projection boxes are re-measured when parent layout changes.
pnpm/pnpm (pnpm)

v10.25.0

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);
storybookjs/storybook (storybook)

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.

@chenjiahan chenjiahan merged commit e0a3cf2 into main Dec 10, 2025
5 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch December 10, 2025 02: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.

2 participants