-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump prettier from 2.8.8 to 3.0.0 #27777
Conversation
a7af7f3
to
84a2112
Compare
Need to hold this till we commit the changes. |
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
84a2112
to
0ccc357
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Apologies to all codeowners who have gotten pinged from this!)
I have carefully run through every change that Prettier v3 wants to make, and I have confirmed that they all look reasonable. There is only one file that I had manually changed, as the codeblock was set to the wrong language so Prettier was improperly formatted it. Otherwise, all changes are straightforward, falling into three main categories:
- Whitespace changes
- Trailing commas
<!DOCTYPE html>
-><!doctype html>
I'm approving and merging this, ignoring the PR test CI failure (as the reported issue is irrelevant to the changes anyways).
Bumps prettier from 2.8.8 to 3.0.0.
Release notes
Sourced from prettier's releases.
... (truncated)
Changelog
Sourced from prettier's changelog.
Commits
186e096
Release 3.0.044979b0
Remove test step from release script (#15011)e12afe8
Regenerate yarn.lock file (#15010)db31fd6
Regenerate yarn.lock file for website (#15009)1a0d9ed
chore(deps): update dependency cosmiconfig to v8.2.0 (#14901)25fa483
chore(deps): update dependency typescript to v5.1.5 (#14896)d075965
chore(deps): update dependency webpack to v5.88.1 (#14994)d97f78d
chore(deps): update dependency webpack to v5.88.1 (#14995)f1ef433
chore(deps): update dependency flow-parser to v0.211.0 (#15002)61804e2
chore(deps): update dependency espree to v9.6.0 (#15000)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 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 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)