Bump eslint-plugin-vue from 9.3.0 to 9.5.1 in /webapp
Bumps eslint-plugin-vue from 9.3.0 to 9.5.1.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.5.1
🐛 Bug Fixes
- #1976 Fixed false positives for
<script setup>
with TypeScript invue/no-undef-components
rule.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-destructure
rule that reports the destructuring of ref objects causing the value to lose reactivity.- #1967 Changed
vue/no-undef-components
rule to report when type-only imports are used.- #1966 Added
vue/padding-line-between-tags
rule that requires or disallows newlines between sibling tags in template.- #1968 Added
vue/define-emits-declaration
rule that enforces the declaration style ofdefineEmits
.- #1968 Added
vue/define-props-declaration
rule that enforces the declaration style ofdefineProps
.
⚙ ️ Updates
- #1955 Changed
vue/order-in-components
rule 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-props
ruleFull Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.4.0
Commits
-
4d0ffae
9.5.1 -
30b1471
Fix false positives for script setup with ts (#1976) -
b1f1432
9.5.0 -
4383a86
Add type-based declaration rule ofdefineProps
anddefineEmits
(#1968) -
bf9b95c
Createpadding-line-between-tags
rule (#1966) -
faa067e
Chore: ts-parser support in demo (#1972) -
6173b91
Report type-only imports inno-undef-components
(#1967) -
8828bbb
Addvue/no-ref-object-destructure
rule (#1965) -
9b55f3c
Update CI.yml (#1958) -
2f55173
fix(order-in-components): allow autofix with TypeScript PropType (#1955) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts