nuxt-ava-e2e-unit-testing
nuxt-ava-e2e-unit-testing copied to clipboard
chore(deps-dev): bump eslint-plugin-vue from 7.19.1 to 9.15.1
Bumps eslint-plugin-vue from 7.19.1 to 9.15.1.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.15.1
🐛 Bug Fixes
- #2221 Fixed
vue/no-consolerule false positives outside the\<template>block.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.0...v9.15.1
v9.15.0
✨ Enhancements
- #2194 Added
vue/no-consolerule that applies the coreno-consolerule to expressions in\<template>.- #2198 Added
vue/require-macro-variable-namerule that requires a certain macro variable name.- #2204 Added
vue/require-typed-refrule that requiresrefandshallowReffunctions to be strongly typed.- #2210 Added
vue/no-restricted-component-namesrule that disallows specific component names.- #2213 Added
vue/max-lines-per-blockrule 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
toRefprops invue/no-dupe-keysrule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.0...v9.14.1
v9.14.0
✨ Enhancements
- #2178 Added support for
defineOptionstovue/no-duplicate-attr-inheritancerule.- #2185 Added support for
<script setup>tovue/no-dupe-keysrule.🐛 Bug Fixes
- #2177 Added
additionalPropertiestovue/no-deprecated-router-link-tag-propschema.- #2186 Fixed false positive for unknown prop in
vue/no-undef-propertiesrule.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" :tada:
see https://blog.vuejs.org/posts/vue-3-3✨ Enhancements
New Rules
- #2167 Added
vue/prefer-define-optionsrule that enforces use ofdefineOptionsinstead of default export.- #2165 Added
vue/valid-define-optionsrule that checks whetherdefineOptionscompiler macro is valid.
... (truncated)
Commits
e9ec8999.15.12802809Restrict thevue/no-consolerule to the\<template>block (#2221)e944bb8Fix typo invue/require-typed-refmessage (#2219)57c1e6f9.15.025a2db5Addvue/max-lines-per-blockrule (#2213)e643d44Addvue/no-restricted-component-namesrule (#2210)81ce0ceAddvue/require-typed-refrule (#2204)11f3f9fMark default options correctly invue/define-macros-orderdocs (#2208)d815a48Addvue/require-macro-variable-namerule (#2198)13167edAddvue/no-consolerule (#2194)- Additional commits viewable in compare view
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:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)