Skip to content

[deps]: Update prettier to v3.8.1#6702

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prettier-3.x
Open

[deps]: Update prettier to v3.8.1#6702
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prettier-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.23.8.1 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.1

Compare Source

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


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from a team as a code owner December 8, 2025 02:39
@renovate renovate bot requested a review from vleague2 December 8, 2025 02:39
@bitwarden-bot bitwarden-bot changed the title [deps]: Update prettier to v3.7.3 [PM-29338] [deps]: Update prettier to v3.7.3 Dec 8, 2025
@bitwarden-bot
Copy link

Internal tracking:

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.45%. Comparing base (0ad7a10) to head (a33e454).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6702   +/-   ##
=======================================
  Coverage   57.45%   57.45%           
=======================================
  Files        2032     2032           
  Lines       89415    89415           
  Branches     7951     7951           
=======================================
+ Hits        51369    51371    +2     
+ Misses      36203    36201    -2     
  Partials     1843     1843           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title [PM-29338] [deps]: Update prettier to v3.7.3 [deps]: Update prettier to v3.7.3 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from e11e358 to 0ba2800 Compare December 10, 2025 06:44
@renovate renovate bot changed the title [deps]: Update prettier to v3.7.3 [deps]: Update prettier to v3.7.4 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 0ba2800 to f10245b Compare December 31, 2025 15:27
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from f10245b to 6e44c59 Compare January 8, 2026 16:16
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 67a69d6 to 6c9f27a Compare January 22, 2026 03:05
@renovate renovate bot changed the title [deps]: Update prettier to v3.7.4 [deps]: Update prettier to v3.8.0 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 49a4068 to db0338a Compare January 28, 2026 18:19
@renovate renovate bot changed the title [deps]: Update prettier to v3.8.0 [deps]: Update prettier to v3.8.1 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from db0338a to 8b1e378 Compare February 2, 2026 15:43
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from f357a18 to f9727e0 Compare February 17, 2026 15:21
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from f9727e0 to 32752ee Compare March 5, 2026 14:37
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 32752ee to a33e454 Compare March 13, 2026 13:39
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