chore(deps): update dependency prettier to v2.8.3
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
prettier (source) | 2.8.2 -> 2.8.3 |
Release Notes
prettier/prettier
v2.8.3
#14170 by @fisker)
Allow self-closing tags on custom elements (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 />
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.