dependabot-npm_and_yarn-prettier-3.2.5
main
Bumps prettier from 3.2.4 to 3.2.5.
Sourced from prettier's releases.
3.2.5 🔗 Changelog
🔗 Changelog
Sourced from prettier's changelog.
3.2.5 diff Support Angular inline styles as single template literal (#15968 by @sosukesuzuki) Angular v17 supports single string inline styles. // Input @Component({ template: `<div>...</div>`, styles: `h1 { color: blue; }`, }) export class AppComponent {} // Prettier 3.2.4 @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {} // Prettier 3.2.5 @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {} Unexpected embedded formatting for Angular template (#15969 by @JounQin) Computed template should not be considered as Angular component template // Input const template = "foobar"; @Component({ [template]: <h1>{{ hello }}</h1>, }) export class AppComponent {} </tr></table>
diff
@sosukesuzuki
Angular v17 supports single string inline styles.
// Input @Component({ template: `<div>...</div>`, styles: `h1 { color: blue; }`, }) export class AppComponent {} // Prettier 3.2.4 @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {} // Prettier 3.2.5 @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {}
// Prettier 3.2.4 @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {}
@Component
<div>...</div>
h1 { color: blue; }
// Prettier 3.2.5 @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {}
@JounQin
Computed template should not be considered as Angular component template
// Input const template = "foobar"; @Component({ [template]: <h1>{{ hello }}</h1>, }) export class AppComponent {} </tr></table>
// Input const template = "foobar";
@Component({ [template]: <h1>{{ hello }}</h1>, }) export class AppComponent {} </tr></table>
<h1>{{ hello }}</h1>
... (truncated)
7142cf3
8cbee2e
45baee0
9fb32a1
08f1940
6d0b1d2
c8ba8db
@angular/compiler
e2250ec
02865f6
014ee5d
$dependabot recreate
No dependencies set.
The note is not visible to the blocked user.
Bumps prettier from 3.2.4 to 3.2.5.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
7142cf3Release 3.2.58cbee2echore(deps): update glimmer to v0.88.1 (#15991)45baee0chore(deps): update dependency magic-string to v0.30.6 (#16022)9fb32a1Minor refactor to property print (#15924)08f1940Update install script for husky v9 (#16000)6d0b1d2Update yarn to v4.1.0 (#16021)c8ba8dbchore(deps): update dependency@angular/compilerto v17.1.2 (#16018)e2250ecchore(deps): update typescript-eslint to v6.20.0 (#16015)02865f6chore(deps): update dependency npm-run-all2 to v6.1.2 (#16017)014ee5dchore(deps): update dependency hermes-parser to v0.19.0 (#16014)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts