Skip to content

Update dependency eslint-plugin-vue to v6.1.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.0.1 -> 6.1.2 homepage, source

Release Notes

vuejs/eslint-plugin-vue

v6.1.2

Compare Source

🐛 Bug Fixes

  • #​1023 Fixed: list semver as dependencies

All commits: v6.1.1 -> v6.1.2

v6.1.1

Compare Source

🐛 Bug Fixes

  • #​1019 Fixed crashes in no-reserved-component-names, match-component-file-name and component-definition-name-casing rules

All commits: v6.1.0 -> v6.1.1

v6.1.0

Compare Source

Enhancements

Core:
  • #​985 Upgrade vue-eslint-parser to 7.0.0
New Rules:
  • #​886 Added vue/static-class-names-order rule that enforce the order of static class names.
  • #​945 Added vue/require-name-property rule that require a name property in Vue components.
  • #​757 Added vue/no-reserved-component-names rule that disallow the use of reserved names in component definitions.
  • #​763 Added vue/component-tags-order rule that enforce the order of component top-level elements.
  • #​646 Added vue/component-definition-name-casing rule that enforce specific casing for component definition name.
  • #​647 Added vue/valid-v-bind-sync rule that checks whether every .sync modifier on v-bind directives is valid.
  • #​839 Added vue/no-deprecated-slot-attribute rule that disallows slot attribute.
  • #​840 Added vue/no-deprecated-slot-scope-attribute rule that disallows slot-scope attribute.
  • #​841 Added vue/no-unsupported-features rule that disallow unsupported Vue.js syntax on the specified version.
  • #​843 Added vue/no-static-inline-styles rule that disallow static inline style attributes.
  • #​959 Added vue/max-len rule that enforces a maximum line length.
  • #​964 Added vue/no-irregular-whitespace rule that disallow irregular whitespace.

🐛 Bug Fixes

  • #​1015 Fixed wrong indentation.
  • #​1016 Fixed "ignores" option of html-indent does not work

All commits: v6.0.2 -> v6.1.0

v6.0.2

Compare Source

🐛 Bug Fixes

  • #​962 Fixed false positives inside the ternary operator in no-async-in-computed-properties.
  • #​963 Fixed an issue that caused an error when extra commas were included in require-prop-type-constructor.
  • #​1009 Fixed an issue that code was broken by autofix of require-prop-type-constructor.
  • #​1010 Fixed broken links in messages.

All commits: v6.0.1 -> v6.0.2


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.

Merge request reports