Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-d0e2905b77
Closed

chore(deps-dev): bump the prettier group across 1 directory with 3 updates#680
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-d0e2905b77

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the prettier group with 3 updates in the / directory: @ianvs/prettier-plugin-sort-imports, prettier and prettier-plugin-packagejson.

Updates @ianvs/prettier-plugin-sort-imports from 4.7.0 to 4.7.1

Release notes

Sourced from @​ianvs/prettier-plugin-sort-imports's releases.

v4.7.1

What's Changed

Fixes

Dependencies

Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.7.0...v4.7.1

Commits

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

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

Updates prettier-plugin-packagejson from 2.5.20 to 2.5.22

Release notes

Sourced from prettier-plugin-packagejson's releases.

v2.5.22

2.5.22 (2026-01-18)

Bug Fixes

  • Merge pull request #274 from hyperz111/update-dep (999b5bb)

v2.5.21

2.5.21 (2026-01-13)

Bug Fixes

  • add type declaration file and document packageSortOrder option (14f93e6), closes #188
Commits
  • 999b5bb fix: Merge pull request #274 from hyperz111/update-dep
  • 4f649f8 Merge pull request #275 from matzkoh/renovate/node-24.x
  • c388d08 chore(deps): update node.js to v24.13.0
  • 9e1acd0 chore: update sort-package-json to 3.6.0
  • f6db1ba chore: rename default branch from master to main
  • 22389e3 Merge pull request #273 from matzkoh/fix/add-option-docs
  • 14f93e6 fix: add type declaration file and document packageSortOrder option
  • ca9c2ca Merge pull request #272 from hyperz111/drop-synckit
  • a688568 Merge pull request #270 from porada/fix/types
  • 354540d chore: add prettier-ignore comment
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the prettier group with 3 updates in the / directory: [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports), [prettier](https://github.com/prettier/prettier) and [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson).


Updates `@ianvs/prettier-plugin-sort-imports` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.7.0...v4.7.1)

Updates `prettier` from 3.7.3 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.3...3.8.1)

Updates `prettier-plugin-packagejson` from 2.5.20 to 2.5.22
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.20...v2.5.22)

---
updated-dependencies:
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-version: 4.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prettier
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prettier
- dependency-name: prettier-plugin-packagejson
  dependency-version: 2.5.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prettier
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 8, 2026
@changeset-bot

changeset-bot Bot commented Feb 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1a25323

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actions Bot commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: cloudflare-pages-action
Built with commit: 2058125
Preview URL: https://2c914019.cloudflare-pages-action-a5z.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-pret-i3t6.cloudflare-pages-action-a5z.pages.dev

Wrangler Output

⛅️ wrangler 4.59.1 (update available 4.63.0)
─────────────────────────────────────────────
Uploading... (3/3)
✨ Success! Uploaded 0 files (3 already uploaded) (0.25 sec)

✨ Uploading _headers
✨ Uploading Functions bundle
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://2c914019.cloudflare-pages-action-a5z.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-pret-i3t6.cloudflare-pages-action-a5z.pages.dev

@dependabot @github

dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prettier-d0e2905b77 branch March 1, 2026 12:16
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