Bump prettier from 3.1.1 to 3.2.1
Bumps prettier from 3.1.1 to 3.2.1.
Changelog
Sourced from prettier's changelog.
3.2.1
#15915 by
Fix formatting error on member chain (@sosukesuzuki
)// Input test().test2().test2(thing?.something); // Prettier 3.2.0 TypeError: Cannot read properties of undefined (reading 'type') // Prettier 3.2.1 test().test2().test2(thing?.something);
3.2.0
Commits
-
48ad208
Release 3.2.1 -
7e862bb
Fix formatting error on member chain (#15915) -
12f91dd
UseISOString
forgetFormattedDate
(#15914) -
0d9aa7b
Fix release notes URL in CHANGELOG.md (#15913) -
1890d55
3.2 blog post (#15892) -
9219c13
Fix clean changelog step -
fb08124
Remove needless call -
5a170ba
Runyarn
-
c52f441
Clean changelog_unreleased -
9bb952d
Clean changelog_unreleased - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts