Skip to content

chore(dev-deps): update dependency prettier to v3.8.1#337

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/prettier-3.x
Feb 2, 2026
Merged

chore(dev-deps): update dependency prettier to v3.8.1#337
renovate[bot] merged 1 commit intomainfrom
renovate/prettier-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.7.33.8.1 age adoption passing 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);

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Feb 1, 2026
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 52bf6cc to 6994ebb Compare February 1, 2026 16:41
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 6994ebb to 605fc7f Compare February 1, 2026 21:59
@renovate renovate bot merged commit a686067 into main Feb 2, 2026
1 check passed
@renovate renovate bot deleted the renovate/prettier-3.x branch February 2, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants