Bump prettier from 3.1.1 to 3.2.2
Bumps prettier from 3.1.1 to 3.2.2.
Changelog
Sourced from prettier's changelog.
3.2.2
#15896 by
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (@eelco
)For example this code would crash before:
<style {...spread}>{`.{}`}</style>
#15920 by
Fix formatting error on optional call expression and member chain (@sosukesuzuki
)// Input a(() => {}, c?.d()); // Prettier 3.2.1 TypeError: Cannot read properties of undefined (reading 'type') // Prettier 3.2.2 a(() => {}, c?.d());
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
... (truncated)
Commits
-
5f2c6df
Release 3.2.2 -
cb8004f
Fix formatting error on optional call expression and member chain (#15920) -
0bfcb2d
Fix css embed in JSX when using (only) a spread attribute (#15896) -
12ab548
Addprettier-plugin-gherkin
to the community plugins list (#15919) -
4ce96dd
Fix typo (#15917) -
08f3796
Runyarn
-
11aea0d
Clean changelog_unreleased -
75e66b8
Git blame ignore 3.2.1 -
5811ad0
Bump Prettier dependency to 3.2.1 -
48ad208
Release 3.2.1 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts