Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
prettier (source) 3.6.2 -> 3.7.4 age confidence devDependencies minor
renovatebot/github-action v44.0.3 -> v44.0.5 age confidence action patch
ts-jest (source) 29.4.5 -> 29.4.6 age confidence devDependencies patch
type-fest 5.2.0 -> 5.3.1 age confidence dependencies minor
typescript-eslint (source) 8.46.4 -> 8.49.0 age confidence devDependencies minor

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

renovatebot/github-action (renovatebot/github-action)

v44.0.5

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v42.27.1 (1a6e892)
  • update references to renovatebot/github-action to v44.0.4 (7dbfb72)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (2195956)
Continuous Integration
  • deps: update renovate docker tag to v42.19.5 (e08a619)
  • deps: update renovate docker tag to v42.19.6 (90f3ba2)
  • deps: update renovate docker tag to v42.19.7 (c9783cc)
  • deps: update renovate docker tag to v42.19.8 (cd5302b)
  • deps: update renovate docker tag to v42.20.0 (9ef994d)
  • deps: update renovate docker tag to v42.20.1 (72b1786)
  • deps: update renovate docker tag to v42.21.0 (17199a9)
  • deps: update renovate docker tag to v42.21.1 (ebc94ab)
  • deps: update renovate docker tag to v42.21.3 (ba515da)
  • deps: update renovate docker tag to v42.22.0 (79ec017)
  • deps: update renovate docker tag to v42.22.1 (b933b81)
  • deps: update renovate docker tag to v42.23.0 (dd2ea91)
  • deps: update renovate docker tag to v42.24.0 (f7665b0)
  • deps: update renovate docker tag to v42.24.1 (6a6d906)
  • deps: update renovate docker tag to v42.25.2 (fbc76b1)
  • deps: update renovate docker tag to v42.25.3 (f318c66)
  • deps: update renovate docker tag to v42.26.0 (501b8b8)
  • deps: update renovate docker tag to v42.26.10 (9b051ee)
  • deps: update renovate docker tag to v42.26.11 (6b7c735)
  • deps: update renovate docker tag to v42.26.2 (660d970)
  • deps: update renovate docker tag to v42.26.3 (ff51f3b)
  • deps: update renovate docker tag to v42.26.5 (a161523)
  • deps: update renovate docker tag to v42.26.8 (6654dca)
  • deps: update renovate docker tag to v42.26.9 (a417a00)
  • deps: update renovate docker tag to v42.27.0 (78247c4)
  • deps: update renovate docker tag to v42.27.1 (931e429)

v44.0.4

Compare Source

Documentation
  • update references to actions/checkout to v5 (304fd04)
  • update references to ghcr.io/renovatebot/renovate to v42.19.3 (433f522)
  • update references to renovatebot/github-action to v44.0.3 (dc2e960)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (8a373e9)
Continuous Integration
  • deps: update actions/checkout action to v4.3.1 (3180f03)
  • deps: update renovate docker tag to v42.12.1 (cddf456)
  • deps: update renovate docker tag to v42.13.0 (ba10ad3)
  • deps: update renovate docker tag to v42.13.3 (8dc1742)
  • deps: update renovate docker tag to v42.13.4 (fca6d36)
  • deps: update renovate docker tag to v42.13.5 (c302ccc)
  • deps: update renovate docker tag to v42.14.1 (a32bad8)
  • deps: update renovate docker tag to v42.14.2 (7cd0b77)
  • deps: update renovate docker tag to v42.14.3 (a1252fe)
  • deps: update renovate docker tag to v42.14.4 (89d46e0)
  • deps: update renovate docker tag to v42.15.0 (99d3e68)
  • deps: update renovate docker tag to v42.16.0 (f3fed10)
  • deps: update renovate docker tag to v42.16.1 (b499602)
  • deps: update renovate docker tag to v42.17.0 (0745ba0)
  • deps: update renovate docker tag to v42.17.1 (58fd621)
  • deps: update renovate docker tag to v42.18.0 (6752f0f)
  • deps: update renovate docker tag to v42.19.0 (8744329)
  • deps: update renovate docker tag to v42.19.2 (8962db8)
  • deps: update renovate docker tag to v42.19.3 (760eaea)
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes
sindresorhus/type-fest (type-fest)

v5.3.1

Compare Source


v5.3.0

Compare Source

Improvements
Fixes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

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.

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.

v8.48.0

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.

v8.47.0

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec72184 to 1d3328b Compare November 24, 2025 04:46
@renovate renovate bot changed the title chore: update typescript-eslint to 8.47.0 chore: update all non-major dependencies Nov 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ea8171e to 9f6c5a7 Compare December 1, 2025 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 45ff199 to f7200bf Compare December 7, 2025 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7200bf to 8c945e4 Compare December 8, 2025 17:48
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.

1 participant