Update dependency eslint-plugin-vue to v9.8.0 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-vue (source) | 9.7.0 -> 9.8.0 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
vuejs/eslint-plugin-vue
v9.8.0
✨ Enhancements
-
#2019 Added
vue/require-prop-commentrule that requires props to have a comment. -
#2034 Added suggestion for
vue/require-name-propertyrule.
🐛 Bug Fixes
-
#2024 Fixed false positives for
<Textarea>components invue/no-textarea-mustacherule. -
#2040 Fixed false positives for exported interfaces/type declarations in
vue/define-macros-orderrule. -
#2031 Fixed false positives for HTML tags when using HTML-like components in
vue/component-name-in-template-casingrule. -
#2045 Fixed
vue/attribute-hyphenationrule to disable autofix for attributes containing underscores (_).
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.7.0...v9.8.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.