Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump eslint-plugin-vue from 9.24.0 to 9.26.0 (#2244)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.24.0 to 9.26.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.26.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2457">#2457</a> Improved some rules to understand MathML elements: <ul> <li><a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code></a></li> <li><a href="https://eslint.vuejs.org/rules/no-deprecated-html-element-is.html"><code>vue/no-deprecated-html-element-is</code></a></li> <li><a href="https://eslint.vuejs.org/rules/no-undef-components.html"><code>vue/no-undef-components</code></a></li> <li><a href="https://eslint.vuejs.org/rules/no-unused-components.html"><code>vue/no-unused-components</code></a></li> <li><a href="https://eslint.vuejs.org/rules/script-setup-uses-vars.html"><code>vue/script-setup-uses-vars</code></a> (note that this rule is deprecated!)</li> </ul> </li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2456">#2456</a> Fixed <a href="https://eslint.vuejs.org/rules/require-default-prop.html"><code>vue/require-default-prop</code> rule</a> to ignore the spread and continue checking.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2427">#2427</a> Fixed <a href="https://eslint.vuejs.org/rules/require-typed-ref.html"><code>vue/require-typed-ref</code> rule</a> to ignore <code><script></code> blocks without <code>lang="ts"</code> in <code>.vue</code> files.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.0</a></p> <h2>v9.25.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2441">#2441</a> Added support for Pinia methods to <a href="https://eslint.vuejs.org/rules/no-unused-properties.html"><code>vue/no-unused-properties</code></a> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2438">#2438</a> Improved <a href="https://eslint.vuejs.org/rules/no-use-computed-property-like-method.html"><code>vue/no-use-computed-property-like-method</code></a> rule to understand logical expressions.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2435">#2435</a> Fixed false negatives for props in template in <a href="https://eslint.vuejs.org/rules/no-unused-properties.html"><code>vue/no-unused-properties</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0</a></p> <h2>v9.24.1</h2> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2444">#2444</a> Allowed <a href="https://eslint.org/blog/2024/04/eslint-v9.0.0-released/">ESLint v9</a> as peer dependency.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/516253d9f80c5690e2d64513f6e9490977f6b4d1"><code>516253d</code></a> 9.26.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/56c9e3a3d0d500c74a72f8f8d34336e1b4c59fc4"><code>56c9e3a</code></a> chore: fix leak</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a3c98d8ad45f15aa7f6af573836185d60398573a"><code>a3c98d8</code></a> Fix checking for script setup in vue/require-typed-ref (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2427">#2427</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/98e030adc02e118c17031491b6b85f9735418eba"><code>98e030a</code></a> fix: Prevent spread operator from disabling the rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2456">#2456</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f0aa5dcc8d09e3d1e23c49100808ee40acd200e7"><code>f0aa5dc</code></a> Support MathML elements (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2457">#2457</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/cfad3eecc506effaedf43cc74f231d19fc780997"><code>cfad3ee</code></a> 9.25.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e665b7c0d50683b142beb47de7cb1fca5dd5a7ae"><code>e665b7c</code></a> Fixed false negatives for props in template in <code>vue/no-unused-properties</code> (<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/a4be0fcb30953a058e3abc0b6b6589f14ab0c5e1"><code>a4be0fc</code></a> Support Pinia methods in <code>vue/no-unused-properties</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2441">#2441</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/52e0770ba8cba3a5f5f31f4aec53ac88c441af7d"><code>52e0770</code></a> fix(no-use-computed-property-like-method): extract LogicalExpression (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2438">#2438</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/45ce14efa3ced876235349ff78221ef62a4468f8"><code>45ce14e</code></a> 9.24.1</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.26.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.24.0&new-version=9.26.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information