Skip to content

Commit bbeda58

Browse files
renovate[bot]pi0
authored andcommitted
chore(deps): update dependency eslint-plugin-vue to v5 (#190)
1 parent 79909cc commit bbeda58

File tree

2 files changed

+18
-46
lines changed

2 files changed

+18
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-node": "^8.0.0",
5151
"eslint-plugin-promise": "^4.0.1",
5252
"eslint-plugin-standard": "^4.0.0",
53-
"eslint-plugin-vue": "^4.7.1",
53+
"eslint-plugin-vue": "^5.0.0",
5454
"jest": "^23.6.0",
5555
"jsdom": "^13.0.0",
5656
"nuxt-edge": "^2.3.0-25706271.cca799c",

yarn.lock

Lines changed: 17 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,13 +1147,6 @@ acorn-globals@^4.1.0, acorn-globals@^4.3.0:
11471147
acorn "^6.0.1"
11481148
acorn-walk "^6.0.1"
11491149

1150-
acorn-jsx@^3.0.0:
1151-
version "3.0.1"
1152-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
1153-
integrity sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=
1154-
dependencies:
1155-
acorn "^3.0.4"
1156-
11571150
acorn-jsx@^5.0.0:
11581151
version "5.0.0"
11591152
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.0.tgz#958584ddb60990c02c97c1bd9d521fce433bb101"
@@ -1164,12 +1157,7 @@ acorn-walk@^6.0.1:
11641157
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.0.tgz#c957f4a1460da46af4a0388ce28b4c99355b0cbc"
11651158
integrity sha512-ugTb7Lq7u4GfWSqqpwE0bGyoBZNMTok/zDBXxfEG0QM50jNlGhIWjRC1pPN7bvV1anhF+bs+/gNcRw+o55Evbg==
11661159

1167-
acorn@^3.0.4:
1168-
version "3.3.0"
1169-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
1170-
integrity sha1-ReN/s56No/JbruP/U2niu18iAXo=
1171-
1172-
acorn@^5.0.0, acorn@^5.5.0, acorn@^5.5.3, acorn@^5.6.2, acorn@^5.7.3:
1160+
acorn@^5.0.0, acorn@^5.5.3, acorn@^5.6.2, acorn@^5.7.3:
11731161
version "5.7.3"
11741162
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
11751163
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
@@ -3470,20 +3458,12 @@ eslint-plugin-standard@^4.0.0:
34703458
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
34713459
integrity sha512-OwxJkR6TQiYMmt1EsNRMe5qG3GsbjlcOhbGUBY4LtavF9DsLaTcoR+j2Tdjqi23oUwKNUqX7qcn5fPStafMdlA==
34723460

3473-
eslint-plugin-vue@^4.7.1:
3474-
version "4.7.1"
3475-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz#c829b9fc62582c1897b5a0b94afd44ecca511e63"
3476-
integrity sha512-esETKhVMI7Vdli70Wt4bvAwnZBJeM0pxVX9Yb0wWKxdCJc2EADalVYK/q2FzMw8oKN0wPMdqVCKS8kmR89recA==
3477-
dependencies:
3478-
vue-eslint-parser "^2.0.3"
3479-
3480-
eslint-scope@^3.7.1:
3481-
version "3.7.3"
3482-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.3.tgz#bb507200d3d17f60247636160b4826284b108535"
3483-
integrity sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==
3461+
eslint-plugin-vue@^5.0.0:
3462+
version "5.0.0"
3463+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0.tgz#4a2cc1c0e71ea45e1bd9c1a60f925bfe68bb5710"
3464+
integrity sha512-mSv2Ebz3RaPP+XJO/mu7F+SdR9lrMyGISSExnarLFqqf3pF5wTmwWNrhHW1o9zKzKI811UVTIIkWJJvgO6SsUQ==
34843465
dependencies:
3485-
esrecurse "^4.1.0"
3486-
estraverse "^4.1.1"
3466+
vue-eslint-parser "^4.0.2"
34873467

34883468
eslint-scope@^4.0.0:
34893469
version "4.0.0"
@@ -3552,15 +3532,7 @@ esm@^3.0.79, esm@^3.0.84:
35523532
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
35533533
integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==
35543534

3555-
espree@^3.5.2:
3556-
version "3.5.4"
3557-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
3558-
integrity sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==
3559-
dependencies:
3560-
acorn "^5.5.0"
3561-
acorn-jsx "^3.0.0"
3562-
3563-
espree@^4.0.0:
3535+
espree@^4.0.0, espree@^4.1.0:
35643536
version "4.1.0"
35653537
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
35663538
integrity sha512-I5BycZW6FCVIub93TeVY1s7vjhP9CY6cXCznIRfiig7nRviKZYdRnj/sHEWC6A7WE9RDWOFq9+7OsWSYz8qv2w==
@@ -3579,7 +3551,7 @@ esprima@^4.0.0:
35793551
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
35803552
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
35813553

3582-
esquery@^1.0.0, esquery@^1.0.1:
3554+
esquery@^1.0.1:
35833555
version "1.0.1"
35843556
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
35853557
integrity sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==
@@ -9227,17 +9199,17 @@ [email protected]:
92279199
dependencies:
92289200
indexof "0.0.1"
92299201

9230-
vue-eslint-parser@^2.0.3:
9231-
version "2.0.3"
9232-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
9233-
integrity sha512-ZezcU71Owm84xVF6gfurBQUGg8WQ+WZGxgDEQu1IHFBZNx7BFZg3L1yHxrCBNNwbwFtE1GuvfJKMtb6Xuwc/Bw==
9202+
vue-eslint-parser@^4.0.2:
9203+
version "4.0.2"
9204+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-4.0.2.tgz#7d10ec5b67d9b2ef240cac0f0e8b2f03773d810e"
9205+
integrity sha512-A+teFdsAVtVawd4rtLsv8q6uuj2MYt3Uw+GCodqEkjozB3g20G91hbukz60yWa9IUx/yFz+JzKBu/3Djkod36g==
92349206
dependencies:
9235-
debug "^3.1.0"
9236-
eslint-scope "^3.7.1"
9207+
debug "^4.1.0"
9208+
eslint-scope "^4.0.0"
92379209
eslint-visitor-keys "^1.0.0"
9238-
espree "^3.5.2"
9239-
esquery "^1.0.0"
9240-
lodash "^4.17.4"
9210+
espree "^4.1.0"
9211+
esquery "^1.0.1"
9212+
lodash "^4.17.11"
92419213

92429214
vue-hot-reload-api@^2.3.0:
92439215
version "2.3.1"

0 commit comments

Comments
 (0)