Skip to content

chore(deps): bump prettier from 3.8.3 to 3.9.6 - #1221

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prettier-3.9.6
Open

chore(deps): bump prettier from 3.8.3 to 3.9.6#1221
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prettier-3.9.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.8.3 to 3.9.6.

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

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

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
prettier [>= 3.4.a, < 3.5]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 1, 2026 10:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from 9235df6 to d3b18ca Compare August 1, 2026 10:58
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from d3b18ca to fd56c03 Compare August 1, 2026 11:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from fd56c03 to bdef9f1 Compare August 1, 2026 11:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from bdef9f1 to f99b435 Compare August 1, 2026 11:08
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from f99b435 to 07b2cf4 Compare August 1, 2026 11:12
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from 07b2cf4 to 8038820 Compare August 1, 2026 11:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from 8038820 to 8508431 Compare August 1, 2026 11:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from 8508431 to d827b48 Compare August 1, 2026 11:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from d827b48 to e6f1af6 Compare August 4, 2026 05:30
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from e6f1af6 to 7d73cf7 Compare August 4, 2026 05:32
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from 7d73cf7 to 5bfa44b Compare August 4, 2026 05:36
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.3 to 3.9.6.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.9.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from 5bfa44b to 69836bd Compare August 8, 2026 15:02
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants