Commit aebe5e2
authored
chore(deps): update dependency prettier to v3.9.4 (#10902)
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [prettier](https://redirect.github.com/prettier/prettier) | patch |
`3` → `3.9.4` | `3.9.5` |
---
### Release Notes
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.9.4`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#394)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.9.3...3.9.4)
[diff](https://redirect.github.com/prettier/prettier/compare/3.9.3...3.9.4)
##### Angular: Format `@content(name)` -> `@content (name)` to align
with other block syntax
([#​19499](https://redirect.github.com/prettier/prettier/pull/19499)
by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```html
<!-- Input -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
@​content(icon) {
<span>Icon!</span>
}
@​content(description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
```
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Chicago)
- Branch creation
- Only on Friday (`* * * * 5`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jdx/mise).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 122592a commit aebe5e2
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments