Bump prettier from 3.2.2 to 3.2.3
Bumps prettier from 3.2.2 to 3.2.3.
Release notes
Sourced from prettier's releases.
3.2.3
- Format
tsconfig.json
file withjsonc
parser #15927
Changelog
Sourced from prettier's changelog.
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) > 1 | try {} catch (error = 1){} | ^
#15927 by
Fix parser inference (@fisker
)// Prettier 3.2.2 prettier --file-info tsconfig.json { "ignored": false, "inferredParser": "json" } // Prettier 3.2.3 prettier --file-info tsconfig.json { "ignored": false, "inferredParser": "jsonc" }
Commits
-
42ba437
Release 3.2.3 -
99c873d
chore(deps): update typescript-eslint to v6.19.0 (#15939) -
86fd77d
chore(deps): update dependency flow-parser to v0.226.0 (#15931) -
12ab585
chore(deps): update dependency browserslist-to-esbuild to v2.1.1 (#15930) -
c566c9d
Fix parser inference (#15927) -
be17405
SimplifyisSimpleCallArgument
(#15923) -
10762ee
Improve keyword detection inTSModuleDeclaration
(#15925) -
70c9c56
Improve babel parse error message (#15928) -
1e1942d
Remove outdated babel reasonCode (#15929) -
d386ff8
SimplifyprintBinaryCastExpression
(#15932) - 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