Skip to content

Commit 92cb567

Browse files
Merge #114
114: Bump eslint-plugin-vue from 7.5.0 to 7.6.0 r=curquiza a=dependabot-preview[bot] Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.5.0 to 7.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>v7.6.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1001">#1001</a>, <a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1432">#1432</a> Added <code>vue/html-button-has-type</code> rule.</li> </ul> <h3>Other changes in Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1429">#1429</a> Added <code>&quot;SLOT&quot;</code> option to <code>vue/attributes-order</code> rule to specify <code>v-slot</code> order.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1430">#1430</a> Changed the option schema for the following rules to be stricter. Incorrect options are reported as errors. <ul> <li><code>vue/attributes-order</code> rule.</li> <li><code>vue/component-tags-order</code> rule.</li> <li><code>vue/max-attributes-per-line</code> rule.</li> <li><code>vue/new-line-between-multi-line-property</code> rule.</li> <li><code>vue/no-bare-strings-in-template</code> rule.</li> <li><code>vue/no-duplicate-attributes</code> rule.</li> <li><code>vue/no-potential-component-option-typo</code> rule.</li> <li><code>vue/no-reserved-component-names</code> rule.</li> <li><code>vue/no-use-v-if-with-v-for</code> rule.</li> <li><code>vue/no-useless-mustaches</code> rule.</li> <li><code>vue/no-useless-v-bind</code> rule.</li> <li><code>vue/valid-v-slot</code> rule.</li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1436">#1436</a> Improved autofix of <code>vue/no-deprecated-slot-attribute</code> rule when slot name contains <code>_</code>.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1434">#1434</a> Fixed false negatives for <code>v-bind=&quot;object&quot;</code> in <code>vue/attributes-order</code> rule.</li> </ul> <h2>:gear: Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1440">#1440</a> Upgrade <code>vue-eslint-parser</code> to v7.5.0.<br /> This change fixes an issue that caused a crash when using some queries with <code>vue/no-restricted-syntax</code> rule.</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.5.0...v7.6.0">v7.5.0 -&gt; v7.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4ae9178475601ce95188bf07f73e159b83517ca5"><code>4ae9178</code></a> 7.6.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/43f76df1454d84e951b2f16f3e856fd01617ae9e"><code>43f76df</code></a> Upgrade vue-eslint-parser to v7.5.0 (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1440">#1440</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4b413993b9b5003a7855f8d4f7f5bd2ba7ef0cd1"><code>4b41399</code></a> Improved autofix of vue/no-deprecated-slot-attribute rule when slot name cont...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b978258b616da35283d9757074037fb030dbe428"><code>b978258</code></a> Fix false negatives for v-bind=&quot;object&quot; in vue/attributes-order rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1434">#1434</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5129cef626ea4d69ab7e022869cc22aa9d8409bd"><code>5129cef</code></a> Change vue/html-button-has-type rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1432">#1432</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9a9461a12dffc22ca236e8507706bde0c3a4ff26"><code>9a9461a</code></a> New: vue/html-button-has-type rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1001">#1001</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/47e3f89a554ada9f32acd48088abbb7d40d51b5e"><code>47e3f89</code></a> Change options schema to strictly. (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1430">#1430</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7965d12152b1375c2fd65585b2806cedb4fede06"><code>7965d12</code></a> Add &quot;SLOT&quot; option to vue/attributes-order rule to specify v-slot order. (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1429">#1429</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.5.0...v7.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.5.0&new-version=7.6.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.5.0&new-version=7.6.0) You can trigger a rebase of this PR 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 4af39bb + d501001 commit 92cb567

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-node": "^11.1.0",
2727
"eslint-plugin-promise": "^4.2.1",
2828
"eslint-plugin-standard": "^5.0.0",
29-
"eslint-plugin-vue": "^7.5.0",
29+
"eslint-plugin-vue": "^7.6.0",
3030
"jest": "^26.0.1",
3131
"vue": "^2.6.11",
3232
"vue-template-compiler": "^2.6.11"

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,15 +2137,15 @@ eslint-plugin-standard@^5.0.0:
21372137
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
21382138
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
21392139

2140-
eslint-plugin-vue@^7.5.0:
2141-
version "7.5.0"
2142-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.5.0.tgz#cc6d983eb22781fa2440a7573cf39af439bb5725"
2143-
integrity sha512-QnMMTcyV8PLxBz7QQNAwISSEs6LYk2LJvGlxalXvpCtfKnqo7qcY0aZTIxPe8QOnHd7WCwiMZLOJzg6A03T0Gw==
2140+
eslint-plugin-vue@^7.6.0:
2141+
version "7.6.0"
2142+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b"
2143+
integrity sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw==
21442144
dependencies:
21452145
eslint-utils "^2.1.0"
21462146
natural-compare "^1.4.0"
21472147
semver "^7.3.2"
2148-
vue-eslint-parser "^7.4.1"
2148+
vue-eslint-parser "^7.5.0"
21492149

21502150
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
21512151
version "5.1.1"
@@ -2238,13 +2238,20 @@ esprima@^4.0.0, esprima@^4.0.1:
22382238
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
22392239
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
22402240

2241-
esquery@^1.0.1, esquery@^1.2.0:
2241+
esquery@^1.2.0:
22422242
version "1.3.1"
22432243
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
22442244
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
22452245
dependencies:
22462246
estraverse "^5.1.0"
22472247

2248+
esquery@^1.4.0:
2249+
version "1.4.0"
2250+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2251+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2252+
dependencies:
2253+
estraverse "^5.1.0"
2254+
22482255
esrecurse@^4.3.0:
22492256
version "4.3.0"
22502257
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -6072,16 +6079,16 @@ [email protected]:
60726079
core-util-is "1.0.2"
60736080
extsprintf "^1.2.0"
60746081

6075-
vue-eslint-parser@^7.4.1:
6076-
version "7.4.1"
6077-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92"
6078-
integrity sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ==
6082+
vue-eslint-parser@^7.5.0:
6083+
version "7.5.0"
6084+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e"
6085+
integrity sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw==
60796086
dependencies:
60806087
debug "^4.1.1"
60816088
eslint-scope "^5.0.0"
60826089
eslint-visitor-keys "^1.1.0"
60836090
espree "^6.2.1"
6084-
esquery "^1.0.1"
6091+
esquery "^1.4.0"
60856092
lodash "^4.17.15"
60866093

60876094
vue-jest@^3.0.5:

0 commit comments

Comments
 (0)