Bump prettier from 3.2.2 to 3.2.4
Bumps prettier from 3.2.2 to 3.2.4.
Release notes
Sourced from prettier's releases.
3.2.4
- Fix
.eslintrc.json
format #159473.2.3
- Format
tsconfig.json
file withjsonc
parser #15927
Changelog
Sourced from prettier's changelog.
3.2.4
#15947 by
Fix incorrect parser inference (@fisker
)Files like
.eslintrc.json
were incorrectly formatted as JSONC files.// Input prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "jsonc" } // Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" }
3.2.3
#15881 by
Throw errors for invalid code (@fisker
,@Josh-Cena
,@auvred
)// Input 1++; // Prettier 3.2.2 1++; // Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) > 1 | 1++; | ^
// Input try {} catch (error = 1){} // Prettier 3.2.2 try { } catch (error) {} // Prettier 3.2.3 SyntaxError: Catch clause variable cannot have an initializer. (1:23) </tr></table>
... (truncated)
Commits
-
03822f5
Release 3.2.4 -
1cd4d9c
Fix JSONC filenames list (#15947) -
6c6a332
Spellcheck -
75ec1f7
Fix lock file -
dda00cd
Clean changelog_unreleased -
c12e3c6
Git blame ignore 3.2.3 -
4985be5
Bump Prettier dependency to 3.2.3 -
38c0d21
Update dependents count -
42ba437
Release 3.2.3 -
99c873d
chore(deps): update typescript-eslint to v6.19.0 (#15939) - 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