Skip to content

Commit

Permalink
Bump eslint-plugin-vue from 9.22.0 to 9.24.0 (#2131)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
from 9.22.0 to 9.24.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.24.0</h2>
<h2>✨ Enhancements</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2407">#2407</a>,
<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2436">#2436</a>
Added support for the <a
href="https://eslint.org/docs/latest/use/configure/configuration-files-new">flat
config format</a>.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2425">#2425</a>
Fixed error for empty value in <a
href="https://eslint.vuejs.org/rules/no-restricted-class.html"><code>vue/no-restricted-class</code></a>
rule</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.23.0...v9.24.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.23.0...v9.24.0</a></p>
<h2>v9.23.0</h2>
<h2>✨ Enhancements</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2422">#2422</a>
Added support for auto-imported Vue APIs (e.g. in <a
href="https://eslint.vuejs.org/rules/no-ref-as-operand.html"><code>vue/no-ref-as-operand</code></a>).</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2423">#2423</a>
Added suggestions for reordering to <a
href="https://eslint.vuejs.org/rules/order-in-components.html"><code>vue/order-in-components</code></a>
when there may be side effects.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2410">#2410</a>
Fixed false positives for non-kebab-case variables in <a
href="https://eslint.vuejs.org/rules/v-bind-style.html"><code>vue/v-bind-style</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2416">#2416</a>
Fixed false positives for extra comma in <a
href="https://eslint.vuejs.org/rules/v-for-delimiter-style.html"><code>vue/v-for-delimiter-style</code></a>
rule.</li>
</ul>
<h2>⚙️ Updates</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2417">#2417</a>
Improve performance by removing unnecessary second
<code>filter</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/eadf0ebe252fcda685538d4b9b889458643f9644"><code>eadf0eb</code></a>
9.24.0</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/c6c5c462e4e55d31552b4e1cb7ed524c7efc07c7"><code>c6c5c46</code></a>
Change flat config to an array to accept <code>*.vue</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2436">#2436</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/f0af008474475e0581dacdc85e63e791fb37a4f1"><code>f0af008</code></a>
fix(no-restricted-class): error in empty value (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2425">#2425</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/b22bd8b21c2652c8e087ca112c196428519b8d90"><code>b22bd8b</code></a>
feat: support flat configs (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2407">#2407</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/f84b8ee5b9e3b54a09209faff744ef2849a6cc3e"><code>f84b8ee</code></a>
9.23.0</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/e2dc84bf347ec7d905f3f317fb23bc3d3c86bd03"><code>e2dc84b</code></a>
feat(order-in-components): add side effects suggestions (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2423">#2423</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/3abc04cd8cfd101f1f216a9a4c8a346a15d6c18c"><code>3abc04c</code></a>
feat: support Vue APIs from auto imports (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2422">#2422</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/7c71c48f1c3818bb765021285d76afbd24a5b552"><code>7c71c48</code></a>
fix(v-for-delimiter-style): ignore Punctuator token (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2416">#2416</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/8e8e1e8eede768ce7d7772b888de3d039ceb6e68"><code>8e8e1e8</code></a>
perf: remove unnecessary second filter for type narrowing (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2417">#2417</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/02e6bbfcc28fef81ffbaca89d79e05596e72ffcb"><code>02e6bbf</code></a>
Update links to GitHub repos with changed main branch name (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2412">#2412</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.24.0">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.22.0&new-version=9.24.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 669fb5b commit 3efb2cc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
34 changes: 30 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"d3": "^3.5.17",
"del": "^6.1.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.24.0",
"flot": "^4.2.6",
"git-revision-webpack-plugin": "^5.0.0",
"jquery": "^3.7",
Expand Down

0 comments on commit 3efb2cc

Please sign in to comment.