chore(deps): update dependency prettier to v3.4.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prettier (source) | devDependencies | patch | 3.4.0 -> 3.4.1 |
Release Notes
prettier/prettier (prettier)
v3.4.1
v-on
(#16887 by @fisker)
Remove unnecessary parentheses around assignment in <!-- 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>
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
Filter activity
added renovatebot label
enabled an automatic merge when all merge checks for 5c7d97d3 pass
mentioned in issue #1
mentioned in commit d046a31b
Please register or sign in to reply