Bump eslint-plugin-vue from 6.2.2 to 9.15.0 in /webapp
Created by: dependabot[bot]
Bumps eslint-plugin-vue from 6.2.2 to 9.15.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.15.0
✨ Enhancements
- #2194 Added
vue/no-console
rule that applies the coreno-console
rule to expressions in\<template>
.- #2198 Added
vue/require-macro-variable-name
rule that requires a certain macro variable name.- #2204 Added
vue/require-typed-ref
rule that requiresref
andshallowRef
functions to be strongly typed.- #2210 Added
vue/no-restricted-component-names
rule that disallows specific component names.- #2213 Added
vue/max-lines-per-block
rule that enforces a maximum number of lines in Vue SFC blocks.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0
v9.14.1
🐛 Bug Fixes
- #2189 Fixed false positives for
toRef
props invue/no-dupe-keys
rule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.0...v9.14.1
v9.14.0
✨ Enhancements
- #2178 Added support for
defineOptions
tovue/no-duplicate-attr-inheritance
rule.- #2185 Added support for
<script setup>
tovue/no-dupe-keys
rule.
🐛 Bug Fixes
- #2177 Added
additionalProperties
tovue/no-deprecated-router-link-tag-prop
schema.- #2186 Fixed false positive for unknown prop in
vue/no-undef-properties
rule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.13.0...v9.14.0
v9.13.0
Support for Vue 3.3 "Rurouni Kenshin"
🎉
see https://blog.vuejs.org/posts/vue-3-3
✨ EnhancementsNew Rules
- #2167 Added
vue/prefer-define-options
rule that enforces use ofdefineOptions
instead of default export.- #2165 Added
vue/valid-define-options
rule that checks whetherdefineOptions
compiler macro is valid.Other Changes
- #2154 Added support for
defineOptions
anddefineSlots
tovue/define-macros-order
rule.- #2163 Added support for
defineOptions
anddefineSlots
tovue/no-unsupported-features
rule.- #2152 Added support for new
defineEmits
type syntax tovue/require-explicit-emits
rule.- #2159 Added support for
defineOptions
tovue/component-definition-name-casing
rule.- #2161 Added support for
defineOptions
tovue/match-component-file-name
rule.- #2157 Added support for
defineOptions
tovue/multi-word-component-names
rule.
... (truncated)
Commits
-
57c1e6f
9.15.0 -
25a2db5
Addvue/max-lines-per-block
rule (#2213) -
e643d44
Addvue/no-restricted-component-names
rule (#2210) -
81ce0ce
Addvue/require-typed-ref
rule (#2204) -
11f3f9f
Mark default options correctly invue/define-macros-order
docs (#2208) -
d815a48
Addvue/require-macro-variable-name
rule (#2198) -
13167ed
Addvue/no-console
rule (#2194) -
4dfb4d7
9.14.1 -
25fcb9b
Fix false positives for toRef props invue/no-dupe-keys
rule (#2189) -
15f7032
9.14.0 - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)