Commit 87f8f9b
authored
Bump eslint-plugin-vue from 10.0.0 to 10.1.0 (#2853)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
from 10.0.0 to 10.1.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>v10.1.0</h2>
<h2>✨ Enhancements</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2734">#2734</a>
Improved <code>allowlist</code> option of
<code>vue/no-bare-strings-in-template</code> rule to accept regex.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2736">#2736</a>
Added <code>vue/define-props-destructuring</code> rule that enforce
consistent style for props destructuring.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2685">#2685</a>
Added <code>disallowComments</code> option to
<code>vue/no-multiple-template-root</code> rule.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.1...v10.1.0">https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.1...v10.1.0</a></p>
<h2>v10.0.1</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2700">#2700</a>
Fixed incorrect type for <code>.eslintrc</code> configs.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2703">#2703</a>
Fixed false negatives for multiple script blocks in
<code>vue/prefer-use-template-ref</code> rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2726">#2726</a>
Fixed false positives for tagged template expressions in
<code>vue/no-ref-as-operand</code> rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2728">#2728</a>
Fixed false negatives for props destructure in
<code>vue/require-default-prop</code> rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2731">#2731</a>
Fixed false positives for renamed props in <code>vue/no-dupe-keys</code>
rule.</li>
</ul>
<h2>⚙️ Updates</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2701">#2701</a>
Improved the report location for
<code>vue/no-export-in-script-setup</code> rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2724">#2724</a>
Improved the report location for <code>vue/html-self-closing</code>
rule.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.0...v10.0.1">https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.0...v10.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/1b634549a9e91231e5ea79313763c69f93e678c1"><code>1b63454</code></a>
10.1.0</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/f8d075737d66c1898206b2beb877c1176859fd67"><code>f8d0757</code></a>
feat(no-multiple-template-root): support disallowComments property (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2685">#2685</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/ce92931826145bda782af1492d4eb69ffdcdcd6b"><code>ce92931</code></a>
feat: add <code>define-props-destructuring</code> rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2736">#2736</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/c68cb1a49f6dcaede556490b391631aac4940cca"><code>c68cb1a</code></a>
feat(no-bare-strings-in-template): <code>allowlist</code> support regex
(<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2734">#2734</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/654c3cba946a34a94a938abf1811432ee4fa4078"><code>654c3cb</code></a>
10.0.1</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/7dec48d730a7889154915e3a043c2dcfedd0cf65"><code>7dec48d</code></a>
fix(no-dupe-keys): detect props destructure rename (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2731">#2731</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/41e0192c6bbc084b6596854c18e3a29197e02b37"><code>41e0192</code></a>
fix(require-default-prop): report props destructure (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2728">#2728</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/554596cad8c6c77af6bc11ae068866b1614bb615"><code>554596c</code></a>
docs: use <code>===</code> instead of <code>==</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2727">#2727</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/6e22d51763f66b19fb1e74f321283bb69b4575e2"><code>6e22d51</code></a>
fix(no-ref-as-operand): do not report in tagged template expression (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2726">#2726</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/527081fa1b9b7ffa1355eb37ded667d2d53d1b7c"><code>527081f</code></a>
Better report location for <code>vue/html-self-closing</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2724">#2724</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.0...v10.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 98215f2 commit 87f8f9b
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments