Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 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.1 -> 3.7.2 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

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

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 November 28, 2025 21:06
@renovate renovate bot added the renovate Changes by renovate label Nov 28, 2025
@renovate renovate bot enabled auto-merge November 28, 2025 21:06
@renovate renovate bot added this pull request to the merge queue Nov 28, 2025
@cypress
Copy link

cypress bot commented Nov 28, 2025

frontend    Run #4035

Run Properties:  status check passed Passed #4035  •  git commit 6d41b9af50 ℹ️: Merge 9f060130b130a0c1dfe3361df8fcb1e3eeafdb4c into 78c2a6aa76dbd05f7f219035fdbe...
Project frontend
Branch Review renovate/prettier-3.x
Run status status check passed Passed #4035
Run duration 01m 44s
Commit git commit 6d41b9af50 ℹ️: Merge 9f060130b130a0c1dfe3361df8fcb1e3eeafdb4c into 78c2a6aa76dbd05f7f219035fdbe...
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 ↗︎

Merged via the queue into main with commit 6d8529c Nov 28, 2025
14 checks passed
@renovate renovate bot deleted the renovate/prettier-3.x branch November 28, 2025 21:10
@cypress
Copy link

cypress bot commented Nov 28, 2025

frontend    Run #4037

Run Properties:  status check passed Passed #4037  •  git commit 6d8529c184: chore(deps): update dependency prettier to v3.7.2 (#2297)
Project frontend
Branch Review main
Run status status check passed Passed #4037
Run duration 01m 43s
Commit git commit 6d8529c184: chore(deps): update dependency prettier to v3.7.2 (#2297)
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