Bump eslint-plugin-vue from 9.6.0 to 9.7.0 in /webapp
Bumps eslint-plugin-vue from 9.6.0 to 9.7.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.7.0
✨ Enhancements
- #1996 Added
vue/multiline-ternary
rule that applies the coremultiline-ternary
rule to expressions in\<template>
and<style>
.- #2009 Added
vue/v-on-handler-style
rule that enforces writing style for handlers inv-on
directives.- #1989 Added
globals
option tovue/component-name-in-template-casing
rule.- #2013 Added support for regexp options to
vue/no-restricted-class
rule.
⚙ ️ Updates
- #2009 Deprecated
vue/v-on-function-call
rule. Use the newvue/v-on-handler-style
rule instead.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.6.0...v9.7.0
Commits
-
c64af6b
9.7.0 -
a4d37ff
chore: update docs and fix tsc error -
f5d700c
Addvue/v-on-handler-style
rule and deprecatevue/v-on-function-call
rule... -
2c1ba8c
Add example for rulevue/no-restricted-static-attribute
(#2021) -
edb7ec5
Update extension rule descriptions -
702e362
Fix irregular whitespace (#2017) -
b41379b
Update links fromv3.vuejs.org
tovuejs.org
(#2015) -
96bfff0
Update outdated lifecycle diagram link in docs (#2014) -
0d2607f
Allow restricting classes by regexp invue/no-restricted-class
(#2013) -
2479d2f
Improvenew-rule
tool and templates (#2008) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts