Skip to content

Update dependency eslint-plugin-vue to v6.2.2

Matweb Bot requested to merge renovate/eslint-plugin-vue-6.x into develop

This MR contains the following updates:

Package Type Update Change References
eslint-plugin-vue devDependencies minor 6.1.2 -> 6.2.2 homepage, source

Release Notes

vuejs/eslint-plugin-vue

v6.2.2

Compare Source

🐛 Bug Fixes

  • #​1071 Fixed vue/no-use-v-if-with-v-for error when using destructuring for iteration or using iteration of expression

All commits: v6.2.1 -> v6.2.2

v6.2.1

Compare Source

🐛 Bug Fixes

  • #​1055 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option.

All commits: v6.2.0 -> v6.2.1

v6.2.0

Compare Source

Enhancements

New Rules:
  • #​997 Added vue/sort-keys rule that the sort-keys rule which is compatible with order-in-components.
  • #​1021 Added vue/padding-line-between-blocks rule requires or disallows blank lines between the given 2 blocks.
New Options:
  • #​1022 Added alphabetical option to vue/attributes-order rule to alphabetical ordering within groupings.
  • #​1031 Added avoidEscape option to vue/html-quotes rule.

🐛 Bug Fixes

  • #​1027 Fixed false positives in vue/no-side-effects-in-computed-properties
  • #​1046 Fixed an error when using spread elements in vue/require-default-prop.

All commits: v6.1.2 -> v6.2.0


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted.

🔕 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

Available now for GitLab: Renovate Pro with real-time webhook handling and priority job queue.

Edited by Matweb Bot

Merge request reports