Commit 013f79a
authored
chore(deps): update dependency prettier to v3.4.1 (#415)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.3.3` ->
`3.4.1`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.4.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.4.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#341)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)
[diff](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)
##### Remove unnecessary parentheses around assignment in `v-on`
([#​16887](https://redirect.github.com/prettier/prettier/pull/16887)
by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```vue
<!-- Input -->
<template>
<button @​click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
<template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
<template>
<button @​click="foo += 2">Click</button>
</template>
```
###
[`v3.4.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#340)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)
[diff](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)
🔗 [Release Notes](https://prettier.io/blog/2024/11/26/3.4.0.html)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "monthly" (UTC), 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/mlacosta/frontend-monorepo-template).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1124ed9 commit 013f79a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10380 | 10380 | | |
10381 | 10381 | | |
10382 | 10382 | | |
10383 | | - | |
10384 | | - | |
10385 | | - | |
| 10383 | + | |
| 10384 | + | |
| 10385 | + | |
10386 | 10386 | | |
10387 | 10387 | | |
10388 | 10388 | | |
| |||
0 commit comments