Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) ^3.6.2 -> ^3.7.3 age confidence
vitest (source) ^4.0.8 -> ^4.0.14 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

vitest-dev/vitest (vitest)

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Siegrift November 24, 2025 02:12
@github-actions
Copy link

github-actions bot commented Nov 24, 2025

Visit the preview URL for this PR (updated for commit 40dcce4):

https://oev-docs--pr266-renovate-non-major-d-2xvvqhd3.web.app

(expires Thu, 11 Dec 2025 16:51:07 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 6915b094b5ba83fde754632ba50c1ee9406d433f

@renovate renovate bot changed the title chore(deps): update dependency vitest to ^4.0.12 chore(deps): update dependency vitest to ^4.0.13 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/non-major-dev-dependencies branch from 33f1757 to e7c3ffe Compare November 28, 2025 17:37
@renovate renovate bot changed the title chore(deps): update dependency vitest to ^4.0.13 chore(deps): update dependency vitest to ^4.0.14 Nov 28, 2025
@renovate renovate bot force-pushed the renovate/non-major-dev-dependencies branch from e7c3ffe to 9160556 Compare November 30, 2025 10:05
@renovate renovate bot changed the title chore(deps): update dependency vitest to ^4.0.14 chore(deps): update non-major-dev-dependencies Nov 30, 2025
@renovate renovate bot force-pushed the renovate/non-major-dev-dependencies branch 3 times, most recently from 061d696 to f47395c Compare December 2, 2025 18:53
@renovate renovate bot force-pushed the renovate/non-major-dev-dependencies branch from f47395c to 4f081b8 Compare December 3, 2025 20:06
@Siegrift Siegrift merged commit 5cdf63d into main Dec 4, 2025
3 checks passed
@Siegrift Siegrift deleted the renovate/non-major-dev-dependencies branch December 4, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant