Skip to content

npm-dressca-frontend: bump prettier from 3.7.4 to 3.8.1 in /samples/Dressca/dressca-frontend#4422

Merged
KentaHizume merged 1 commit intomainfrom
dependabot/npm_and_yarn/samples/Dressca/dressca-frontend/prettier-3.8.1
Mar 16, 2026
Merged

npm-dressca-frontend: bump prettier from 3.7.4 to 3.8.1 in /samples/Dressca/dressca-frontend#4422
KentaHizume merged 1 commit intomainfrom
dependabot/npm_and_yarn/samples/Dressca/dressca-frontend/prettier-3.8.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 29, 2026

Bumps prettier from 3.7.4 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"

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

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある labels Jan 29, 2026
@KentaHizume
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [prettier](https://github.com/prettier/prettier) from 3.7.4 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@3.7.4...3.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.1
  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/samples/Dressca/dressca-frontend/prettier-3.8.1 branch from f6e44c1 to 0ab8fdd Compare March 16, 2026 06:10
Copy link
Copy Markdown
Contributor

@KentaHizume KentaHizume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[format:ci ] All matched files use Prettier code style!
となっていることを確認しました。

@KentaHizume KentaHizume added this to the v2.1.0 milestone Mar 16, 2026
@KentaHizume KentaHizume merged commit 4fbfeaa into main Mar 16, 2026
5 checks passed
@KentaHizume KentaHizume deleted the dependabot/npm_and_yarn/samples/Dressca/dressca-frontend/prettier-3.8.1 branch March 16, 2026 06:14
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 npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant