Bump prettier from 2.8.1 to 2.8.2
Bumps prettier from 2.8.1 to 2.8.2.
Changelog
Sourced from prettier's changelog.
2.8.2
#13155 by
Don't lowercase link references (@DerekNonGeneric
&@fisker
)<!-- Input --> We now don't strictly follow the release notes format suggested by [Keep a Changelog]. <!-- Prettier 2.8.1 --> We now don't strictly follow the release notes format suggested by Keep a Changelog. <!-- ^^^^^^^^^^^^^^^^^^ lowercased --> <!-- Prettier 2.8.2 --> <Same as input>
#13691 by
Preserve self-closing tags (@dcyriller
){{! Input }} <div /> <div></div> <custom-component /> <custom-component></custom-component> <i /> <i></i> <Component /> <Component></Component> {{! Prettier 2.8.1 }} <div></div> <div></div> <custom-component></custom-component> <custom-component></custom-component> <i></i> <i></i> <Component /> <Component /> {{! Prettier 2.8.2 }} </tr></table>
... (truncated)
Commits
-
ac88438
Release 2.8.2 -
aaf9190
Fix comments after directive (#14081) -
9e09a78
Stop inserting space in LESS property access (#14103) -
0c5d4f3
Fix removing commas from function arguments in maps (#14089) -
b77d912
ember / glimmer: Preserve self-closing tags (#13691) -
cf36209
Handlebars: Add tests for{{! prettier-ignore}}
(#13693) -
f8e1ad8
Add parens to head ofExpressionStatement
instead of whole statement (#14077) -
8034bad
Build(deps): Bump json5 from 2.2.0 to 2.2.3 in /scripts/release (#14104) -
31d4010
Build(deps): Bump json5 from 2.2.1 to 2.2.3 in /website (#14101) -
41cee06
Do not change case of property name if inside a variable declaration in LESS ... - 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