Skip to content

Commit

Permalink
Bump eslint-plugin-vue from 9.26.0 to 9.30.0 (#267)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
from 9.26.0 to 9.30.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.30.0</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2585">#2585</a>
Fixed <a
href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a>
rule to check <code>defineEmits()</code> variable and
<code>$emit()</code> in <code>\&lt;template&gt;</code>.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2586">#2586</a>
Fixed false negatives and false positives in <a
href="https://eslint.vuejs.org/rules/require-valid-default-prop.html"><code>vue/require-valid-default-prop</code></a>
rule.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0</a></p>
<h2>v9.29.1</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2572">#2572</a>
Fixed index.d.ts</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1</a></p>
<h2>v9.29.0</h2>
<h2>✨ Enhancements</h2>
<h3>New Rules</h3>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2540">#2540</a>
Added <a
href="https://eslint.vuejs.org/rules/no-deprecated-delete-set.html"><code>vue/no-deprecated-delete-set</code></a>
rule that disallows using deprecated <code>$delete</code> and
<code>$set</code>.</li>
</ul>
<h3>Others</h3>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2513">#2513</a>
Added support for Vuex and Pinia to <a
href="https://eslint.vuejs.org/rules/no-undef-properties.html"><code>vue/no-undef-properties</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2541">#2541</a>
Added support for Vue 3.5's <a
href="https://blog.vuejs.org/posts/vue-3-5#usetemplateref"><code>useTemplateRef()</code></a>
to <a
href="https://eslint.vuejs.org/rules/no-unused-refs.html"><code>vue/no-unused-refs</code></a>
rule.</li>
<li>Added support for Vue 3.5's <a
href="https://blog.vuejs.org/posts/vue-3-5#reactive-props-destructure">props
destructure</a> to various rules:
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2551">#2551</a>
to <a
href="https://eslint.vuejs.org/rules/require-valid-default-prop.html"><code>vue/require-valid-default-prop</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2552">#2552</a>
to <a
href="https://eslint.vuejs.org/rules/require-default-prop.html"><code>vue/require-default-prop</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2553">#2553</a>
to <a
href="https://eslint.vuejs.org/rules/no-boolean-default.html"><code>vue/no-boolean-default</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2560">#2560</a>
to <a
href="https://eslint.vuejs.org/rules/no-required-prop-with-default.html"><code>vue/no-required-prop-with-default</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2562">#2562</a>
to <a
href="https://eslint.vuejs.org/rules/no-restricted-props.html"><code>vue/no-restricted-props</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2550">#2550</a>
to <a
href="https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html"><code>vue/no-setup-props-reactivity-loss</code></a>
rule.</li>
</ul>
</li>
</ul>
<h2>⚙️ Updates</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2528">#2528</a>,
<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2566">#2566</a>
Added TypeScript declarations for configs.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2565">#2565</a>
Added support for recognizing Vue components in <code>.tsx</code>
files.</li>
</ul>
<h2>v9.28.0</h2>
<h2>✨ Enhancements</h2>
<h3>New Rules</h3>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2430">#2430</a>
Added <a
href="https://eslint.vuejs.org/rules/max-props.html"><code>vue/max-props</code></a>
rule that enforces the maximum number of props in Vue components.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2494">#2494</a>
Added <a
href="https://eslint.vuejs.org/rules/require-default-export.html"><code>vue/require-default-export</code></a>
rule that requires components to be the <code>default</code>
export.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2525">#2525</a>
Added <a
href="https://eslint.vuejs.org/rules/max-template-depth.html"><code>vue/max-template-depth</code></a>
rule that enforces the maximum depth of
<code>\&lt;template&gt;</code>.</li>
</ul>
<h3>New Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/50bde65aa298cc26c3369077e5bb6c25399e4b8d"><code>50bde65</code></a>
9.30.0</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/9a56de8959dea8728aa3020324cd00990ae477be"><code>9a56de8</code></a>
Fix false negatives and false positives in
<code>vue/require-valid-default-prop</code> r...</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/86300c489f5f32a5a919cc5bc3bb3a43aad831dd"><code>86300c4</code></a>
fix(custom-event-name-casing): check defineEmits variable name in
template (#...</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/207eb981df3bbab5d63846d7456d0925ab82394c"><code>207eb98</code></a>
Update development dependencies (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2582">#2582</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/7502cf8b9e06f0dfe0a805b5534b3766ba528954"><code>7502cf8</code></a>
9.29.1</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/aa476d619434fba88984604c5fa2d3a530775926"><code>aa476d6</code></a>
Fix Linter type import in index.d.ts (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2572">#2572</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/635b6ed9016bdf04ed4633e1381d101b57c6fe8f"><code>635b6ed</code></a>
9.29.0</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/ba6a1d43d8171c0282586afe6dba431fd1d7c50e"><code>ba6a1d4</code></a>
fix: type declarations for configs (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2566">#2566</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/a91ae0440f8127c5b5df76859f61d412ae772376"><code>a91ae04</code></a>
fix(utils): also recognize .tsx files as Vue files (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2565">#2565</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/2dc606ca589ff5cdcd197c3c64ace7e575a6347d"><code>2dc606c</code></a>
Add support for props destructure to
<code>vue/no-setup-props-reactivity-loss</code> rul...</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.30.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.26.0&new-version=9.30.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

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 Nov 30, 2024
1 parent bb8f6eb commit 28263b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit 28263b5

Please sign in to comment.