Skip to content

Update dependency prettier to v3.9.6 - #622

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/prettier-3.9.x
Jul 21, 2026
Merged

Update dependency prettier to v3.9.6#622
renovate[bot] merged 1 commit into
mainfrom
renovate/prettier-3.9.x

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
prettier patch 3.9.53.9.6

Release Notes

prettier/prettier (prettier)

v3.9.6

Compare Source

diff

TypeScript: Preserve quotes for methods named new (#​19621 by @​kovsu)
// Input
interface Container {
  "new"(id: string): number;
}

// Prettier 3.9.5
interface Container {
  new(id: string): number;
}

// Prettier 3.9.6
interface Container {
  "new"(id: string): number;
}
TypeScript: Support import defer (#​19624, #​19675 by @​fisker)
// Input
import defer * as foo from "foo";

// Prettier 3.9.5
import * as foo from "foo";

// Prettier 3.9.6
import defer * as foo from "foo";
JavaScript: Added a new official plugin @prettier/plugin-yuku (#​19628, #​19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @​prettier/plugin-yuku
  2. Add it to your .prettierrc:

    plugins:
      - "@​prettier/plugin-yuku"

Due to package size limitations, this plugin is not bundled with the main prettier package and must be installed separately.

For more information, check the package homepage.

Big thanks to @​arshad-yaseen for his excellent work.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 01:59 PM, Tuesday through Thursday (* 0-13 * * 2-4)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 requested a review from nikobockerman as a code owner July 21, 2026 12:11
@renovate
renovate Bot enabled auto-merge (squash) July 21, 2026 12:11
@renovate
renovate Bot force-pushed the renovate/prettier-3.9.x branch from a555a9c to 0371d65 Compare July 21, 2026 17:44
@renovate
renovate Bot force-pushed the renovate/prettier-3.9.x branch from 0371d65 to 591af9c Compare July 21, 2026 21:03
@renovate
renovate Bot merged commit f5f12e3 into main Jul 21, 2026
52 checks passed
@renovate
renovate Bot deleted the renovate/prettier-3.9.x branch July 21, 2026 21:11
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.

0 participants