Skip to content

Bump the prettier group with 2 updates#47

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

Bump the prettier group with 2 updates#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-c452f4dcd1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2025

Bumps the prettier group with 2 updates: eslint-plugin-prettier and prettier.

Updates eslint-plugin-prettier from 5.2.3 to 5.2.6

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.6

Patch Changes

v5.2.5

Patch Changes

v5.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.6

Patch Changes

5.2.5

Patch Changes

5.2.4

Patch Changes

Commits

Updates prettier from 3.4.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits

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 <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

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 javascript Pull requests that update Javascript code labels Apr 13, 2025
@vercel
Copy link

vercel bot commented Apr 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vis-llm-game ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2025 6:08pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from d737e6c to eb5f0fd Compare April 15, 2025 02:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from eb5f0fd to 017ce6d Compare April 15, 2025 17:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from 017ce6d to ed62e5e Compare April 16, 2025 17:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from ed62e5e to 732c46e Compare April 17, 2025 17:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from 732c46e to a81dda7 Compare April 21, 2025 17:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from a81dda7 to 227e8e2 Compare April 28, 2025 18:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from 227e8e2 to 96bfcb6 Compare May 6, 2025 18:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch 5 times, most recently from 99711ed to 4662b4f Compare June 27, 2025 17:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch 2 times, most recently from fe2ceb6 to fb3fb44 Compare July 1, 2025 18:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from fb3fb44 to c5221a0 Compare July 21, 2025 20:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from c5221a0 to ec9d1f6 Compare August 19, 2025 05:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from ec9d1f6 to 7ebcfee Compare August 19, 2025 23:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch 2 times, most recently from 546f845 to d31dbd4 Compare September 2, 2025 14:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch 2 times, most recently from 5df4324 to 8a5822a Compare September 26, 2025 17:15
Dependabot couldn't find the original pull request head commit, d737e6c.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-c452f4dcd1 branch from 8a5822a to e8ab77e Compare November 25, 2025 17:17
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