Skip to content

Commit aebe5e2

Browse files
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 ([#&#8203;19499](https://redirect.github.com/prettier/prettier/pull/19499) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```html <!-- Input --> <FancyButton [label]="title"> @&#8203;content (icon) { <span>Icon!</span> } @&#8203;content (description) { <span>Description text</span> } <span>Other children</span> </FancyButton> <!-- Prettier 3.9.3 --> <FancyButton [label]="title"> @&#8203;content(icon) { <span>Icon!</span> } @&#8203;content(description) { <span>Description text</span> } <span>Other children</span> </FancyButton> <!-- Prettier 3.9.4 --> <FancyButton [label]="title"> @&#8203;content (icon) { <span>Icon!</span> } @&#8203;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

File tree

mise.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fd = "latest"
2424
lua-language-server = "latest"
2525
stylua = "latest"
2626
"npm:markdownlint-cli" = "latest"
27-
prettier = "3"
27+
prettier = "3.9.4"
2828
"npm:ajv-cli" = "latest"
2929
pkl = "latest"
3030
ripgrep = "latest"

0 commit comments

Comments
 (0)