Bump prettier from 3.3.3 to 3.5.3
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
by github-actions[bot]
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps prettier from 3.3.3 to 3.5.3.
Changelog
Sourced from prettier's changelog.
3.5.3
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
Remove
module-synccondition (#17156 by@fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("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 themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.3.5.1
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
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.3.5.0
3.4.2
... (truncated)
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count399f427Release 3.5.2bf5aab8Revert "Use ESM entrypoint forrequire(ESM)" (#17156)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+5
-4
Package Dependencies
Technical Details
| ID: | 1489827 |
| UUID: | 2585716241 |
| Node ID: | PR_kwDOHcLvoM6aHuYR |
| Host: | GitHub |
| Repository: | PythonCoderAS/eslint-config-pythoncoderas |
| Merge State: | Unknown |