bump-homebrew-formula-action
bump-homebrew-formula-action copied to clipboard
Bump prettier from 3.0.3 to 3.2.2
Bumps prettier from 3.0.3 to 3.2.2.
Changelog
Sourced from prettier's changelog.
3.2.2
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by
@eelco
)For example this code would crash before:
<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#15920 by
@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
Fix formatting error on member chain (#15915 by
@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.2cb8004f
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_unreleased75e66b8
Git blame ignore 3.2.15811ad0
Bump Prettier dependency to 3.2.148ad208
Release 3.2.1- 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)