Skip to content

Commit 9b047e9

Browse files
Merge #118
118: 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 68263bd + 7208b13 commit 9b047e9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.3.1",
2828
"eslint-plugin-standard": "^5.0.0",
29-
"eslint-plugin-vue": "^7.6.0",
29+
"eslint-plugin-vue": "^7.7.0",
3030
"jest": "^26.0.1",
3131
"vue": "^2.6.11",
3232
"vue-template-compiler": "^2.6.11"

yarn.lock

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

2139-
eslint-plugin-vue@^7.6.0:
2140-
version "7.6.0"
2141-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b"
2142-
integrity sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw==
2139+
eslint-plugin-vue@^7.7.0:
2140+
version "7.7.0"
2141+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.7.0.tgz#a90df4595e670821bf243bd2750ededdb74948b8"
2142+
integrity sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ==
21432143
dependencies:
21442144
eslint-utils "^2.1.0"
21452145
natural-compare "^1.4.0"
21462146
semver "^7.3.2"
2147-
vue-eslint-parser "^7.5.0"
2147+
vue-eslint-parser "^7.6.0"
21482148

21492149
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
21502150
version "5.1.1"
@@ -6071,10 +6071,10 @@ [email protected]:
60716071
core-util-is "1.0.2"
60726072
extsprintf "^1.2.0"
60736073

6074-
vue-eslint-parser@^7.5.0:
6075-
version "7.5.0"
6076-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e"
6077-
integrity sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw==
6074+
vue-eslint-parser@^7.6.0:
6075+
version "7.6.0"
6076+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"
6077+
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==
60786078
dependencies:
60796079
debug "^4.1.1"
60806080
eslint-scope "^5.0.0"

0 commit comments

Comments
 (0)