Skip to content

chore(deps): update linters#169

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/linters
Open

chore(deps): update linters#169
renovate[bot] wants to merge 1 commit intomainfrom
renovate/linters

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/eslint (source) ^8.56.10^8.56.12 age confidence
@typescript-eslint/eslint-plugin (source) ^7.11.0^7.18.0 age confidence
@typescript-eslint/parser (source) ^7.11.0^7.18.0 age confidence
eslint (source) ^8.57.0^8.57.1 age confidence
eslint-config-prettier ^9.1.0^9.1.2 age confidence
eslint-plugin-svelte (source) ^2.45.1^2.46.1 age confidence
prettier (source) ^3.2.5^3.8.1 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

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 - "before 3am on the first day of the month" (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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@vercel
Copy link

vercel bot commented Aug 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
svelte-portabletext Error Error Feb 12, 2026 10:45am

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Aug 21, 2025

⚠️ No Changeset found

Latest commit: 5d300b6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/linters branch from 7daa191 to fd094de Compare August 31, 2025 10:37
@renovate renovate bot force-pushed the renovate/linters branch from fd094de to 4fa440d Compare November 30, 2025 09:08
@renovate renovate bot force-pushed the renovate/linters branch from 4fa440d to 1d66def Compare November 30, 2025 13:46
@renovate renovate bot force-pushed the renovate/linters branch from 1d66def to d7affcf Compare December 1, 2025 21:33
@renovate renovate bot force-pushed the renovate/linters branch from d7affcf to 8d27642 Compare December 2, 2025 18:31
@renovate renovate bot force-pushed the renovate/linters branch from 8d27642 to 880b7e3 Compare December 3, 2025 19:51
@renovate renovate bot force-pushed the renovate/linters branch from 880b7e3 to 9f70f0c Compare December 6, 2025 06:50
@renovate renovate bot force-pushed the renovate/linters branch from 9f70f0c to 1f87f84 Compare December 31, 2025 16:14
@renovate renovate bot force-pushed the renovate/linters branch from 1f87f84 to 1f22684 Compare January 18, 2026 00:45
@renovate renovate bot force-pushed the renovate/linters branch from 1f22684 to f4b6d52 Compare January 23, 2026 17:52
@renovate renovate bot force-pushed the renovate/linters branch from f4b6d52 to 52dca9d Compare January 24, 2026 22:07
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedprettier@​3.6.2 ⏵ 3.8.190 -310097 +196100

View full report

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.

0 participants