Bump prettier from 3.5.2 to 3.5.3
Bumps prettier from 3.5.2 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);
Commits
-
4ff5dc5Release 3.5.3 -
a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196) -
fa95c97AddmergeBlogPoststep to release script (#17199) -
b47cd50Add title to patch release changelog (#17197) -
de30788Minor fix in release script -
ecee6a0Clean changelog_unreleased -
fd06512Bump Prettier dependency to 3.5.2 -
1f74dd5Update dependents count - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts