build(deps-dev): bump prettier from 3.3.3 to 3.4.1 by dependabot[bot] 路 Pull Request #335 路 peter-evans/find-comment (original) (raw)

Bumps prettier from 3.3.3 to 3.4.1.

Release notes

Sourced from prettier's releases.

3.4.1

馃敆 Changelog

3.4.0

diff

馃敆 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @鈥媐isker)

<template> <button @click="foo += 2">Click

<template> <button @鈥媍lick="(foo += 2)">Click

<template> <button @鈥媍lick="foo += 2">Click

3.4.0

diff

馃敆 Release Notes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR: