Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@types/node (source) dependencies minor ^24.3.0^24.10.7 age confidence
@types/react (source) dependencies patch ^19.2.2^19.2.8 age confidence
@types/react-dom (source) dependencies patch ^19.2.2^19.2.3 age confidence
prettier (source) devDependencies minor ^3.6.2^3.7.4 age confidence
react (source) dependencies patch ^19.2.1^19.2.3 age confidence
react-dom (source) dependencies patch ^19.2.1^19.2.3 age confidence
styled-components (source) dependencies minor ^6.1.19^6.2.0 6.3.5 (+5) age confidence
typescript (source) dependencies patch 5.9.25.9.3 age confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

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);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

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
styled-components/styled-components (styled-components)

v6.2.0

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 12 months ( * * 1 */12 * ) (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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team October 20, 2025 15:46
@renovate renovate bot added the 🤖 bot label Oct 20, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2025

⚠️ No Changeset found

Latest commit: 774ca89

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
react-rx Ready Ready Preview, Comment Jan 10, 2026 6:12pm

@socket-security
Copy link

socket-security bot commented Oct 20, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: npm typescript

License: LicenseRef-W3C-Community-Final-Specification-Agreement - the applicable license policy does not allow this license (4) (package/ThirdPartyNoticeText.txt)

From: pnpm-lock.yamlnpm/[email protected]

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn Medium
Install-time scripts: npm sharp during install

Install script: install

Source: node install/check.js || npm run build

From: pnpm-lock.yamlnpm/[email protected]

ℹ Read more on: This package | This alert | What is an install script?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate bot force-pushed the renovate/website branch from 1f35903 to 19d1507 Compare October 23, 2025 15:47
@renovate renovate bot force-pushed the renovate/website branch from 19d1507 to 552ac28 Compare October 24, 2025 03:37
@renovate renovate bot force-pushed the renovate/website branch from 552ac28 to a8c6a9d Compare October 31, 2025 21:54
@renovate renovate bot force-pushed the renovate/website branch from a8c6a9d to 507c2fd Compare November 4, 2025 00:02
@renovate renovate bot force-pushed the renovate/website branch from 507c2fd to 51009b3 Compare November 10, 2025 22:03
@renovate renovate bot force-pushed the renovate/website branch from 51009b3 to c276f32 Compare November 11, 2025 21:33
@renovate renovate bot force-pushed the renovate/website branch from c276f32 to ef10b0e Compare November 12, 2025 00:03
@renovate renovate bot force-pushed the renovate/website branch from ef10b0e to b3b4451 Compare November 12, 2025 05:40
@renovate renovate bot force-pushed the renovate/website branch from b3b4451 to d381e3e Compare November 12, 2025 16:55
@renovate renovate bot force-pushed the renovate/website branch from d381e3e to 8e53fb4 Compare November 14, 2025 23:30
@renovate renovate bot force-pushed the renovate/website branch from 7dba25f to b781789 Compare December 8, 2025 23:54
@renovate renovate bot force-pushed the renovate/website branch from b781789 to 46b72f0 Compare December 11, 2025 03:28
@renovate renovate bot force-pushed the renovate/website branch from 46b72f0 to 9ad8417 Compare December 11, 2025 21:42
@renovate renovate bot force-pushed the renovate/website branch from 9ad8417 to 7847b03 Compare December 12, 2025 05:08
@renovate renovate bot force-pushed the renovate/website branch from 7847b03 to a213eab Compare December 14, 2025 03:02
@renovate renovate bot force-pushed the renovate/website branch from a213eab to ee30b29 Compare December 31, 2025 18:04
@renovate renovate bot force-pushed the renovate/website branch from ee30b29 to 24345fa Compare January 9, 2026 02:37
@renovate renovate bot force-pushed the renovate/website branch from 24345fa to 6f96ddc Compare January 10, 2026 02:22
@renovate renovate bot force-pushed the renovate/website branch from 6f96ddc to 9289cd4 Compare January 10, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants