chore(deps): update dependency eslint-plugin-vue to v7.14.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | minor | 7.13.0 -> 7.14.0 |
Release Notes
vuejs/eslint-plugin-vue
v7.14.0
✨ Enhancements
-
#1568 Added
vue/require-expose
rule that enforces the component to explicitly declare the exposed properties to the component usingexpose
. -
#1566 Updated
vue/no-unused-properties
rule to supportexpose
-
#1574 Updated some rules to support style CSS vars injection.
-
vue/no-parsing-error
rule. -
vue/no-unused-properties
rule. -
vue/script-setup-uses-vars
rule. -
vue/no-unsupported-features
rule.
-
-
#1565 Improved report location of
vue/valid-v-xxx
rules.
🐛 Bug Fixes
-
#1569 Fixed false positives for
<script setup>
invue/no-lifecycle-after-await
rule. -
#1569 Fixed false positives for
<script setup>
invue/no-watch-after-await
rule. -
#1569 Fixed false positives for
<script setup>
invue/no-restricted-call-after-await
rule. -
#1575 Downgraded to
semver
compatible with Node v8.
All commits: v7.13.0 -> v7.14.0
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.