Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

ℹ️ If the pre-commit check fails for this PR, check it out locally, run npm i && npm run format and then push a new commit with the changes.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.7.3 -> 3.7.4 age adoption passing confidence

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);

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 3, 2025 06:54
@renovate renovate bot added the renovate Changes by renovate label Dec 3, 2025
@renovate renovate bot enabled auto-merge December 3, 2025 06:54
@renovate renovate bot added this pull request to the merge queue Dec 3, 2025
@cypress
Copy link

cypress bot commented Dec 3, 2025

frontend    Run #4061

Run Properties:  status check passed Passed #4061  •  git commit 84e271be90 ℹ️: Merge d0db2bb6ce0b7234c9fa926bb22963b3a692ccda into 4f0353fd8f3be66b2d4c8bdacc10...
Project frontend
Branch Review renovate/prettier-3.x
Run status status check passed Passed #4061
Run duration 01m 44s
Commit git commit 84e271be90 ℹ️: Merge d0db2bb6ce0b7234c9fa926bb22963b3a692ccda into 4f0353fd8f3be66b2d4c8bdacc10...
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 36
View all changes introduced in this branch ↗︎

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 3, 2025
@renovate renovate bot added this pull request to the merge queue Dec 3, 2025
Merged via the queue into main with commit 359b106 Dec 3, 2025
14 checks passed
@renovate renovate bot deleted the renovate/prettier-3.x branch December 3, 2025 07:01
@cypress
Copy link

cypress bot commented Dec 3, 2025

frontend    Run #4068

Run Properties:  status check passed Passed #4068  •  git commit 359b106edf: chore(deps): update dependency prettier to v3.7.4 (#2306)
Project frontend
Branch Review main
Run status status check passed Passed #4068
Run duration 01m 47s
Commit git commit 359b106edf: chore(deps): update dependency prettier to v3.7.4 (#2306)
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 36
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Changes by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant