Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) ^3.6.2 -> ^3.7.2 age confidence
sass ^1.94.1 -> ^1.94.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
};

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 - At any time (no schedule defined), 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for es-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/es-eslint/deploys/6933a4620a58ca000839cb88
😎 Deploy Preview https://deploy-preview-850--es-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for new-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/new-eslint/deploys/6933a46202295b0008312363
😎 Deploy Preview https://deploy-preview-850--new-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for ja-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/ja-eslint/deploys/6933a4625c20c3000884dbeb
😎 Deploy Preview https://deploy-preview-850--ja-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for zh-hans-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/zh-hans-eslint/deploys/6933a4627dff2c000891daa2
😎 Deploy Preview https://deploy-preview-850--zh-hans-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for hi-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/hi-eslint/deploys/6933a4621e0dfe0008797193
😎 Deploy Preview https://deploy-preview-850--hi-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for fr-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/fr-eslint/deploys/6933a462bbdf5c0008934e7d
😎 Deploy Preview https://deploy-preview-850--fr-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for pt-br-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/pt-br-eslint/deploys/6933a462d7e47f0008257ab0
😎 Deploy Preview https://deploy-preview-850--pt-br-eslint.netlify.app
📱 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.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for de-eslint ready!

Name Link
🔨 Latest commit 8257a0c
🔍 Latest deploy log https://app.netlify.com/projects/de-eslint/deploys/6933a462a2cec00008bebfec
😎 Deploy Preview https://deploy-preview-850--de-eslint.netlify.app
📱 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.

@renovate renovate bot force-pushed the renovate/non-major-dev-deps branch 3 times, most recently from 2c43bf1 to eb0aa63 Compare December 4, 2025 08:33
@renovate renovate bot changed the title chore: update dependency sass to ^1.94.2 chore: update non-major dev-dependencies Dec 4, 2025
@renovate renovate bot force-pushed the renovate/non-major-dev-deps branch from eb0aa63 to c2ac58d Compare December 4, 2025 15:56
@renovate renovate bot force-pushed the renovate/non-major-dev-deps branch from c2ac58d to 8257a0c Compare December 6, 2025 03:34
@snitin315 snitin315 merged commit b17f2ae into main Dec 6, 2025
38 checks passed
@snitin315 snitin315 deleted the renovate/non-major-dev-deps branch December 6, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants