Skip to content

Update dependency prettier to v3.9.6 - #169

Merged
asteiner-swisstopo merged 1 commit into
masterfrom
renovate/all-minor-patch
Jul 27, 2026
Merged

Update dependency prettier to v3.9.6#169
asteiner-swisstopo merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@terraform-bgdi

@terraform-bgdi terraform-bgdi commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.9.53.9.6 age confidence

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
    • Only on Sunday and Monday (* * * * 0,1)
  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Test link

@asteiner-swisstopo
asteiner-swisstopo merged commit 8975c10 into master Jul 27, 2026
36 checks passed
@asteiner-swisstopo
asteiner-swisstopo deleted the renovate/all-minor-patch branch July 27, 2026 09:17
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.

3 participants