Skip to content

Update dependency eslint-plugin-vue to v9.8.0 (develop)

RenovateBot requested to merge renovate/develop-eslint-plugin-vue-9.x into develop

This MR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies minor 9.7.0 -> 9.8.0

Release Notes

vuejs/eslint-plugin-vue

v9.8.0

Compare Source

Enhancements

  • #​2019 Added vue/require-prop-comment rule that require props to have a comment.
  • #​2034 Added suggestion for vue/require-name-property rule.

🐛 Bug Fixes

  • #​2024 Fixed false positives for <Textarea> component in vue/no-textarea-mustache rule.
  • #​2040 Fixed false positives for export interface/type declaration in vue/define-macros-order rule.
  • #​2031 Fixed false positives for HTML tag when using HTML-like components in vue/component-name-in-template-casing rule.
  • #​2045 Fixed vue/attribute-hyphenation rule to disable autofix attributes containing _.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.7.0...v9.8.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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports