build(deps): update dependency prettier to ^3.4.1
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 1
− 1
@@ -74,7 +74,7 @@
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prettier (source) | devDependencies | patch | ^3.4.0 -> ^3.4.1 |
v3.4.1
v-on
(#16887 by @fisker)<!-- 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>
This MR has been generated by Renovate Bot.
For a faster browsing experience, some files are collapsed by default.