Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
better-sqlite3 12.4.6 -> 12.5.0 age adoption passing confidence
express (source) ^5.2.0 -> ^5.2.1 age adoption passing confidence
jsonwebtoken ^9.0.2 -> ^9.0.3 age adoption passing confidence
prettier (source) ^3.7.1 -> ^3.7.4 age adoption passing confidence
react (source) 19.2.0 -> 19.2.1 age adoption passing confidence
react (source) ^19.2.0 -> ^19.2.1 age adoption passing confidence
react-dom (source) 19.2.0 -> 19.2.1 age adoption passing confidence
react-dom (source) ^19.2.0 -> ^19.2.1 age adoption passing confidence
typescript-eslint (source) ^8.48.0 -> ^8.48.1 age adoption passing confidence
wouter ^3.8.0 -> ^3.8.1 age adoption passing confidence

Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

v12.5.0

Compare Source

What's Changed

  • Update SQLite to version 3.51.1 in #​1424

Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0

expressjs/express (express)

v5.2.1

Compare Source

=======================

auth0/node-jsonwebtoken (jsonwebtoken)

v9.0.3

Compare Source

  • updates jws version to 4.0.1.
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
};
facebook/react (react)

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

Compare Source

React Server Components
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

molefrog/wouter (wouter)

v3.8.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm on monday" in timezone America/Indiana/Indianapolis, Automerge - "after 8am and before 5pm on weekdays" in timezone America/Indiana/Indianapolis.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate-pr label Dec 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from faf5bac to df13ea2 Compare December 1, 2025 21:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df13ea2 to 9100161 Compare December 8, 2025 14:09
@renovate renovate bot changed the title Update dependency prettier to ^3.7.2 Update all non-major dependencies Dec 8, 2025
@renovate renovate bot merged commit 829de51 into main Dec 8, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 8, 2025 20:09
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.

1 participant