Commit d8bc329
authored
Bump eslint-plugin-vue from 10.6.2 to 10.7.0 (#3423)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
from 10.6.2 to 10.7.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.7.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Added <a
href="https://eslint.vuejs.org/user-guide/#bundle-configurations-eslint-config-js">new
<code>-error</code> config variants</a>, with all rules' severity set to
<code>error</code>: <code>strongly-recommended-error</code>,
<code>recommended-error</code>,
<code>vue2-strongly-recommended-error</code>,
<code>vue2-recommended-error</code> (along with their flat config
equivalents) (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2796">#2796</a>)</li>
<li>Added new <a
href="https://eslint.vuejs.org/rules/no-literals-in-template.html"><code>vue/no-literals-in-template</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3000">#3000</a>)</li>
<li>Added new <a
href="https://eslint.vuejs.org/rules/no-undef-directives.html"><code>vue/no-undef-directives</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2990">#2990</a>)</li>
<li>Added new <code>ignoreEOLComments</code> option to <a
href="https://eslint.vuejs.org/rules/no-multi-spaces.html"><code>vue/no-multi-spaces</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2989">#2989</a>)</li>
<li>Changed <a
href="https://eslint.vuejs.org/rules/no-negated-v-if-condition.html"><code>vue/no-negated-v-if-condition</code></a>
suggestion to autofix (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2984">#2984</a>)</li>
<li>Added TypeScript support for eslint-plugin-vue development (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2916">#2916</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Fixed false positives in <a
href="https://eslint.vuejs.org/rules/define-props-destructuring.html"><code>vue/define-props-destructuring</code></a>
rule when imported types are passed to <code>defineProps</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2995">#2995</a>)</li>
<li>Updated Vue 3 export names resources: added
<code>DirectiveModifiers</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2996">#2996</a>)</li>
<li>Updated Vue 3 export names resources: added <code>nodeOps</code> and
<code>patchProp</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2986">#2986</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md">eslint-plugin-vue's
changelog</a>.</em></p>
<blockquote>
<h2>10.7.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Added <a
href="https://eslint.vuejs.org/user-guide/#bundle-configurations-eslint-config-js">new
<code>-error</code> config variants</a>, with all rules' severity set to
<code>error</code>: <code>strongly-recommended-error</code>,
<code>recommended-error</code>,
<code>vue2-strongly-recommended-error</code>,
<code>vue2-recommended-error</code> (along with their flat config
equivalents) (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2796">#2796</a>)</li>
<li>Added new <a
href="https://eslint.vuejs.org/rules/no-literals-in-template.html"><code>vue/no-literals-in-template</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3000">#3000</a>)</li>
<li>Added new <a
href="https://eslint.vuejs.org/rules/no-undef-directives.html"><code>vue/no-undef-directives</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2990">#2990</a>)</li>
<li>Added new <code>ignoreEOLComments</code> option to <a
href="https://eslint.vuejs.org/rules/no-multi-spaces.html"><code>vue/no-multi-spaces</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2989">#2989</a>)</li>
<li>Changed <a
href="https://eslint.vuejs.org/rules/no-negated-v-if-condition.html"><code>vue/no-negated-v-if-condition</code></a>
suggestion to autofix (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2984">#2984</a>)</li>
<li>Added TypeScript support for eslint-plugin-vue development (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2916">#2916</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Fixed false positives in <a
href="https://eslint.vuejs.org/rules/define-props-destructuring.html"><code>vue/define-props-destructuring</code></a>
rule when imported types are passed to <code>defineProps</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2995">#2995</a>)</li>
<li>Updated Vue 3 export names resources: added
<code>DirectiveModifiers</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2996">#2996</a>)</li>
<li>Updated Vue 3 export names resources: added <code>nodeOps</code> and
<code>patchProp</code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2986">#2986</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/745fd4e1f3719c3a2f93bd3531da5e886c16f008"><code>745fd4e</code></a>
Version Packages (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2988">#2988</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/4c2efa45e7f8d0bf70d2432ad1dc024993affc90"><code>4c2efa4</code></a>
feat: add <code>-error</code> configs to types (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3001">#3001</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/ce20297414014b2e95061c273826e57ed6929017"><code>ce20297</code></a>
feat: introduce <code>tsdown</code>, support mixed js & ts in
codebase (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2916">#2916</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/1c77cf912cc844cdc2f3150937c94f1d7a0c6239"><code>1c77cf9</code></a>
feat: add vue/no-literals-in-template rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3000">#3000</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/e9d3f4366ae6bce8cdb7c162aa08a2f7d0e5ce33"><code>e9d3f43</code></a>
test: remove <code>type</code> property from asserted errors (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2998">#2998</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/ff8c8e08613fbf1c2a6af144dc41def9e2a65718"><code>ff8c8e0</code></a>
docs: improve editor interaction experience (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2997">#2997</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/97ff02476e242f0bd362c0b3451d7c1471558828"><code>97ff024</code></a>
Update changeset message</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/bf68a176c5d98e6616b21113a3bc50912b95247b"><code>bf68a17</code></a>
Update changeset message</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/2713fb26feded0bb5145fd73a1f60b73e8b0be47"><code>2713fb2</code></a>
fix(define-props-destructuring): imported props declaration does not
work (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2">#2</a>...</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/e13bfc747bf5b280f2ac50b9154f02c8b5010eb0"><code>e13bfc7</code></a>
Updates resources (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2996">#2996</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.6.2...v10.7.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 315d964 commit d8bc329
2 files changed
+5
-5
lines changedSome 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 | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments