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
-
37fd177Release 3.4.1 -
1fb6297Update ts-api-utils to v1.4.2 (#16888) -
f6fccadRemove unnecessary parentheses around assignment inv-on(#16887) -
5fef089Minor improvements in v3.4.0 blog post (#16886) -
3542f133.4 release blog (#16851) -
f53791aClean changelog_unreleased -
2b41c93Bump Prettier dependency to 3.4.0 -
10baab2Update dependents count -
7999e10Release 3.4.0 -
2262d1echore(config): migrate renovate config (#16884) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts