Commit 9162e0a
authored
Bump eslint-plugin-vue from 10.5.1 to 10.6.0 (#3289)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
from 10.5.1 to 10.6.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.6.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Updated <a
href="https://eslint.vuejs.org/rules/no-import-compiler-macros.html"><code>vue/no-import-compiler-macros</code></a>
to clarify that macros are not allowed outside <code><script
setup></code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2938">#2938</a>)</li>
<li>Added new <a
href="https://eslint.vuejs.org/rules/no-duplicate-class-names.html"><code>vue/no-duplicate-class-names</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2934">#2934</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Fixed <a
href="https://eslint.vuejs.org/rules/no-v-html.html"><code>vue/no-v-html</code></a>
rule to allow ignoring call expressions (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2950">#2950</a>)</li>
<li>Improved <a
href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a>
error messages to distinguish between macro placement and ordering
issues (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2953">#2953</a>)</li>
<li>Updated dependency <a
href="https://github.com/postcss/postcss-selector-parser">postcss-selector-parser</a>
to v7.1.0 (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2947">#2947</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.6.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Updated <a
href="https://eslint.vuejs.org/rules/no-import-compiler-macros.html"><code>vue/no-import-compiler-macros</code></a>
to clarify that macros are not allowed outside <code><script
setup></code> (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2938">#2938</a>)</li>
<li>Added new <a
href="https://eslint.vuejs.org/rules/no-duplicate-class-names.html"><code>vue/no-duplicate-class-names</code></a>
rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2934">#2934</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Fixed <a
href="https://eslint.vuejs.org/rules/no-v-html.html"><code>vue/no-v-html</code></a>
rule to allow ignoring call expressions (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2950">#2950</a>)</li>
<li>Improved <a
href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a>
error messages to distinguish between macro placement and ordering
issues (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2953">#2953</a>)</li>
<li>Updated dependency <a
href="https://github.com/postcss/postcss-selector-parser">postcss-selector-parser</a>
to v7.1.0 (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2947">#2947</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/c36cae530b0f67c20ef5fa49026eb9d981c9b7a6"><code>c36cae5</code></a>
Version Packages (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2944">#2944</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/da00a440ad56093ae15a825abb87e5e3694cb1c3"><code>da00a44</code></a>
chore(lint): setup typescript-eslint (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2960">#2960</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/3a1b5e5452daeed2bf317005eef09977a7aa2b1f"><code>3a1b5e5</code></a>
ci: update <code>checkout</code> & <code>setup-node</code> actions
(<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2959">#2959</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/9b4f26bf07f1b3404cc5c5f0ed139ef57c854f05"><code>9b4f26b</code></a>
test: remove compat code for ESLint v6 (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2958">#2958</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/ed004703df4881a40b0341af2b45e67664049752"><code>ed00470</code></a>
fix: remove unnecessary conditional branch (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2957">#2957</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/b47d479d552e262be0230e9aa1729077adb77b3b"><code>b47d479</code></a>
fix(define-macros-order): improve report messages (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2953">#2953</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/9581472169c2c31af38de1eb27e3b11ea2222404"><code>9581472</code></a>
fix(no-v-html): add CallExpression support to ignorePattern option (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2950">#2950</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/5ec36ce61a9d82f65da22403117373f8ec0c6f0c"><code>5ec36ce</code></a>
feat(no-import-compiler-macros): clarify that macros are not allowed
outside ...</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/3bf079c5c5d8523ebc9ba2e6638665dbe22393dc"><code>3bf079c</code></a>
chore: Update [email protected] (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2947">#2947</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/917787c46a268b1910b9c77e091656a428d70a89"><code>917787c</code></a>
chore: use Trusted Publisher (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2945">#2945</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.5.1...v10.6.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for eslint-plugin-vue since your current
version.</p>
</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 909f363 commit 9162e0a
2 files changed
+19
-6
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 | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments