Skip to content

Commit

Permalink
Bump eslint-plugin-vue from 9.17.0 to 9.18.1 (#304)
Browse files Browse the repository at this point in the history
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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 3f47f9e commit 7482f64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vue/compiler-sfc": "^3.3.7",
"crypto-browserify": "^3.12.0",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue": "^9.18.1",
"ifdef-loader": "^2.3.2",
"sass": "~1.69.5",
"sass-loader": "^13.3.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,7 @@ __metadata:
core-js: ^3.33.1
crypto-browserify: ^3.12.0
eslint: ^8.52.0
eslint-plugin-vue: ^9.17.0
eslint-plugin-vue: ^9.18.1
ifdef-loader: ^2.3.2
register-service-worker: ^1.7.1
sass: ~1.69.5
Expand Down Expand Up @@ -6185,9 +6185,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vue@npm:^9.17.0":
version: 9.17.0
resolution: "eslint-plugin-vue@npm:9.17.0"
"eslint-plugin-vue@npm:^9.18.1":
version: 9.18.1
resolution: "eslint-plugin-vue@npm:9.18.1"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
natural-compare: ^1.4.0
Expand All @@ -6198,7 +6198,7 @@ __metadata:
xml-name-validator: ^4.0.0
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
checksum: 2ef53a03876f7c96828ad10dae7d1c4d87b51e348f58b16de3f2bedbbff9a3410eabfaf65e4890b0b7ae6d1e710c1c370998d5bc64d6ca3095a95713b3a4cf67
checksum: 774c1e91634f3fce33d5dcb8055959890f2b7620b558f9a5372175b2161d1341d69857d158bb9e97846252722d569126478c0be313bb4d3ac47beac875076f36
languageName: node
linkType: hard

Expand Down

0 comments on commit 7482f64

Please sign in to comment.