Skip to content

Bump npm prettier from 3.9.5 to v3.9.6 - #1027

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

Bump npm prettier from 3.9.5 to v3.9.6#1027
dghubble-renovate[bot] merged 1 commit into
mainfrom
renovate/prettier-3.x-lockfile

Conversation

@dghubble-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies 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
    • At any time (no schedule defined)
  • 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

@dghubble-renovate dghubble-renovate Bot added dependencies Pull requests that update a dependency file npm labels Jul 21, 2026
@dghubble-renovate
dghubble-renovate Bot enabled auto-merge (squash) July 21, 2026 18:03
@dghubble-renovate
dghubble-renovate Bot merged commit 76322cb into main Jul 21, 2026
5 checks passed
@dghubble-renovate
dghubble-renovate Bot deleted the renovate/prettier-3.x-lockfile branch July 21, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants