tdesign-vue-starter
tdesign-vue-starter copied to clipboard
chore(deps-dev): bump eslint-plugin-vue from 7.20.0 to 9.22.0
Bumps eslint-plugin-vue from 7.20.0 to 9.22.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.22.0
✨ Enhancements
- #2390 Improved autofix for
vue/no-deprecated-slot-attributeto wrap\<template v-slot>.- #2393 Added support for type assertions and non-null expressions in
vue/valid-v-modelrule.🐛 Bug Fixes
- #2389 Fixed wrong autofix for
{{'<'}}invue/no-useless-mustachesrule.- #2394 Fixed false negative for conditional expressions in
vue/no-setup-props-reactivity-lossrule.- #2397 Fixed
vue/require-explicit-slotsrule to recognize slot names enclosed in quotes.- #2408 Fixed wrong autofix for
v-bindwith spaces invue/no-useless-v-bindrule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0
v9.21.1
🐛 Bug Fixes
- #2388 Fixed error in render functions in
vue/no-unused-emit-declarationsrule.- #2386 Fixed false positives/negatives for multiple
defineModelcalls invue/define-macros-orderrule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1
v9.21.0
✨ Enhancements
- #2325 Added
vue/require-explicit-slotsrule that requires slots to be explicitly defined withdefineSlotsorslotscomponent option.- #2367 Added
vue/no-restricted-v-onrule that disallows specific arguments inv-on.- #2381 Added
sameNameShorthandoption tovue/v-bind-stylerule.⚙️ Updates
- #2379 Upgraded
vue-eslint-parserto v9.4.2.
- Fixed false positive with camelCase
v-bindsame-name shorthand invue/no-unused-property.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0
v9.20.1
🐛 Bug Fixes
- #2364 Fixed false positives for
defineModelinvue/no-undef-propertiesrule.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1
v9.20.0
✨ Enhancements
Added Support for Vue 3.4 🏀
- #2357 Added support for
v-bindsame-name shorthand.
... (truncated)
Commits
02474249.22.08a781f0fix(no-useless-v-bind): remove spaces around string in fixes (#2408)0fb68b3Update dependencies (#2403)1e12806feat(valid-v-model): add support for type assertions and non-null expressions...4ea3dfcCode formatting (#2404)c2451abfix(require-explicit-slots): recognize slot names enclosed in quotes (#2397)16aba2cfix(no-setup-props-reactivity-loss): false negative for conditional expressio...7bdefb2feat(no-deprecated-slot-attribute): improve autofix to wrap `<template v-slot...33b67a4fix(no-useless-mustaches): escape < in fixes (#2389)5227eedAdd missing suggestions and messages to tests (#2402)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Superseded by #311.
