Bump eslint-plugin-vue from 9.17.0 to 9.18.1 #309

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/eslint-plugin-vue-9.18.1 into main 2023-10-30 01:36:27 +00:00
dependabot[bot] commented 2023-10-30 00:24:31 +00:00 (Migrated from github.com)

Bumps eslint-plugin-vue from 9.17.0 to 9.18.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.18.1

🐛 Bug Fixes

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

v9.18.0

🐛 Bug Fixes

⚙️ Updates

  • #2292 Fixed to replace typeParameters with typeArguments.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.17.0...v9.18.0

Commits
  • b3129f9 9.18.1
  • 5fc47e5 Fix require-toggle-inside-transition should respect "<slot>", "v-bind:key", a...
  • 5a29802 9.18.0
  • 66a678f fix(component-name-in-template-casing): ignore vue template syntax (#2301)
  • 467631e Fixed false negatives for whitespace in `vue/require-toggle-inside-transition...
  • 15b99af Insert defineOptions after import declarations in `vue/prefer-define-option...
  • 8ba6d9a fix: replace typeParameters with typeArguments (#2292)
  • 791a60d Docs: fix options for use-v-on-exact (#2277)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.17.0 to 9.18.1. <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.18.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2303">#2303</a> Fixed false positives for <code>&lt;slot&gt;</code>, <code>:key</code>, and <code>appear</code> attribute in <a href="https://eslint.vuejs.org/rules/require-toggle-inside-transition.html"><code>vue/require-toggle-inside-transition</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.0...v9.18.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.0...v9.18.1</a></p> <h2>v9.18.0</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2275">#2275</a> Fixed auto-fix of <a href="https://eslint.vuejs.org/rules/prefer-define-options.html"><code>vue/prefer-define-options</code></a> rule to insert <code>defineOptions</code> after import declaration.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2293">#2293</a> Fixed false negatives for whitespace in <a href="https://eslint.vuejs.org/rules/require-toggle-inside-transition.html"><code>vue/require-toggle-inside-transition</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2301">#2301</a> Fixed <a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code></a> to ignore elements in vue template syntax.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2292">#2292</a> Fixed to replace <code>typeParameters</code> with <code>typeArguments</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.17.0...v9.18.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.17.0...v9.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b3129f9f3551f1ac189a0ee84b43561b3d0e4cc2"><code>b3129f9</code></a> 9.18.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5fc47e5151ec991b17a44e1c5ce21ba40553578a"><code>5fc47e5</code></a> Fix require-toggle-inside-transition should respect &quot;&lt;slot&gt;&quot;, &quot;v-bind:key&quot;, a...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5a298023a13f80025d889bff313c6a06faf39e74"><code>5a29802</code></a> 9.18.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/66a678ffe1c58eac1cf52881b4f777f9a9bfde1c"><code>66a678f</code></a> fix(component-name-in-template-casing): ignore vue template syntax (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2301">#2301</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/467631e402e94b34c413f42be261c04f0d00f7c0"><code>467631e</code></a> Fixed false negatives for whitespace in `vue/require-toggle-inside-transition...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/15b99af0552c89b5f94667cf5e2a0a92f603d08d"><code>15b99af</code></a> Insert <code>defineOptions</code> after import declarations in `vue/prefer-define-option...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8ba6d9a19dcf431b4ab048732c7d8a50c5b3a884"><code>8ba6d9a</code></a> fix: replace typeParameters with typeArguments (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2292">#2292</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/791a60d7234da16fe86dddcdc7c2744bd5c3415e"><code>791a60d</code></a> Docs: fix options for use-v-on-exact (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2277">#2277</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.17.0...v9.18.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=9.17.0&new-version=9.18.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.