Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2025

This PR contains the following updates:

Package Change Age Confidence
node-downloader-helper 2.1.92.1.10 age confidence
prettier (source) 3.6.23.8.0 age confidence
semver 7.7.27.7.3 age confidence

Release Notes

hgouveia/node-downloader-helper (node-downloader-helper)

v2.1.10

Compare Source

prettier/prettier (prettier)

v3.8.0

Compare Source

diff

🔗 Release note

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

npm/node-semver (semver)

v7.7.3

Compare Source

Bug Fixes
Chores

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 enabled auto-merge (squash) July 12, 2025 02:03
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from b5c3ecf to e0804f1 Compare July 19, 2025 02:04
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 2469cd4 to 57dc71a Compare July 23, 2025 03:32
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 3e1b342 to 78ede6b Compare August 2, 2025 11:32
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 1a1bb7c to 1e02704 Compare August 12, 2025 13:05
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 8e55e18 to 482494f Compare August 19, 2025 15:51
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 8a43d52 to c7e02ff Compare December 20, 2025 10:12
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from ff3a11a to 9311712 Compare December 28, 2025 04:43
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 0c8faff to 9d94315 Compare December 31, 2025 16:27
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 464e37f to d8b488e Compare January 12, 2026 01:13
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 52da50d to 9afde62 Compare January 15, 2026 12:15
aminya
aminya previously approved these changes Jan 15, 2026
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9afde62 to 1c9c792 Compare January 15, 2026 12:18
@renovate renovate bot merged commit aaf5bb7 into master Jan 15, 2026
1 check passed
@renovate renovate bot deleted the renovate/devdependencies branch January 15, 2026 12:21
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.

2 participants