Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.2 -> 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
};

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code labels Dec 4, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

@netlify
Copy link

netlify bot commented Dec 4, 2025

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 9de3158
🔍 Latest deploy log https://app.netlify.com/projects/typescript-eslint/deploys/6934747eea99f70008907f8e
😎 Deploy Preview https://deploy-preview-11820--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (🟢 up 4 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

@nx-cloud
Copy link

nx-cloud bot commented Dec 4, 2025

View your CI Pipeline Execution ↗ for commit 9de3158

Command Status Duration Result
nx test eslint-plugin --coverage=false ✅ Succeeded 5m 13s View ↗
nx run-many -t lint ✅ Succeeded 3m 4s View ↗
nx run-many -t typecheck ✅ Succeeded 2m 14s View ↗
nx test typescript-estree --coverage=false ✅ Succeeded 21s View ↗
nx test eslint-plugin-internal --coverage=false ✅ Succeeded 11s View ↗
nx run types:build ✅ Succeeded 2s View ↗
nx run integration-tests:test ✅ Succeeded 4s View ↗
nx run generate-configs ✅ Succeeded 12s View ↗
Additional runs (29) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-12-06 18:35:50 UTC

@renovate renovate bot force-pushed the renovate/prettier-3.x branch from b4335a1 to ae8f11e Compare December 4, 2025 17:04
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from ae8f11e to fb82a9b Compare December 6, 2025 00:54
@renovate renovate bot changed the title fix(deps): update dependency prettier to v3.7.1 fix(deps): update dependency prettier to v3.7.2 Dec 6, 2025
@kirkwaiblinger kirkwaiblinger enabled auto-merge (squash) December 6, 2025 18:33
@kirkwaiblinger kirkwaiblinger merged commit 34a49a4 into main Dec 6, 2025
69 checks passed
@kirkwaiblinger kirkwaiblinger deleted the renovate/prettier-3.x branch December 6, 2025 18:35
@codecov
Copy link

codecov bot commented Dec 6, 2025

Codecov Report

❌ Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.53%. Comparing base (d2d7ace) to head (9de3158).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
packages/typescript-estree/src/convert.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11820   +/-   ##
=======================================
  Coverage   90.53%   90.53%           
=======================================
  Files         523      523           
  Lines       53097    53097           
  Branches     8838     8838           
=======================================
  Hits        48074    48074           
  Misses       5010     5010           
  Partials       13       13           
Flag Coverage Δ
unittest 90.53% <81.81%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...kages/eslint-plugin/src/rules/naming-convention.ts 97.79% <100.00%> (ø)
packages/typescript-estree/src/node-utils.ts 70.05% <ø> (ø)
...pt-estree/src/parseSettings/createParseSettings.ts 93.01% <100.00%> (ø)
...ipt-estree/src/parseSettings/resolveProjectList.ts 100.00% <100.00%> (ø)
packages/utils/src/ts-eslint/eslint/FlatESLint.ts 100.00% <ø> (ø)
...ackages/utils/src/ts-eslint/eslint/LegacyESLint.ts 100.00% <ø> (ø)
packages/typescript-estree/src/convert.ts 30.89% <0.00%> (ø)
🚀 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 bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Dec 11, 2025
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @typescript-eslint/eslint-plugin | 8.48.1 | 8.49.0 |
| npm        | @typescript-eslint/parser        | 8.48.1 | 8.49.0 |


## [v8.49.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8490-2025-12-08)

##### 🚀 Features

- **eslint-plugin:** use `Intl.Segmenter` instead of `graphemer` ([#11804](typescript-eslint/typescript-eslint#11804))

##### 🩹 Fixes

- **deps:** update dependency prettier to v3.7.2 ([#11820](typescript-eslint/typescript-eslint#11820))

##### ❤️ Thank You

- Justin McBride
- Kirk Waiblinger [@kirkwaiblinger](https://github.com/kirkwaiblinger)

You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Dec 11, 2025
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @typescript-eslint/eslint-plugin | 8.48.1 | 8.49.0 |
| npm        | @typescript-eslint/parser        | 8.48.1 | 8.49.0 |


## [v8.49.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8490-2025-12-08)

##### 🚀 Features

- **eslint-plugin:** use `Intl.Segmenter` instead of `graphemer` ([#11804](typescript-eslint/typescript-eslint#11804))

##### 🩹 Fixes

- **deps:** update dependency prettier to v3.7.2 ([#11820](typescript-eslint/typescript-eslint#11820))

##### ❤️ Thank You

- Justin McBride
- Kirk Waiblinger [@kirkwaiblinger](https://github.com/kirkwaiblinger)

You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Dec 13, 2025
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @typescript-eslint/eslint-plugin | 8.48.1 | 8.49.0 |
| npm        | @typescript-eslint/parser        | 8.48.1 | 8.49.0 |


## [v8.49.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8490-2025-12-08)

##### 🚀 Features

- **eslint-plugin:** use `Intl.Segmenter` instead of `graphemer` ([#11804](typescript-eslint/typescript-eslint#11804))

##### 🩹 Fixes

- **deps:** update dependency prettier to v3.7.2 ([#11820](typescript-eslint/typescript-eslint#11820))

##### ❤️ Thank You

- Justin McBride
- Kirk Waiblinger [@kirkwaiblinger](https://github.com/kirkwaiblinger)

You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants