Build(deps-dev): bump eslint-plugin-vue from 9.18.1 to 9.19.2 #1579

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.19.2 into master 2023-11-30 17:10:42 +00:00
argoyle commented 2023-11-30 17:03:49 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.18.1 to 9.19.2.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.19.2

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2

v9.19.1

🐛 Bug Fixes

  • #2334 Fixed broken config of plugin:vue/vue3-strongly-recommended

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1

v9.19.0

Enhancements

New Rules

New Options

⚙️ Changes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0

Commits
  • 0b2edb7 9.19.2
  • 9fe8b34 Fix crash for TSFunctionType with type-literal option in `vue/define-emits-...
  • 73ee48f 9.19.1
  • 1f3111b Fixed broken config of plugin:vue/vue3-strongly-recommended (#2334)
  • 1437921 9.19.0
  • 2f65e92 Require key for conditionally rendered repeated components (#2280)
  • 4eb3f50 Change stylistic rules for expressions in \<template> to extend from ESLint ...
  • 7b7b4ce Improve compatibility with ESLint v9 (#2331)
  • 022afb5 Add new option to specify tags to ignore vue/no-deprecated-slot-attribute (...
  • 86ab768 update vitepress (#2329)
  • Additional commits viewable in compare view


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.18.1 to 9.19.2. <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.19.2</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2336">#2336</a> Fixed crash for TSFunctionType with <code>type-literal</code> option in <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2">https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2</a></p> <h2>v9.19.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2334">#2334</a> Fixed broken config of <code>plugin:vue/vue3-strongly-recommended</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1</a></p> <h2>v9.19.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules</h3> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2312">#2312</a> Added <a href="https://eslint.vuejs.org/rules/no-unused-emit-declarations.html"><code>vue/no-unused-emit-declarations</code></a> rule that disallows unused emit declarations.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2280">#2280</a> Added <a href="https://eslint.vuejs.org/rules/v-if-else-key.html"><code>vue/v-if-else-key</code></a> rule that requires key attribute for conditionally rendered repeated components.</li> </ul> <h3>New Options</h3> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2315">#2315</a> Added <code>type-literal</code> option in <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2297">#2297</a> Added <code>externalIgnores</code> option in <a href="https://eslint.vuejs.org/rules/singleline-html-element-content-newline.html"><code>vue/singleline-html-element-content-newline</code></a> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2314">#2314</a> Added <code>ignore</code> option in <a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> rule.</li> </ul> <h2>⚙️ Changes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2320">#2320</a> Changed <a href="https://eslint.vuejs.org/rules/v-on-event-hyphenation.html"><code>vue/v-on-event-hyphenation</code></a> rule to be auto-fixable by default in Vue 3.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2330">#2330</a> Changed stylistic rules for expressions in <code>\&lt;template&gt;</code> to extend from <a href="https://eslint.style/">ESLint Stylistic</a>.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2327">#2327</a> Fixed avoid calling <code>typeParameters</code> getter.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2331">#2331</a> Improved compatibility with <a href="https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/">planned changes in ESLint v9</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0b2edb700a7338e9a0a55700bee91526ea4f6d2f"><code>0b2edb7</code></a> 9.19.2</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9fe8b34105076bb8c02b23f049796e840de48d3c"><code>9fe8b34</code></a> Fix crash for TSFunctionType with <code>type-literal</code> option in `vue/define-emits-...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/73ee48f239d7487172a86c6603718098d424f7dd"><code>73ee48f</code></a> 9.19.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1f3111bffe88834ed2e0e19acf1adede4e34ea5c"><code>1f3111b</code></a> Fixed broken config of <code>plugin:vue/vue3-strongly-recommended</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2334">#2334</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1437921d2a0f75aa4134cf35c9719cffbde5a1b0"><code>1437921</code></a> 9.19.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2f65e9287955549214205b3c01af5666eae68c5e"><code>2f65e92</code></a> Require key for conditionally rendered repeated components (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2280">#2280</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4eb3f50ea732193ef3a7d18d2a41c9355547abed"><code>4eb3f50</code></a> Change stylistic rules for expressions in <code>\&lt;template&gt;</code> to extend from ESLint ...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7b7b4cead55fb8bcd6d3a57191c5b2c0b64c53b9"><code>7b7b4ce</code></a> Improve compatibility with ESLint v9 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2331">#2331</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/022afb5b9ee44b0feff9afc0fe4e7caec273d775"><code>022afb5</code></a> Add new option to specify tags to ignore <code>vue/no-deprecated-slot-attribute</code> (...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/86ab7686d4a48951aa5b73ca6a4144118f69ca90"><code>86ab768</code></a> update vitepress (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2329">#2329</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.2">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-11-30 17:03:54 +00:00 (Migrated from gitlab.com)

mentioned in merge request !1528

mentioned in merge request !1528
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-11-30 17:04:30 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-11-30 17:10:42 +00:00
Sign in to join this conversation.