Skip to content

build(deps): update dependency eslint-plugin-vue to ^9.32.0

This MR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies minor ^9.31.0 -> ^9.32.0

Release Notes

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.32.0

Compare Source

Enhancements

  • #​2598 Added checkMultiRootNodes option to vue/no-duplicate-attr-inheritance rule and changed to ignore multi-root components by default.
  • #​2610 Added ignoreElementNamespaces option to vue/no-v-text-v-html-on-component rule.
  • #​2609 Added ignoreTags option to vue/attribute-hyphenation rule and vue/v-on-event-hyphenation rule.
  • #​2611 Added vue/restricted-component-names rule that enforces using only specific component names.
  • #​2620 Added vue/slot-name-casing rule that enforces specific casing for slot names.
  • #​2617 Added support for type references in vue/require-explicit-slots rule.
  • #​2608 Added support for shallowRef in vue/prefer-use-template-ref rule.

🐛 Bug Fixes

  • #​2612 Changed vue/prefer-use-template-ref rule to only check root-level variables.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, 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.

Merge request reports

Loading