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 Age Confidence
lockFileMaintenance All locks refreshed
@types/node (source) dependencies minor ^24.3.0 -> ^24.10.2 age confidence
@types/react (source) dependencies patch ^19.2.2 -> ^19.2.7 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
typescript (source) dependencies patch 5.9.2 -> 5.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

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: b781789

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 Preview Comments Updated (UTC)
react-rx Ready Ready Preview Comment Dec 8, 2025 11:55pm

@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.

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 8e53fb4 to 04bb45e Compare November 18, 2025 08:47
@renovate renovate bot force-pushed the renovate/website branch from 04bb45e to 61589f7 Compare November 19, 2025 00:03
@renovate renovate bot force-pushed the renovate/website branch from 61589f7 to ca88fec Compare November 24, 2025 11:09
@renovate renovate bot force-pushed the renovate/website branch from ca88fec to 1943f34 Compare November 30, 2025 10:33
@renovate renovate bot force-pushed the renovate/website branch from 1943f34 to e6d9239 Compare November 30, 2025 15:07
@renovate renovate bot force-pushed the renovate/website branch from e6d9239 to 172f48b Compare December 1, 2025 22:29
@renovate renovate bot force-pushed the renovate/website branch from 172f48b to a6962c7 Compare December 2, 2025 19:08
@renovate renovate bot force-pushed the renovate/website branch from a6962c7 to 73fa6ec Compare December 3, 2025 16:42
@renovate renovate bot force-pushed the renovate/website branch from 73fa6ec to e5ef456 Compare December 3, 2025 19:49
@renovate renovate bot force-pushed the renovate/website branch from e5ef456 to 532c1ff Compare December 3, 2025 19:55
@renovate renovate bot force-pushed the renovate/website branch from 532c1ff to 7dba25f Compare December 6, 2025 05:58
@socket-security
Copy link

socket-security bot commented Dec 6, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​types/​node@​24.9.0 ⏵ 24.10.210010081 +196 +1100
Addednpm/​typescript@​5.9.31001009010090
Updatednpm/​prettier@​3.6.2 ⏵ 3.7.490 -810097 -398100
Updatednpm/​@​vitejs/​plugin-react@​5.0.3 ⏵ 5.1.2100 +1100100100 +6100

View full report

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