Skip to content

Commit 988d29a

Browse files
bors[bot]bidoubiwa
andauthored
Merge #271
271: Update eslint-plugin-vue to 7.6.0 r=curquiza a=bidoubiwa avoid merge conflict in #268 Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 6ed2dc4 + 5257d5b commit 988d29a

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-react": "^7.22.0",
9090
"eslint-plugin-react-hooks": "^4.2.0",
9191
"eslint-plugin-standard": "^5.0.0",
92-
"eslint-plugin-vue": "^7.5.0",
92+
"eslint-plugin-vue": "^7.6.0",
9393
"instantsearch.js": "^4.14.0",
9494
"jest": "^26.6.3",
9595
"jest-environment-jsdom": "25.5",

yarn.lock

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

3062-
eslint-plugin-vue@^7.5.0:
3063-
version "7.5.0"
3064-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.5.0.tgz#cc6d983eb22781fa2440a7573cf39af439bb5725"
3065-
integrity sha512-QnMMTcyV8PLxBz7QQNAwISSEs6LYk2LJvGlxalXvpCtfKnqo7qcY0aZTIxPe8QOnHd7WCwiMZLOJzg6A03T0Gw==
3062+
eslint-plugin-vue@^7.6.0:
3063+
version "7.6.0"
3064+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b"
3065+
integrity sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw==
30663066
dependencies:
30673067
eslint-utils "^2.1.0"
30683068
natural-compare "^1.4.0"
30693069
semver "^7.3.2"
3070-
vue-eslint-parser "^7.4.1"
3070+
vue-eslint-parser "^7.5.0"
30713071

30723072
eslint-scope@^3.7.1:
30733073
version "3.7.3"
@@ -7146,7 +7146,7 @@ vue-eslint-parser@^2.0.1:
71467146
esquery "^1.0.0"
71477147
lodash "^4.17.4"
71487148

7149-
vue-eslint-parser@^7.0.0, vue-eslint-parser@^7.4.1:
7149+
vue-eslint-parser@^7.0.0:
71507150
version "7.4.1"
71517151
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92"
71527152
integrity sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ==
@@ -7158,6 +7158,18 @@ vue-eslint-parser@^7.0.0, vue-eslint-parser@^7.4.1:
71587158
esquery "^1.0.1"
71597159
lodash "^4.17.15"
71607160

7161+
vue-eslint-parser@^7.5.0:
7162+
version "7.5.0"
7163+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e"
7164+
integrity sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw==
7165+
dependencies:
7166+
debug "^4.1.1"
7167+
eslint-scope "^5.0.0"
7168+
eslint-visitor-keys "^1.1.0"
7169+
espree "^6.2.1"
7170+
esquery "^1.4.0"
7171+
lodash "^4.17.15"
7172+
71617173
w3c-hr-time@^1.0.1, w3c-hr-time@^1.0.2:
71627174
version "1.0.2"
71637175
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"

0 commit comments

Comments
 (0)