Skip to content

chore(deps-dev): bump the prettier group across 1 directory with 2 updates - #335

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-657fff10b4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-657fff10b4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the prettier group with 2 updates in the / directory: prettier and prettier-plugin-tailwindcss.

Updates prettier from 3.8.5 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

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

Updates prettier-plugin-tailwindcss from 0.8.0 to 0.8.1

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.8.1

Fixed

  • Don't remove escape sequences when sorting classes in JavaScript string literals, which could produce invalid code in Vue attribute expressions (#461)
  • Restore class sorting in Svelte markup and dynamic class={...} expressions when using prettier-plugin-svelte v4 (#462)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.8.1] - 2026-07-15

Fixed

  • Don't remove escape sequences when sorting classes in JavaScript string literals, which could produce invalid code in Vue attribute expressions (#461)
  • Restore class sorting in Svelte markup and dynamic class={...} expressions when using prettier-plugin-svelte v4 (#462)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 20, 2026
@github-actions

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: 258a118
Preview URL: https://a6214c96.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.99 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://a6214c96.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: 5a80bf0
Preview URL: https://cb34d056.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.77 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://cb34d056.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

@github-actions

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: c6e8fc3
Preview URL: https://94c911ba.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.82 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://94c911ba.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

…dates

Bumps the prettier group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss).


Updates `prettier` from 3.8.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.8.5...3.9.6)

Updates `prettier-plugin-tailwindcss` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prettier
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prettier
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-657fff10b4 branch from ab82eea to f70d87e Compare September 21, 2026 11:04
@github-actions

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: 59f7e3c
Preview URL: https://3a82a7a6.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

Wrangler Output


 ⛅️ wrangler 4.113.0
────────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.67 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://3a82a7a6.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-pret-ok57.unlike-dev.pages.dev

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.

1 participant