build(deps-dev): bump prettier from 3.2.2 to 3.2.5 by dependabot[bot] 路 Pull Request #928 路 arduino/setup-task (original) (raw)

Bumps prettier from 3.2.2 to 3.2.5.

Release notes

Sourced from prettier's releases.

3.2.5

馃敆 Changelog

3.2.4

馃敆 Changelog

3.2.3

馃敆 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @鈥媠osukesuzuki)

Angular v17 supports single string inline styles.

// Input @Component({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {} // Prettier 3.2.4 @鈥婥omponent({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {} // Prettier 3.2.5 @鈥婥omponent({ template: <div>...</div>, styles: h1 { color: blue; }, }) export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @鈥婮ounQin)

Computed template should not be considered as Angular component template

// Input const template = "foobar"; @鈥婥omponent({ [template]: <h1>{{ hello }}</h1>, }) export class AppComponent {}

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR: