Update dependency eslint-plugin-vue to v9.5.1 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-vue (source) | 9.3.0 -> 9.5.1 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
vuejs/eslint-plugin-vue
v9.5.1
🐛 Bug Fixes
-
#1976 Fixed false positives for
<script setup>with TypeScript invue/no-undef-componentsrule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1
v9.5.0
✨ Enhancements
-
#1965 Added
vue/no-ref-object-destructurerule that reports the destructuring of ref objects causing the value to lose reactivity. -
#1967 Changed
vue/no-undef-componentsrule to report when type-only imports are used. -
#1966 Added
vue/padding-line-between-tagsrule that requires or disallows newlines between sibling tags in template. -
#1968 Added
vue/define-emits-declarationrule that enforces the declaration style ofdefineEmits. -
#1968 Added
vue/define-props-declarationrule that enforces the declaration style ofdefineProps.
⚙ ️ Updates
-
#1955 Changed
vue/order-in-componentsrule to be auto-fixable even when usingPropType.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0
Thanks @dev1437, @Amorites, @acupofspirt for your contributions!
v9.4.0
🐛 Bug Fixes
-
#1942 Fixed false negatives for delete operation in
vue/no-mutating-propsrule
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.4.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.