Bump prettier from 2.8.0 to 2.8.3
Bumps prettier from 2.8.0 to 2.8.3.
Changelog
Sourced from prettier's changelog.
2.8.3
#14170 by
Allow self-closing tags on custom elements (@fisker
)See Angular v15.1.0 release note for details.
// Input <app-test/> // Prettier 2.8.2 SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1) > 1 | <app-test/> | ^^^^^^^^^ 2 | // Prettier 2.8.3 <app-test />
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
)
... (truncated)
Commits
-
c990e52
Release 2.8.3 -
4ad9160
Angular: allow self-closing tags on custom elements (#14170) -
06ea1ac
Stricter node type check (#14165) -
c1b9765
feat: add copy to clipboard in code blocks (#14153) -
3ef82ae
Remove and ignore.node-version
file (#14143) -
a37ce0b
Cleanchangelog_unreleased
(#14144) -
4cf4c2c
Fix typo in CHANGELOG (#14137) -
26b45e3
Git blame ignore 2.8.2 -
b9c3cd4
Bump Prettier dependency to 2.8.2 -
dc187f1
Update dependents count - 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