Skip to content

Bump prettier from 3.9.5 to 3.9.6 - #496

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

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 Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.9.5 to 3.9.6.

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
my_site Ready Ready Preview Aug 16, 2026 12:28pm

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

📊 Package size report   0.1%↑

File Before After
pnpm-lock.yaml 224.2 kB 0.3%↑224.8 kB
Total (Includes all files) 448.8 kB 0.1%↑449.4 kB
Tarball size 282.8 kB 0.07%↑283.0 kB
Unchanged files
File Size
__tests__/Page.test.tsx 980 B
.claude/launch.json 350 B
.gitattributes 66 B
.github/CODEOWNERS 9 B
.github/dependabot.yml 1.1 kB
.github/greeting.yml 330 B
.github/ISSUE_TEMPLATE/bug_report.md 318 B
.github/ISSUE_TEMPLATE/feature-request.md 317 B
.github/pull_request_template.md 178 B
.github/workflows/ci.yml 1.5 kB
.github/workflows/package-size-report.yaml 918 B
.husky/pre-commit 144 B
.husky/pre-push 122 B
.nvmrc 2 B
.prettierignore 27 B
.prettierrc.json 87 B
app/blog/[slug]/page.tsx 1.4 kB
app/blog/page.tsx 1.0 kB
app/globals.css 1.7 kB
app/layout.tsx 1.3 kB
app/page.tsx 2.3 kB
app/sitemap.ts 714 B
CHANGELOG.md 2.6 kB
CLAUDE.md 3.7 kB
eslint.config.js 328 B
lib/posts.ts 1.2 kB
LICENSE 1.1 kB
package.json 1.6 kB
postcss.config.js 92 B
public/googleff4a67b4bd70486b.html 54 B
public/profile.webp 163.9 kB
public/s.webp 32.5 kB
README.md 1.4 kB
tsconfig.json 744 B
vitest-setup.js 36 B
vitest.config.js 514 B

🤖 This report was automatically generated by pkg-size-action

Bumps [prettier](https://github.com/prettier/prettier) from 3.9.5 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.9.5...3.9.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants