Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence

Release Notes

prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

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

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes


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: Disabled by config. Please merge this manually once you are satisfied.

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 c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent labels Dec 1, 2025
@renovate renovate bot requested a review from a team as a code owner December 1, 2025 01:36
@renovate renovate bot added p: 1-normal Nothing urgent c: dependencies Pull requests that adds/updates a dependency labels Dec 1, 2025
@renovate renovate bot added this to the vAnytime milestone Dec 1, 2025
@netlify
Copy link

netlify bot commented Dec 1, 2025

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit 3024d86
🔍 Latest deploy log https://app.netlify.com/projects/fakerjs/deploys/692f69e4642cc600089c2954
😎 Deploy Preview https://deploy-preview-3666.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.97%. Comparing base (18a1554) to head (3024d86).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #3666   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files        2994     2994           
  Lines      236237   236237           
  Branches      941      938    -3     
=======================================
  Hits       236180   236180           
  Misses         57       57           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/prettier branch from f15abb5 to c7b0799 Compare December 1, 2025 21:34
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.7.1 chore(deps): update dependency prettier to v3.7.2 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/prettier branch from c7b0799 to bb453af Compare December 2, 2025 21:19
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.7.2 chore(deps): update dependency prettier to v3.7.3 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/prettier branch from bb453af to 6777295 Compare December 2, 2025 22:34
@renovate renovate bot force-pushed the renovate/prettier branch from 6777295 to 3024d86 Compare December 2, 2025 22:36
@xDivisionByZerox xDivisionByZerox added this pull request to the merge queue Dec 2, 2025
Merged via the queue into next with commit be197a3 Dec 2, 2025
24 of 39 checks passed
@xDivisionByZerox xDivisionByZerox deleted the renovate/prettier branch December 2, 2025 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants