chore(deps): update dependency prettier to v3.2.1
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
prettier (source) | devDependencies | minor | 3.1.1 -> 3.2.1 |
3.2.2 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
prettier/prettier
v3.2.1
#15915 by @sosukesuzuki)
Fix formatting error on member chain (// 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);
v3.2.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot