Skip to content

Bump eslint-plugin-vue from 9.8.0 to 9.9.0 in /webapp

Bumps eslint-plugin-vue from 9.8.0 to 9.9.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.9.0

Enhancements

  • #2066 Added vue/array-element-newline rule that applies the core array-element-newline rule to expressions in \<template>.
  • #2042 Improved vue/script-indent rule to support more TypeScript syntax.
  • #2052 Added vue/padding-lines-in-component-definition rule that requires or disallows padding lines in component definition.
  • #2068 Added new ATTR_DYNAMIC, ATTR_STATIC, and ATTR_SHORTHAND_BOOL options to vue/attributes-order rule.

🐛 Bug Fixes

  • #2069 Fixed false positive for type-only imports in vue/component-name-in-template-casing rule.
  • #2070 Fixed spaces around comma in vue/component-api-style rule report messages.
  • #2071 Fixed vue/define-macros-order rule to hoist secondary expressions correctly.
  • #2073 Fixed false positives for circular references in <script setup> in vue/no-undef-components rule.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.0

Commits
  • 487a71c 9.9.0
  • 0b816dc Add new attributes order for dynamic and static props (#2068)
  • ad07deb Fix false positives for circular references in <script setup> in `vue/no-unde...
  • 5e0bd2c Add padding-lines-in-component-definition rule (#2052)
  • abdd93d fix (vue/define-macros-order): hoist secondary expressions correctly (#2071)
  • 2c3d623 test (vue/max-attributes-per-line): add test for max value as object (#2072)
  • d339e2e fix (vue/component-api-style): add spacing around comma in report message (#2...
  • 4a08c07 fix: [vue/component-name-in-template-casing] False positive for dynamic compo...
  • e42f737 Improve indent rule to support more ts syntax (#2042)
  • 89fb2fe Added array-element-newline rule from eslint (#2066)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports