Build(deps-dev): Bump prettier from 3.3.3 to 3.4.1
Bumps prettier from 3.3.3 to 3.4.1.
Changelog
Sourced from prettier's changelog.
3.4.1
Remove unnecessary parentheses around assignment in
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>
3.4.0
Commits
-
37fd177
Release 3.4.1 -
1fb6297
Update ts-api-utils to v1.4.2 (#16888) -
f6fccad
Remove unnecessary parentheses around assignment inv-on
(#16887) -
5fef089
Minor improvements in v3.4.0 blog post (#16886) -
3542f13
3.4 release blog (#16851) -
f53791a
Clean changelog_unreleased -
2b41c93
Bump Prettier dependency to 3.4.0 -
10baab2
Update dependents count -
7999e10
Release 3.4.0 -
2262d1e
chore(config): migrate renovate config (#16884) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts