chore(deps): update dependency eslint-plugin-vue to v9.15.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-plugin-vue (source) | 9.14.1 -> 9.15.1 |
Release Notes
vuejs/eslint-plugin-vue
v9.15.1
🐛 Bug Fixes
-
#2221 Fixed
vue/no-console
rule 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-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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.