Build(deps-dev): bump eslint-plugin-vue from 9.20.1 to 9.21.0 #1670

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.21.0 into master 2024-01-31 11:06:54 +00:00
argoyle commented 2024-01-31 04:43:55 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.20.1 to 9.21.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.21.0

Enhancements

  • #2325 Added vue/require-explicit-slots rule that require slots to be explicitly defined with defineSlots.
  • #2367 Added vue/no-restricted-v-on rule that disallow specific argument in v-on.
  • #2381 Added sameNameShorthand option to vue/v-bind-style rule.

⚙️ Updates

  • #2379 Upgraded vue-eslint-parser to v9.4.2.
    • Fixed false positive with camelCase v-bind same-name shorthand in vue/no-unused-property.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on 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.20.1 to 9.21.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.21.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2325">#2325</a> Added <code>vue/require-explicit-slots</code> rule that require slots to be explicitly defined with defineSlots.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2367">#2367</a> Added <code>vue/no-restricted-v-on</code> rule that disallow specific argument in <code>v-on</code>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2381">#2381</a> Added <code>sameNameShorthand</code> option to <code>vue/v-bind-style</code> rule.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2379">#2379</a> Upgraded <code>vue-eslint-parser</code> to v9.4.2. <ul> <li>Fixed false positive with camelCase <code>v-bind</code> same-name shorthand in <code>vue/no-unused-property</code>.</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ac7356562a2dc47812ec04fe92112664610fcdc3"><code>ac73565</code></a> 9.21.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2dc78890dc45cc621261f3dfb9dc848c299d5380"><code>2dc7889</code></a> feat(v-bind-style): add <code>sameNameShorthand</code> option (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2381">#2381</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9bf52e4377aeab3dddf686d9d682a7ab86e348dd"><code>9bf52e4</code></a> Chore: fix errors in tests using ESLint v9.0.0-alpha.2 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2382">#2382</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/037ada28cb603a15f3a42d920d022b61dbf0f0eb"><code>037ada2</code></a> Chore: upgrade vue-eslint-parser to v9.4.2 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2379">#2379</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3698652066e6c45d40077200b90ed48dfc09203b"><code>3698652</code></a> Update docs</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/fdc4d4648a4f39ee3ce7eefe2fff31b26579476b"><code>fdc4d46</code></a> Remove v-bind shorthand syntax from list of examples rule will catch. (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2373">#2373</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/959858c877b4192cb3b289aaeb010e9355211306"><code>959858c</code></a> Chore: add test for eslint v9 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2368">#2368</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7d13ce3eaa9986ee812b005552bc2df79fc80d93"><code>7d13ce3</code></a> Add new <code>vue/no-restricted-v-on</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2367">#2367</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/634f38da09f939240f4256c763afb8730be38e85"><code>634f38d</code></a> feat: implement require-explicit-slots (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2325">#2325</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2024-01-31 11:06:44 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 92dca642 - 1 commit from branch master
  • ff166a96 - Build(deps-dev): bump eslint-plugin-vue from 9.20.1 to 9.21.0

Compare with previous version

added 2 commits <ul><li>92dca642 - 1 commit from branch <code>master</code></li><li>ff166a96 - Build(deps-dev): bump eslint-plugin-vue from 9.20.1 to 9.21.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1621/diffs?diff_id=910388537&start_sha=b4091b43eaba39b14781d8974b45bb9d426e946a)
argoyle (Migrated from gitlab.com) merged commit into master 2024-01-31 11:06:54 +00:00
Sign in to join this conversation.