vue3
vue3 copied to clipboard
chore(deps): update dependency eslint-plugin-vue to v9.28.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-vue (source) | 9.19.2 -> 9.28.0 |
Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.28.0
v9.27.0
v9.26.0
v9.25.0
v9.24.1
v9.24.0
v9.23.0
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.
- Fixed false positive with camelCase
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.