Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/express (source) 5.0.5 -> 5.0.6 age confidence devDependencies patch
actions/checkout v6.0.0 -> v6.0.1 age confidence action patch
actions/setup-node v6.0.0 -> v6.1.0 age confidence action minor
graphql-yoga (source) 5.17.0 -> 5.17.1 age confidence devDependencies patch
prettier (source) 3.7.3 -> 3.7.4 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 dependencies patch
ts-jest (source) 29.4.5 -> 29.4.6 age confidence devDependencies patch

Release Notes

actions/checkout (actions/checkout)

v6.0.1

Compare Source

actions/setup-node (actions/setup-node)

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

graphql-hive/graphql-yoga (graphql-yoga)

v5.17.1

Compare Source

Patch Changes
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
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 30, 2025
@renovate renovate bot enabled auto-merge (squash) November 30, 2025 17:43
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 30, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 30, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-1832.sofa.pages.dev

@renovate renovate bot merged commit 79010a3 into master Dec 4, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 4, 2025 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant