Skip to content

Commit e78e4f1

Browse files
Bump eslint-plugin-vue from 10.4.0 to 10.5.0 (#3163)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.4.0 to 10.5.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.5.0</h2> <h3>Minor Changes</h3> <ul> <li>Added <code>ignoredObjectNames</code> option to <a href="https://eslint.vuejs.org/rules/no-async-in-computed-properties.html"><code>vue/no-async-in-computed-properties</code></a> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2927">#2927</a>)</li> <li>Added <code>ignorePattern</code> option to <a href="https://eslint.vuejs.org/rules/no-v-html.html"><code>vue/no-v-html</code></a> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2857">#2857</a>)</li> <li>Added <code>sortLineLength</code> option to <a href="https://eslint.vuejs.org/rules/attributes-order.html"><code>vue/attributes-order</code></a> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2759">#2759</a>)</li> <li>Changed <a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code></a> <code>globals</code> option to support regex patterns (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2928">#2928</a>)</li> <li>Changed <a href="https://eslint.vuejs.org/rules/valid-define-options.html"><code>vue/valid-define-options</code></a> to allow local literal constant references (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2920">#2920</a>)</li> <li>Changed <a href="https://eslint.vuejs.org/rules/no-mutating-props.html"><code>vue/no-mutating-props</code></a> and <a href="https://eslint.vuejs.org/rules/no-side-effects-in-computed-properties.html"><code>vue/no-side-effects-in-computed-properties</code></a> rules to detect <code>Object.assign</code> mutations (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2929">#2929</a>)</li> <li>Added <a href="https://eslint.style/"><code>@stylistic/eslint-plugin</code></a> as optional peer dependency (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2884">#2884</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li>Changed <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> to ignore enum declarations and <code>declare</code> statements (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2918">#2918</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.5.0</h2> <h3>Minor Changes</h3> <ul> <li>Added <code>ignoredObjectNames</code> option to <a href="https://eslint.vuejs.org/rules/no-async-in-computed-properties.html"><code>vue/no-async-in-computed-properties</code></a> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2927">#2927</a>)</li> <li>Added <code>ignorePattern</code> option to <a href="https://eslint.vuejs.org/rules/no-v-html.html"><code>vue/no-v-html</code></a> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2857">#2857</a>)</li> <li>Added <code>sortLineLength</code> option to <a href="https://eslint.vuejs.org/rules/attributes-order.html"><code>vue/attributes-order</code></a> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2759">#2759</a>)</li> <li>Changed <a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code></a> <code>globals</code> option to support regex patterns (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2928">#2928</a>)</li> <li>Changed <a href="https://eslint.vuejs.org/rules/valid-define-options.html"><code>vue/valid-define-options</code></a> to allow local literal constant references (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2920">#2920</a>)</li> <li>Changed <a href="https://eslint.vuejs.org/rules/no-mutating-props.html"><code>vue/no-mutating-props</code></a> and <a href="https://eslint.vuejs.org/rules/no-side-effects-in-computed-properties.html"><code>vue/no-side-effects-in-computed-properties</code></a> rules to detect <code>Object.assign</code> mutations (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2929">#2929</a>)</li> <li>Added <a href="https://eslint.style/"><code>@stylistic/eslint-plugin</code></a> as optional peer dependency (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2884">#2884</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li>Changed <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> to ignore enum declarations and <code>declare</code> statements (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2918">#2918</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9f9bd2abdc7cb40d3aea83da510cfce67e71268f"><code>9f9bd2a</code></a> Version Packages (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2910">#2910</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7aaba4df838e2b5685664a7488eb27a0e10a0e71"><code>7aaba4d</code></a> feat: Object.assign detection to mutation rules (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2929">#2929</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/79d6a317a3a6a2a08f968558ffec28598807edea"><code>79d6a31</code></a> Added <code>ignoredObjectNames</code> option to <code>vue/no-async-in-computed-properties</code> (#...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3e122e5bf1beca217b9ae482e104b573c1a21ab3"><code>3e122e5</code></a> test(integrations/import): align fixture to ESLint ^9 (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2931">#2931</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/35ea4cb058ec6d95531b93caeae79b3d6ab55b0a"><code>35ea4cb</code></a> test(required-typed-ref): remove invalid <code>}</code> outside <code>\&lt;script&gt;</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2935">#2935</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/adc460da10dc3ca319de87a2c0ceba5a4d4d390c"><code>adc460d</code></a> feat(attributes-order): add sortLineLength option (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2759">#2759</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/10d645e3c20d994bae0a3dc7da043de2096cd279"><code>10d645e</code></a> feat(component-name-in-template-casing): <code>global</code> option support regex (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2928">#2928</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a5127b0bc6b245e1754bd3ccc725f72d6c8d588b"><code>a5127b0</code></a> fix(valid-define-options): Allow the use of simple constants (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2920">#2920</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/64f98802b5ff833667a4acc62651b44454dfc4b7"><code>64f9880</code></a> chore: fix generate:version script (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2922">#2922</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/75b46ee895741bd759bb123a511d1ca7e56739db"><code>75b46ee</code></a> chore: fix test fixture for script-indent rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2923">#2923</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.4.0...v10.5.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=10.4.0&new-version=10.5.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>
1 parent 8e5f489 commit e78e4f1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"d3": "^3.5.17",
4141
"daisyui": "^4.12.23",
4242
"eslint": "^8.57.0",
43-
"eslint-plugin-vue": "^10.4.0",
43+
"eslint-plugin-vue": "^10.5.0",
4444
"flot": "^4.2.6",
4545
"git-revision-webpack-plugin": "^5.0.0",
4646
"graphql": "^16.11.0",

0 commit comments

Comments
 (0)