Skip to content

Bump prettier from 2.8.2 to 2.8.3

Dependabot requested to merge dependabot-npm_and_yarn-prettier-2.8.3 into master

Bumps prettier from 2.8.2 to 2.8.3.

Release notes

Sourced from prettier's releases.

2.8.3

Support Angular 15.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.8.3

diff

Allow self-closing tags on custom elements (#14170 by @​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 />
Commits


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

Merge request reports