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.