Build(deps-dev): bump eslint-plugin-vue from 9.15.1 to 9.16.0 #1365

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.16.0 into master 2023-07-30 10:40:07 +00:00
argoyle commented 2023-07-30 04:44:08 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.15.1 to 9.16.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.16.0

Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.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.15.1 to 9.16.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.16.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2224">#2224</a> Added <a href="https://eslint.vuejs.org/rules/no-use-v-else-with-v-for.html"><code>vue/no-use-v-else-with-v-for</code></a> rule that disallows using <code>v-else-if</code>/<code>v-else</code> on the same element as <code>v-for</code>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1983">#1983</a> Added <a href="https://eslint.vuejs.org/rules/require-typed-object-prop.html"><code>vue/require-typed-object-prop</code></a> rule that enforces adding type declarations to object props.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2238">#2238</a> Added <a href="https://eslint.vuejs.org/rules/no-deprecated-model-definition.html"><code>vue/no-deprecated-model-definition</code></a> rule that disallows the <a href="https://v2.vuejs.org/v2/api/#model"><code>model</code> definition</a>, which is deprecated in Vue 3.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2229">#2229</a> Don't auto fix in <a href="https://eslint.vuejs.org/rules/attribute-hyphenation.html"><code>vue/attribute-hyphenation</code></a> rule when it would break props.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2223">#2223</a> Ignore blocks in <a href="https://eslint.vuejs.org/rules/html-self-closing.html"><code>vue/html-self-closing</code></a> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2244">#2244</a> Improved the <a href="https://eslint.vuejs.org/rules/no-setup-props-destructure.html"><code>vue/no-setup-props-destructure</code></a> rule (expect more lint issues!).</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2222">#2222</a> Renamed <a href="https://eslint.vuejs.org/rules/component-tags-order.html"><code>vue/component-tags-order</code></a> to <a href="https://eslint.vuejs.org/rules/block-order.html"><code>vue/block-order</code></a> (the old rule is still included in the preset configs, but it is now deprecated).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/56180e3ceb278e0c9ce42358272f8b12b94aa392"><code>56180e3</code></a> 9.16.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/684c847f8c0910211351625479c5417edb64ac5e"><code>684c847</code></a> Improve the <code>vue/no-setup-props-destructure</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2244">#2244</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b8814c765da6427d8554ccf251e68939c3ce3d38"><code>b8814c7</code></a> Only allow modelValue in <code>vue/no-deprecated-model-definition</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2255">#2255</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6080fb30042a12770de4be3046fe782da91f7d20"><code>6080fb3</code></a> Bump dependencies to latest version (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2254">#2254</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7c63e1e8c93e5bb1ea048ecfa7298d99fddcc562"><code>7c63e1e</code></a> Rename <code>vue/component-tags-order</code> to <code>vue/block-order</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2222">#2222</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6dad5c22b6dd889fdb1c733aed9883580035c237"><code>6dad5c2</code></a> Enable more <code>eslint-plugin-unicorn</code> rules (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2253">#2253</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3c2e74384841041084ddf25badbab993869b6053"><code>3c2e743</code></a> Bump development dependencies to latest version (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2252">#2252</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/eddf098826d67f461a8a532e7efed2f23149aaf2"><code>eddf098</code></a> Add <code>vue/no-deprecated-model-definition</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2238">#2238</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/52a99662b65439154a2bcbb8b551f1322509f893"><code>52a9966</code></a> Bump <code>eslint-plugin-eslint-plugin</code> to v5 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2241">#2241</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9bbef7eb5bd7b8fa7b01cfb731688a4712e87881"><code>9bbef7e</code></a> Allow deprecated rules in configs (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2234">#2234</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.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 2023-07-30 10:39:38 +00:00 (Migrated from gitlab.com)

added 2 commits

  • a6af9bbd - 1 commit from branch master
  • 20c015a0 - Build(deps-dev): bump eslint-plugin-vue from 9.15.1 to 9.16.0

Compare with previous version

added 2 commits <ul><li>a6af9bbd - 1 commit from branch <code>master</code></li><li>20c015a0 - Build(deps-dev): bump eslint-plugin-vue from 9.15.1 to 9.16.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1316/diffs?diff_id=747800325&start_sha=ac93e542c4e39adae1e2b515610115b6ad115c34)
argoyle (Migrated from gitlab.com) merged commit into master 2023-07-30 10:40:07 +00:00
Sign in to join this conversation.