Skip to content

Commit 157d1f1

Browse files
Merge #312
312: Bump eslint-plugin-vue from 7.6.0 to 7.7.0 r=bidoubiwa a=dependabot-preview[bot] Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.6.0 to 7.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>v7.7.0</h2> <h2>✨ Enhancements</h2> <h3>Changes in Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1444">#1444</a> Added <code>ignorePublicMembers</code> option to <code>vue/no-unused-properties</code> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1446">#1446</a> Fixed false negatives for member access with <code>$</code> in <code>vue/this-in-template</code> rule.</li> </ul> <h2>:gear: Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1448">#1448</a> Upgrade <code>vue-eslint-parser</code> to v7.6.0.<br /> This makes the parser to case sensitive to the name used to determine the element when the file is SFC.</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.6.0...v7.7.0">v7.6.0 -&gt; v7.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3128c113f9117cda60dd35cbf55179a89093a19f"><code>3128c11</code></a> 7.7.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3878fc4d8ebaa5e980c42044e61e019dc9c1580c"><code>3878fc4</code></a> Upgrade vue-eslint-parser to 7.6.0 (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1448">#1448</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/467ef9626ed4d3eeacf47ce4b3d550ed7af0d6ad"><code>467ef96</code></a> Fix false negatives for member access with <code>$</code> in <code>vue/this-in-template</code> rule...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7099954d1213d081a0c92a09e4ed8c588c745b69"><code>7099954</code></a> Add <code>ignorePublicMembers</code> option to <code>vue/no-unused-properties</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1444">#1444</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.6.0...v7.7.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.6.0&new-version=7.7.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.6.0&new-version=7.7.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 9c0e122 + 0281d51 commit 157d1f1

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-promise": "^4.3.1",
8989
"eslint-plugin-react": "^7.22.0",
9090
"eslint-plugin-standard": "^5.0.0",
91-
"eslint-plugin-vue": "^7.6.0",
91+
"eslint-plugin-vue": "^7.7.0",
9292
"instantsearch.js": "^4.15.0",
9393
"jest": "^26.6.3",
9494
"jest-environment-jsdom": "25.5",

yarn.lock

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,15 +2998,15 @@ eslint-plugin-standard@^5.0.0:
29982998
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
29992999
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
30003000

3001-
eslint-plugin-vue@^7.6.0:
3002-
version "7.6.0"
3003-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b"
3004-
integrity sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw==
3001+
eslint-plugin-vue@^7.7.0:
3002+
version "7.7.0"
3003+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.7.0.tgz#a90df4595e670821bf243bd2750ededdb74948b8"
3004+
integrity sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ==
30053005
dependencies:
30063006
eslint-utils "^2.1.0"
30073007
natural-compare "^1.4.0"
30083008
semver "^7.3.2"
3009-
vue-eslint-parser "^7.5.0"
3009+
vue-eslint-parser "^7.6.0"
30103010

30113011
eslint-scope@^3.7.1:
30123012
version "3.7.3"
@@ -3115,7 +3115,7 @@ esprima@^4.0.0, esprima@^4.0.1:
31153115
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
31163116
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
31173117

3118-
esquery@^1.0.0, esquery@^1.0.1, esquery@^1.4.0:
3118+
esquery@^1.0.0, esquery@^1.4.0:
31193119
version "1.4.0"
31203120
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
31213121
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
@@ -7083,22 +7083,10 @@ vue-eslint-parser@^2.0.1:
70837083
esquery "^1.0.0"
70847084
lodash "^4.17.4"
70857085

7086-
vue-eslint-parser@^7.0.0:
7087-
version "7.4.1"
7088-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92"
7089-
integrity sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ==
7090-
dependencies:
7091-
debug "^4.1.1"
7092-
eslint-scope "^5.0.0"
7093-
eslint-visitor-keys "^1.1.0"
7094-
espree "^6.2.1"
7095-
esquery "^1.0.1"
7096-
lodash "^4.17.15"
7097-
7098-
vue-eslint-parser@^7.5.0:
7099-
version "7.5.0"
7100-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e"
7101-
integrity sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw==
7086+
vue-eslint-parser@^7.0.0, vue-eslint-parser@^7.6.0:
7087+
version "7.6.0"
7088+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"
7089+
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==
71027090
dependencies:
71037091
debug "^4.1.1"
71047092
eslint-scope "^5.0.0"

0 commit comments

Comments
 (0)