Build(deps-dev): bump eslint-plugin-vue from 9.8.0 to 9.9.0 #867

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.9.0 into master 2023-01-13 08:31:32 +00:00
argoyle commented 2023-01-13 04:41:53 +00:00 (Migrated from gitlab.com)

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
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.8.0 to 9.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's releases</a>.</em></p> <blockquote> <h2>v9.9.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2066">#2066</a> Added <code>vue/array-element-newline</code> rule that applies the core <code>array-element-newline</code> rule to expressions in <code>\&lt;template&gt;</code>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2042">#2042</a> Improved <code>vue/script-indent</code> rule to support more TypeScript syntax.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2052">#2052</a> Added <code>vue/padding-lines-in-component-definition</code> rule that requires or disallows padding lines in component definition.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2068">#2068</a> Added new <code>ATTR_DYNAMIC</code>, <code>ATTR_STATIC</code>, and <code>ATTR_SHORTHAND_BOOL</code> options to <code>vue/attributes-order</code> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2069">#2069</a> Fixed false positive for type-only imports in <code>vue/component-name-in-template-casing</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2070">#2070</a> Fixed spaces around comma in <code>vue/component-api-style</code> rule report messages.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2071">#2071</a> Fixed <code>vue/define-macros-order</code> rule to hoist secondary expressions correctly.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2073">#2073</a> Fixed false positives for circular references in <code>&lt;script setup&gt;</code> in <code>vue/no-undef-components</code> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/487a71c10e5263043089b08b31d646ad501b4218"><code>487a71c</code></a> 9.9.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0b816dc3c4c20719dca12f612d60f0a3dac2111c"><code>0b816dc</code></a> Add new attributes order for dynamic and static props (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2068">#2068</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ad07deb36143cc8f71af2848634ecbe7d5bc566f"><code>ad07deb</code></a> Fix false positives for circular references in &lt;script setup&gt; in `vue/no-unde...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5e0bd2c7a629ba557ab0e9584c9d63e7526800ea"><code>5e0bd2c</code></a> Add <code>padding-lines-in-component-definition</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2052">#2052</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/abdd93d0cb0308161ccac61f64615f4200f02311"><code>abdd93d</code></a> fix (vue/define-macros-order): hoist secondary expressions correctly (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2071">#2071</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2c3d623b5602c7c71b72d314d91a81bb18d16614"><code>2c3d623</code></a> test (vue/max-attributes-per-line): add test for max value as object (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2072">#2072</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d339e2ecab1ab3c9099bdb773524587a880f3d35"><code>d339e2e</code></a> fix (vue/component-api-style): add spacing around comma in report message (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2">#2</a>...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4a08c070d94754f3be6fb131ba207c369d3f9b36"><code>4a08c07</code></a> fix: [vue/component-name-in-template-casing] False positive for dynamic compo...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e42f7371a4e396eab1a4b405af2a61cc1d165651"><code>e42f737</code></a> Improve indent rule to support more ts syntax (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2042">#2042</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/89fb2fe3b89edf8f5153b273a3724802acc2d9a1"><code>89fb2fe</code></a> Added array-element-newline rule from eslint (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2066">#2066</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> 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 </details>
argoyle commented 2023-01-13 08:21:09 +00:00 (Migrated from gitlab.com)

added 4 commits

  • 8de0c31b...5ac3424f - 3 commits from branch master
  • 932fcb42 - Build(deps-dev): bump eslint-plugin-vue from 9.8.0 to 9.9.0

Compare with previous version

added 4 commits <ul><li>8de0c31b...5ac3424f - 3 commits from branch <code>master</code></li><li>932fcb42 - Build(deps-dev): bump eslint-plugin-vue from 9.8.0 to 9.9.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/818/diffs?diff_id=576816358&start_sha=8de0c31b99bb465a4647eb258f3d9870c67d84d3)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-01-13 08:21:24 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-01-13 08:31:32 +00:00
Sign in to join this conversation.