Skip to content

build(deps): bump prettier from 2.8.8 to 3.8.1#3238

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-3.8.1
Open

build(deps): bump prettier from 2.8.8 to 3.8.1#3238
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-3.8.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps prettier from 2.8.8 to 3.8.1.

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

3.6.2

What's Changed

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.


@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 9, 2026 00:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.1 branch 9 times, most recently from e891ce1 to 1543f16 Compare March 13, 2026 23:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.1 branch 5 times, most recently from b149c62 to 18e05da Compare March 21, 2026 20:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.1 branch 4 times, most recently from 9dd5b99 to 06fb4c8 Compare March 30, 2026 02:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.1 branch from 06fb4c8 to 27bcee3 Compare April 2, 2026 07:50
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.8.1 branch from 27bcee3 to d2fe9cf Compare April 2, 2026 12:25
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