Skip to content

chore(deps): update dependency prettier to v3.7.2 - #71

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/prettier-3.x
Nov 29, 2025
Merged

chore(deps): update dependency prettier to v3.7.2#71
renovate[bot] merged 1 commit into
masterfrom
renovate/prettier-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.1 -> 3.7.2 age 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 - "after 9pm,before 6am" in timezone Europe/Zurich, 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 the dependencies Pull requests that update a dependency file label Jul 5, 2023
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 29f4b33 to 5509feb Compare August 3, 2023 08:50
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 5509feb to 63319a3 Compare August 15, 2023 17:40
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 63319a3 to 5b47769 Compare August 29, 2023 13:04
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 5b47769 to e115d8a Compare November 13, 2023 04:32
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from e115d8a to d4e466d Compare December 10, 2023 10:57
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch 4 times, most recently from dbf1b35 to 1373890 Compare January 17, 2024 11:49
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 1373890 to bb8cfe8 Compare February 4, 2024 07:36
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from fe27957 to 61664a0 Compare June 5, 2024 09:27
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 61664a0 to 3adb8bf Compare June 11, 2024 07:25
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 3adb8bf to b98a3d8 Compare July 13, 2024 13:06
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from a24b268 to 4f3d99f Compare November 26, 2024 14:32
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 4f3d99f to 709287b Compare December 4, 2024 10:50
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3 chore(deps): update dependency prettier to v3 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate
renovate Bot deleted the renovate/prettier-3.x branch December 8, 2024 18:28
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3 - autoclosed chore(deps): update dependency prettier to v3 Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from d76bd50 to 709287b Compare December 8, 2024 21:23
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 6bde188 to bf7d7d8 Compare February 13, 2025 15:03
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from bf7d7d8 to 0edf0ac Compare February 22, 2025 06:55
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 0edf0ac to 7e4c1f2 Compare March 3, 2025 02:30
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 7e4c1f2 to 33b4f83 Compare June 23, 2025 05:33
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 33b4f83 to 8d0636b Compare July 5, 2025 15:51
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 8d0636b to 99775f8 Compare August 10, 2025 14:08
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 99775f8 to 6ecaa02 Compare September 25, 2025 16:47
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 6ecaa02 to 2034d01 Compare October 23, 2025 08:11
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 2034d01 to f6cbfd0 Compare October 30, 2025 21:35
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from f6cbfd0 to 6993320 Compare November 10, 2025 20:01
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 6993320 to 2dac587 Compare November 18, 2025 22:44
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 0a27eec to 517b610 Compare November 27, 2025 15:11
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3 chore(deps): update dependency prettier to v3 - autoclosed Nov 28, 2025
@renovate renovate Bot closed this Nov 28, 2025
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3 - autoclosed chore(deps): update dependency prettier to v3.7.2 Nov 29, 2025
@renovate renovate Bot reopened this Nov 29, 2025
@renovate
renovate Bot force-pushed the renovate/prettier-3.x branch from 517b610 to 951731e Compare November 29, 2025 01:11
@renovate
renovate Bot merged commit 103c806 into master Nov 29, 2025
1 check passed
@github-actions

github-actions Bot commented Dec 2, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 2.17.18 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants