Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Update dependency prettier to v3.8.1#19

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 22, 2026

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.33.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);

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (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 requested a review from a team as a code owner January 22, 2026 02:09
@renovate renovate Bot requested review from agierloff88 and removed request for a team January 22, 2026 02:09
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 630c1ee to 7575b68 Compare January 26, 2026 12:06
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 7575b68 to 5039d4d Compare January 28, 2026 18:39
@renovate renovate Bot changed the title Update dependency prettier to v3.8.0 Update dependency prettier to v3.8.1 Jan 28, 2026
@lhansford lhansford closed this Jan 30, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 30, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.8.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/prettier-3.x branch January 30, 2026 06:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant