Skip to content

Bump prettier from 3.1.1 to 3.2.1

Dependabot requested to merge dependabot-npm_and_yarn-prettier-3.2.1 into master

Bumps prettier from 3.1.1 to 3.2.1.

Release notes

Sourced from prettier's releases.

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.1

diff

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

diff

🔗 Release Notes

Commits


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

Merge request reports