Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump prettier from 2.8.8 to 3.5.3#759

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-3.5.3
Closed

Bump prettier from 2.8.8 to 3.5.3#759
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prettier-3.5.3

Conversation

Copy link
Contributor

dependabot bot commented on behalf of github Mar 3, 2025 *
edited
Loading

Bumps prettier from 2.8.8 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

3.4.2

Changelog

3.4.1

Changelog

3.4.0

diff

Release note

3.3.3

Changelog

3.3.2

Changelog

3.3.1

Changelog

3.3.0

diff

Release note

3.2.5

Changelog

3.2.4

  • Fix .eslintrc.json format #15947

Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

... (truncated)

Changelog

Sourced from prettier's changelog.

3.5.3

diff

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

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

3.4.2

diff

... (truncated)

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 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 bot requested a review from a team as a code owner March 3, 2025 03:53
dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
dependabot bot mentioned this pull request Mar 3, 2025
dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.5.3 branch from c95933e to d6c35e1 Compare March 19, 2025 18:22
Copy link
Contributor

HarithaVattikuti commented May 8, 2025

@dependabot recreate

dependabot[bot] reacted with thumbs up emoji

dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.5.3 branch from d6c35e1 to d611f75 Compare May 8, 2025 18:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

A newer version of prettier exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Contributor

HarithaVattikuti commented Jul 3, 2025

@dependabot recreate

dependabot[bot] reacted with thumbs up emoji

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3.
- [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.5.3)

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

Signed-off-by: dependabot[bot]
dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.5.3 branch from c5f24d2 to f75e29b Compare July 3, 2025 17:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Superseded by #873.

dependabot bot closed this Jul 7, 2025
dependabot bot deleted the dependabot/npm_and_yarn/prettier-3.5.3 branch July 7, 2025 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant