Skip to content

Commit d92727d

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency eslint-plugin-vue to v5 (#18)
1 parent de76715 commit d92727d

File tree

2 files changed

+32
-46
lines changed

2 files changed

+32
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint-plugin-node": "^8.0.0",
7474
"eslint-plugin-promise": "^4.0.1",
7575
"eslint-plugin-standard": "^4.0.0",
76-
"eslint-plugin-vue": "^4.7.1",
76+
"eslint-plugin-vue": "^5.1.0",
7777
"husky": "^1.2.0",
7878
"jest": "^23.6.0",
7979
"jest-serializer-vue": "^2.0.2",

yarn.lock

Lines changed: 31 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -346,31 +346,24 @@ acorn-globals@^4.1.0, acorn-globals@^4.3.0:
346346
acorn "^6.0.1"
347347
acorn-walk "^6.0.1"
348348

349-
acorn-jsx@^3.0.0:
350-
version "3.0.1"
351-
resolved "http://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
352-
integrity sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=
353-
dependencies:
354-
acorn "^3.0.4"
355-
356349
acorn-jsx@^4.1.1:
357350
version "4.1.1"
358351
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-4.1.1.tgz#e8e41e48ea2fe0c896740610ab6a4ffd8add225e"
359352
integrity sha512-JY+iV6r+cO21KtntVvFkD+iqjtdpRUpGqKWgfkCdZq1R+kbreEl8EcdcJR4SmiIgsIQT33s6QzheQ9a275Q8xw==
360353
dependencies:
361354
acorn "^5.0.3"
362355

356+
acorn-jsx@^5.0.0:
357+
version "5.0.1"
358+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
359+
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
360+
363361
acorn-walk@^6.0.1:
364362
version "6.1.0"
365363
resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.0.tgz#c957f4a1460da46af4a0388ce28b4c99355b0cbc"
366364
integrity sha512-ugTb7Lq7u4GfWSqqpwE0bGyoBZNMTok/zDBXxfEG0QM50jNlGhIWjRC1pPN7bvV1anhF+bs+/gNcRw+o55Evbg==
367365

368-
acorn@^3.0.4:
369-
version "3.3.0"
370-
resolved "http://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
371-
integrity sha1-ReN/s56No/JbruP/U2niu18iAXo=
372-
373-
acorn@^5.0.3, acorn@^5.5.0, acorn@^5.5.3, acorn@^5.6.0:
366+
acorn@^5.0.3, acorn@^5.5.3, acorn@^5.6.0:
374367
version "5.7.3"
375368
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
376369
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
@@ -2265,20 +2258,12 @@ eslint-plugin-standard@^4.0.0:
22652258
resolved "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
22662259
integrity sha512-OwxJkR6TQiYMmt1EsNRMe5qG3GsbjlcOhbGUBY4LtavF9DsLaTcoR+j2Tdjqi23oUwKNUqX7qcn5fPStafMdlA==
22672260

2268-
eslint-plugin-vue@^4.7.1:
2269-
version "4.7.1"
2270-
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz#c829b9fc62582c1897b5a0b94afd44ecca511e63"
2271-
integrity sha512-esETKhVMI7Vdli70Wt4bvAwnZBJeM0pxVX9Yb0wWKxdCJc2EADalVYK/q2FzMw8oKN0wPMdqVCKS8kmR89recA==
2272-
dependencies:
2273-
vue-eslint-parser "^2.0.3"
2274-
2275-
eslint-scope@^3.7.1:
2276-
version "3.7.3"
2277-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz#bb507200d3d17f60247636160b4826284b108535"
2278-
integrity sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==
2261+
eslint-plugin-vue@^5.1.0:
2262+
version "5.1.0"
2263+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.1.0.tgz#d0d373334be8140d698ec4e1fb83f09faa48081b"
2264+
integrity sha512-C7avvbGLb9J1PyGiFolPcGR4ljUc+dKm5ZJdrUKXwXFxHHx4SqOmRI29AsFyW7PbCGcnOvIlaq7NJS6HDIak+g==
22792265
dependencies:
2280-
esrecurse "^4.1.0"
2281-
estraverse "^4.1.1"
2266+
vue-eslint-parser "^4.0.2"
22822267

22832268
eslint-scope@^4.0.0:
22842269
version "4.0.0"
@@ -2342,14 +2327,6 @@ eslint@^5.9.0:
23422327
table "^5.0.2"
23432328
text-table "^0.2.0"
23442329

2345-
espree@^3.5.2:
2346-
version "3.5.4"
2347-
resolved "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
2348-
integrity sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==
2349-
dependencies:
2350-
acorn "^5.5.0"
2351-
acorn-jsx "^3.0.0"
2352-
23532330
espree@^4.0.0:
23542331
version "4.0.0"
23552332
resolved "https://registry.npmjs.org/espree/-/espree-4.0.0.tgz#253998f20a0f82db5d866385799d912a83a36634"
@@ -2358,6 +2335,15 @@ espree@^4.0.0:
23582335
acorn "^5.6.0"
23592336
acorn-jsx "^4.1.1"
23602337

2338+
espree@^4.1.0:
2339+
version "4.1.0"
2340+
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
2341+
integrity sha512-I5BycZW6FCVIub93TeVY1s7vjhP9CY6cXCznIRfiig7nRviKZYdRnj/sHEWC6A7WE9RDWOFq9+7OsWSYz8qv2w==
2342+
dependencies:
2343+
acorn "^6.0.2"
2344+
acorn-jsx "^5.0.0"
2345+
eslint-visitor-keys "^1.0.0"
2346+
23612347
esprima@^3.1.3:
23622348
version "3.1.3"
23632349
resolved "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
@@ -2368,7 +2354,7 @@ esprima@^4.0.0:
23682354
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
23692355
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
23702356

2371-
esquery@^1.0.0, esquery@^1.0.1:
2357+
esquery@^1.0.1:
23722358
version "1.0.1"
23732359
resolved "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
23742360
integrity sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==
@@ -4200,7 +4186,7 @@ [email protected]:
42004186
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
42014187
integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=
42024188

4203-
[email protected], lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
4189+
[email protected], lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
42044190
version "4.17.11"
42054191
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
42064192
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -6093,17 +6079,17 @@ [email protected]:
60936079
core-util-is "1.0.2"
60946080
extsprintf "^1.2.0"
60956081

6096-
vue-eslint-parser@^2.0.3:
6097-
version "2.0.3"
6098-
resolved "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
6099-
integrity sha512-ZezcU71Owm84xVF6gfurBQUGg8WQ+WZGxgDEQu1IHFBZNx7BFZg3L1yHxrCBNNwbwFtE1GuvfJKMtb6Xuwc/Bw==
6082+
vue-eslint-parser@^4.0.2:
6083+
version "4.0.3"
6084+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-4.0.3.tgz#80cf162e484387b2640371ad21ba1f86e0c10a61"
6085+
integrity sha512-AUeQsYdO6+7QXCems+WvGlrXd37PHv/zcRQSQdY1xdOMwdFAPEnMBsv7zPvk0TPGulXkK/5p/ITgrjiYB7k3ag==
61006086
dependencies:
6101-
debug "^3.1.0"
6102-
eslint-scope "^3.7.1"
6087+
debug "^4.1.0"
6088+
eslint-scope "^4.0.0"
61036089
eslint-visitor-keys "^1.0.0"
6104-
espree "^3.5.2"
6105-
esquery "^1.0.0"
6106-
lodash "^4.17.4"
6090+
espree "^4.1.0"
6091+
esquery "^1.0.1"
6092+
lodash "^4.17.11"
61076093

61086094
vue-jest@^3.0.0:
61096095
version "3.0.0"

0 commit comments

Comments
 (0)