Skip to content

Commit a3bb0bf

Browse files
committedNov 20, 2019
feat: update eslint config packages
Applying the new major of eslint-plugin-vue BREAKING CHANGE
1 parent 7565bd2 commit a3bb0bf

File tree

2 files changed

+158
-91
lines changed

2 files changed

+158
-91
lines changed
 

‎packages/eslint-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"index.js"
1313
],
1414
"dependencies": {
15-
"eslint-config-standard": "^12.0.0",
15+
"eslint-config-standard": "^14.1.0",
1616
"eslint-plugin-import": "^2.18.0",
17-
"eslint-plugin-jest": "^22.10.0",
18-
"eslint-plugin-node": "^9.1.0",
17+
"eslint-plugin-jest": "^23.0.4",
18+
"eslint-plugin-node": "^10.0.0",
1919
"eslint-plugin-promise": "^4.2.1",
2020
"eslint-plugin-standard": "^4.0.0",
21-
"eslint-plugin-unicorn": "^9.1.1",
22-
"eslint-plugin-vue": "^5.2.3"
21+
"eslint-plugin-unicorn": "^13.0.0",
22+
"eslint-plugin-vue": "^6.0.1"
2323
},
2424
"peerDependencies": {
25-
"eslint": ">=5.16.0"
25+
"eslint": "^6.0.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

‎yarn.lock

+152-85
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,11 @@
11861186
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.11.tgz#bec2961975888d964196bf0016a2f984d793d3ce"
11871187
integrity sha512-O+x6uIpa6oMNTkPuHDa9MhMMehlxLAd5QcOvKRjAFsBVpeFWTOPnXbDvILvFgFFZfQ1xh1EZi1FbXxUix+zpsQ==
11881188

1189+
"@types/normalize-package-data@^2.4.0":
1190+
version "2.4.0"
1191+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
1192+
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
1193+
11891194
"@types/stack-utils@^1.0.1":
11901195
version "1.0.1"
11911196
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -1214,7 +1219,7 @@
12141219
regexpp "^3.0.0"
12151220
tsutils "^3.17.1"
12161221

1217-
"@typescript-eslint/experimental-utils@2.8.0":
1222+
"@typescript-eslint/experimental-utils@2.8.0", "@typescript-eslint/experimental-utils@^2.5.0":
12181223
version "2.8.0"
12191224
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.8.0.tgz#208b4164d175587e9b03ce6fea97d55f19c30ca9"
12201225
integrity sha512-jZ05E4SxCbbXseQGXOKf3ESKcsGxT8Ucpkp1jiVp55MGhOvZB2twmWKf894PAuVQTCgbPbJz9ZbRDqtUWzP8xA==
@@ -1223,15 +1228,6 @@
12231228
"@typescript-eslint/typescript-estree" "2.8.0"
12241229
eslint-scope "^5.0.0"
12251230

1226-
"@typescript-eslint/experimental-utils@^1.13.0":
1227-
version "1.13.0"
1228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
1229-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
1230-
dependencies:
1231-
"@types/json-schema" "^7.0.3"
1232-
"@typescript-eslint/typescript-estree" "1.13.0"
1233-
eslint-scope "^4.0.0"
1234-
12351231
"@typescript-eslint/parser@^2.2.0":
12361232
version "2.8.0"
12371233
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.8.0.tgz#e10f7c40c8cf2fb19920c879311e6c46ad17bacb"
@@ -1242,14 +1238,6 @@
12421238
"@typescript-eslint/typescript-estree" "2.8.0"
12431239
eslint-visitor-keys "^1.1.0"
12441240

1245-
"@typescript-eslint/typescript-estree@1.13.0":
1246-
version "1.13.0"
1247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
1248-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
1249-
dependencies:
1250-
lodash.unescape "4.0.1"
1251-
semver "5.5.0"
1252-
12531241
"@typescript-eslint/typescript-estree@2.8.0":
12541242
version "2.8.0"
12551243
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.8.0.tgz#fcc3fe6532840085d29b75432c8a59895876aeca"
@@ -1313,7 +1301,7 @@ acorn@^5.5.3:
13131301
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
13141302
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
13151303

1316-
acorn@^6.0.1, acorn@^6.0.2:
1304+
acorn@^6.0.1, acorn@^6.0.7:
13171305
version "6.3.0"
13181306
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
13191307
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
@@ -2483,18 +2471,18 @@ escodegen@^1.9.1:
24832471
optionalDependencies:
24842472
source-map "~0.6.1"
24852473

2486-
eslint-ast-utils@^1.0.0:
2474+
eslint-ast-utils@^1.1.0:
24872475
version "1.1.0"
24882476
resolved "https://registry.yarnpkg.com/eslint-ast-utils/-/eslint-ast-utils-1.1.0.tgz#3d58ba557801cfb1c941d68131ee9f8c34bd1586"
24892477
integrity sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==
24902478
dependencies:
24912479
lodash.get "^4.4.2"
24922480
lodash.zip "^4.2.0"
24932481

2494-
eslint-config-standard@^12.0.0:
2495-
version "12.0.0"
2496-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"
2497-
integrity sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==
2482+
eslint-config-standard@^14.1.0:
2483+
version "14.1.0"
2484+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz#b23da2b76fe5a2eba668374f246454e7058f15d4"
2485+
integrity sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA==
24982486

24992487
eslint-import-resolver-node@^0.3.2:
25002488
version "0.3.2"
@@ -2512,13 +2500,13 @@ eslint-module-utils@^2.4.0:
25122500
debug "^2.6.8"
25132501
pkg-dir "^2.0.0"
25142502

2515-
eslint-plugin-es@^1.4.1:
2516-
version "1.4.1"
2517-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998"
2518-
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==
2503+
eslint-plugin-es@^2.0.0:
2504+
version "2.0.0"
2505+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
2506+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
25192507
dependencies:
25202508
eslint-utils "^1.4.2"
2521-
regexpp "^2.0.1"
2509+
regexpp "^3.0.0"
25222510

25232511
eslint-plugin-import@^2.18.0:
25242512
version "2.18.2"
@@ -2537,19 +2525,19 @@ eslint-plugin-import@^2.18.0:
25372525
read-pkg-up "^2.0.0"
25382526
resolve "^1.11.0"
25392527

2540-
eslint-plugin-jest@^22.10.0:
2541-
version "22.21.0"
2542-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
2543-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
2528+
eslint-plugin-jest@^23.0.4:
2529+
version "23.0.4"
2530+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0"
2531+
integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw==
25442532
dependencies:
2545-
"@typescript-eslint/experimental-utils" "^1.13.0"
2533+
"@typescript-eslint/experimental-utils" "^2.5.0"
25462534

2547-
eslint-plugin-node@^9.1.0:
2548-
version "9.2.0"
2549-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a"
2550-
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA==
2535+
eslint-plugin-node@^10.0.0:
2536+
version "10.0.0"
2537+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
2538+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
25512539
dependencies:
2552-
eslint-plugin-es "^1.4.1"
2540+
eslint-plugin-es "^2.0.0"
25532541
eslint-utils "^1.4.2"
25542542
ignore "^5.1.1"
25552543
minimatch "^3.0.4"
@@ -2566,30 +2554,34 @@ eslint-plugin-standard@^4.0.0:
25662554
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4"
25672555
integrity sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==
25682556

2569-
eslint-plugin-unicorn@^9.1.1:
2570-
version "9.1.1"
2571-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-9.1.1.tgz#1588a0473f9a0e37cfbbcf7552065a0b0a96ce26"
2572-
integrity sha512-SHh/N54pRu5KXlS4Boa1qbWM7yTNl6VpuYJ8Qc1O3TJDr+CDUwEEdUtVlVSV/dBUE97BC8Xk0+Y5zphn21qlCA==
2557+
eslint-plugin-unicorn@^13.0.0:
2558+
version "13.0.0"
2559+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-13.0.0.tgz#3d73a17cc34ade1aaa02655ae78bbd8a2053fa81"
2560+
integrity sha512-9CQk0v74vQpETMt6iqNgjf3IbWEFhrT0sjaLnjkl9SF3rJH6ZL9f7H42BXJ6LPENQR97QzhrIvB8VG0nD05wxQ==
25732561
dependencies:
2562+
ci-info "^2.0.0"
25742563
clean-regexp "^1.0.0"
2575-
eslint-ast-utils "^1.0.0"
2576-
import-modules "^1.1.0"
2577-
lodash.camelcase "^4.1.1"
2578-
lodash.defaultsdeep "^4.6.0"
2579-
lodash.kebabcase "^4.0.1"
2580-
lodash.snakecase "^4.0.1"
2564+
eslint-ast-utils "^1.1.0"
2565+
eslint-template-visitor "^1.1.0"
2566+
import-modules "^2.0.0"
2567+
lodash.camelcase "^4.3.0"
2568+
lodash.defaultsdeep "^4.6.1"
2569+
lodash.kebabcase "^4.1.1"
2570+
lodash.snakecase "^4.1.1"
25812571
lodash.topairs "^4.3.0"
2582-
lodash.upperfirst "^4.2.0"
2583-
regexpp "^2.0.1"
2572+
lodash.upperfirst "^4.3.1"
2573+
read-pkg-up "^7.0.0"
2574+
regexpp "^3.0.0"
25842575
reserved-words "^0.1.2"
2585-
safe-regex "^2.0.1"
2576+
safe-regex "^2.1.1"
2577+
semver "^6.3.0"
25862578

2587-
eslint-plugin-vue@^5.2.3:
2588-
version "5.2.3"
2589-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.3.tgz#3ee7597d823b5478804b2feba9863b1b74273961"
2590-
integrity sha512-mGwMqbbJf0+VvpGR5Lllq0PMxvTdrZ/ZPjmhkacrCHbubJeJOt+T6E3HUzAifa2Mxi7RSdJfC9HFpOeSYVMMIw==
2579+
eslint-plugin-vue@^6.0.1:
2580+
version "6.0.1"
2581+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.0.1.tgz#166d3eb24cf290f3ff24d44fe9fca496f3924fc2"
2582+
integrity sha512-5tgFPcxGDKjfVB/6Yi56bKiWxygUibfZmzSh26Np3kuwAk/lfaGbVld+Yt+MPgD84ppvcachtiL4/winsXLjXA==
25912583
dependencies:
2592-
vue-eslint-parser "^5.0.0"
2584+
vue-eslint-parser "^6.0.5"
25932585

25942586
eslint-scope@^4.0.0:
25952587
version "4.0.3"
@@ -2607,6 +2599,15 @@ eslint-scope@^5.0.0:
26072599
esrecurse "^4.1.0"
26082600
estraverse "^4.1.1"
26092601

2602+
eslint-template-visitor@^1.1.0:
2603+
version "1.1.0"
2604+
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-1.1.0.tgz#f090d124d1a52e05552149fc50468ed59608b166"
2605+
integrity sha512-Lmy6QVlmFiIGl5fPi+8ACnov3sare+0Ouf7deJAGGhmUfeWJ5fVarELUxZRpsZ9sHejiJUq8626d0dn9uvcZTw==
2606+
dependencies:
2607+
eslint-visitor-keys "^1.1.0"
2608+
espree "^6.1.1"
2609+
multimap "^1.0.2"
2610+
26102611
eslint-utils@^1.4.2, eslint-utils@^1.4.3:
26112612
version "1.4.3"
26122613
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
@@ -2662,16 +2663,16 @@ eslint@6.6.0:
26622663
text-table "^0.2.0"
26632664
v8-compile-cache "^2.0.3"
26642665

2665-
espree@^4.1.0:
2666-
version "4.1.0"
2667-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
2668-
integrity sha512-I5BycZW6FCVIub93TeVY1s7vjhP9CY6cXCznIRfiig7nRviKZYdRnj/sHEWC6A7WE9RDWOFq9+7OsWSYz8qv2w==
2666+
espree@^5.0.0:
2667+
version "5.0.1"
2668+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
2669+
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
26692670
dependencies:
2670-
acorn "^6.0.2"
2671+
acorn "^6.0.7"
26712672
acorn-jsx "^5.0.0"
26722673
eslint-visitor-keys "^1.0.0"
26732674

2674-
espree@^6.1.2:
2675+
espree@^6.1.1, espree@^6.1.2:
26752676
version "6.1.2"
26762677
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d"
26772678
integrity sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA==
@@ -2912,6 +2913,14 @@ find-up@^3.0.0:
29122913
dependencies:
29132914
locate-path "^3.0.0"
29142915

2916+
find-up@^4.1.0:
2917+
version "4.1.0"
2918+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
2919+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
2920+
dependencies:
2921+
locate-path "^5.0.0"
2922+
path-exists "^4.0.0"
2923+
29152924
flat-cache@^2.0.1:
29162925
version "2.0.1"
29172926
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
@@ -3370,10 +3379,10 @@ import-local@^2.0.0:
33703379
pkg-dir "^3.0.0"
33713380
resolve-cwd "^2.0.0"
33723381

3373-
import-modules@^1.1.0:
3374-
version "1.1.0"
3375-
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-1.1.0.tgz#748db79c5cc42bb9701efab424f894e72600e9dc"
3376-
integrity sha1-dI23nFzEK7lwHvq0JPiU5yYA6dw=
3382+
import-modules@^2.0.0:
3383+
version "2.0.0"
3384+
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz#9c1e13b4e7a15682f70a6e3fa29534e4540cfc5d"
3385+
integrity sha512-iczM/v9drffdNnABOKwj0f9G3cFDon99VcG1mxeBsdqnbd+vnQ5c2uAiCHNQITqFTOPaEvwg3VjoWCur0uHLEw==
33773386

33783387
imurmurhash@^0.1.4:
33793388
version "0.1.4"
@@ -4316,6 +4325,11 @@ levn@^0.3.0, levn@~0.3.0:
43164325
prelude-ls "~1.1.2"
43174326
type-check "~0.3.2"
43184327

4328+
lines-and-columns@^1.1.6:
4329+
version "1.1.6"
4330+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
4331+
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
4332+
43194333
load-json-file@^1.0.0:
43204334
version "1.1.0"
43214335
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
@@ -4374,12 +4388,19 @@ locate-path@^3.0.0:
43744388
p-locate "^3.0.0"
43754389
path-exists "^3.0.0"
43764390

4391+
locate-path@^5.0.0:
4392+
version "5.0.0"
4393+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
4394+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
4395+
dependencies:
4396+
p-locate "^4.1.0"
4397+
43774398
lodash._reinterpolate@^3.0.0:
43784399
version "3.0.0"
43794400
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
43804401
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
43814402

4382-
lodash.camelcase@^4.1.1:
4403+
lodash.camelcase@^4.3.0:
43834404
version "4.3.0"
43844405
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
43854406
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
@@ -4389,7 +4410,7 @@ lodash.clonedeep@^4.5.0:
43894410
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
43904411
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
43914412

4392-
lodash.defaultsdeep@^4.6.0:
4413+
lodash.defaultsdeep@^4.6.1:
43934414
version "4.6.1"
43944415
resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz#512e9bd721d272d94e3d3a63653fa17516741ca6"
43954416
integrity sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==
@@ -4404,7 +4425,7 @@ lodash.ismatch@^4.4.0:
44044425
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
44054426
integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=
44064427

4407-
lodash.kebabcase@^4.0.1:
4428+
lodash.kebabcase@^4.1.1:
44084429
version "4.1.1"
44094430
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
44104431
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
@@ -4414,7 +4435,7 @@ lodash.set@^4.3.2:
44144435
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
44154436
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
44164437

4417-
lodash.snakecase@^4.0.1:
4438+
lodash.snakecase@^4.1.1:
44184439
version "4.1.1"
44194440
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
44204441
integrity sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=
@@ -4454,7 +4475,7 @@ lodash.uniq@^4.5.0:
44544475
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
44554476
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
44564477

4457-
lodash.upperfirst@^4.2.0:
4478+
lodash.upperfirst@^4.3.1:
44584479
version "4.3.1"
44594480
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
44604481
integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=
@@ -4764,6 +4785,11 @@ ms@^2.0.0, ms@^2.1.1:
47644785
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
47654786
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
47664787

4788+
multimap@^1.0.2:
4789+
version "1.1.0"
4790+
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
4791+
integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==
4792+
47674793
multimatch@^3.0.0:
47684794
version "3.0.0"
47694795
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b"
@@ -5169,7 +5195,7 @@ p-limit@^1.1.0:
51695195
dependencies:
51705196
p-try "^1.0.0"
51715197

5172-
p-limit@^2.0.0:
5198+
p-limit@^2.0.0, p-limit@^2.2.0:
51735199
version "2.2.1"
51745200
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
51755201
integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
@@ -5190,6 +5216,13 @@ p-locate@^3.0.0:
51905216
dependencies:
51915217
p-limit "^2.0.0"
51925218

5219+
p-locate@^4.1.0:
5220+
version "4.1.0"
5221+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
5222+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
5223+
dependencies:
5224+
p-limit "^2.2.0"
5225+
51935226
p-map-series@^1.0.0:
51945227
version "1.0.0"
51955228
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
@@ -5272,6 +5305,16 @@ parse-json@^4.0.0:
52725305
error-ex "^1.3.1"
52735306
json-parse-better-errors "^1.0.1"
52745307

5308+
parse-json@^5.0.0:
5309+
version "5.0.0"
5310+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f"
5311+
integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==
5312+
dependencies:
5313+
"@babel/code-frame" "^7.0.0"
5314+
error-ex "^1.3.1"
5315+
json-parse-better-errors "^1.0.1"
5316+
lines-and-columns "^1.1.6"
5317+
52755318
parse-path@^4.0.0:
52765319
version "4.0.1"
52775320
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff"
@@ -5317,6 +5360,11 @@ path-exists@^3.0.0:
53175360
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
53185361
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
53195362

5363+
path-exists@^4.0.0:
5364+
version "4.0.0"
5365+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
5366+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
5367+
53205368
path-is-absolute@^1.0.0:
53215369
version "1.0.1"
53225370
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -5618,6 +5666,15 @@ read-pkg-up@^4.0.0:
56185666
find-up "^3.0.0"
56195667
read-pkg "^3.0.0"
56205668

5669+
read-pkg-up@^7.0.0:
5670+
version "7.0.0"
5671+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.0.tgz#3f3e53858ec5ae5e6fe14bc479da0a7c98f85ff3"
5672+
integrity sha512-t2ODkS/vTTcRlKwZiZsaLGb5iwfx9Urp924aGzVyboU6+7Z2i6eGr/G1Z4mjvwLLQV3uFOBKobNRGM3ux2PD/w==
5673+
dependencies:
5674+
find-up "^4.1.0"
5675+
read-pkg "^5.2.0"
5676+
type-fest "^0.8.1"
5677+
56215678
read-pkg@^1.0.0:
56225679
version "1.1.0"
56235680
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
@@ -5645,6 +5702,16 @@ read-pkg@^3.0.0:
56455702
normalize-package-data "^2.3.2"
56465703
path-type "^3.0.0"
56475704

5705+
read-pkg@^5.2.0:
5706+
version "5.2.0"
5707+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
5708+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
5709+
dependencies:
5710+
"@types/normalize-package-data" "^2.4.0"
5711+
normalize-package-data "^2.5.0"
5712+
parse-json "^5.0.0"
5713+
type-fest "^0.6.0"
5714+
56485715
read@1, read@~1.0.1:
56495716
version "1.0.7"
56505717
resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4"
@@ -5926,7 +5993,7 @@ safe-regex@^1.1.0:
59265993
dependencies:
59275994
ret "~0.1.10"
59285995

5929-
safe-regex@^2.0.1:
5996+
safe-regex@^2.1.1:
59305997
version "2.1.1"
59315998
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-2.1.1.tgz#f7128f00d056e2fe5c11e81a1324dd974aadced2"
59325999
integrity sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==
@@ -5963,11 +6030,6 @@ sax@^1.2.4:
59636030
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
59646031
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
59656032

5966-
semver@5.5.0:
5967-
version "5.5.0"
5968-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
5969-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
5970-
59716033
semver@^6.0.0, semver@^6.1.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
59726034
version "6.3.0"
59736035
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -6631,6 +6693,11 @@ type-fest@^0.3.0:
66316693
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
66326694
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
66336695

6696+
type-fest@^0.6.0:
6697+
version "0.6.0"
6698+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
6699+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
6700+
66346701
type-fest@^0.8.1:
66356702
version "0.8.1"
66366703
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
@@ -6774,15 +6841,15 @@ verror@1.10.0:
67746841
core-util-is "1.0.2"
67756842
extsprintf "^1.2.0"
67766843

6777-
vue-eslint-parser@^5.0.0:
6778-
version "5.0.0"
6779-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-5.0.0.tgz#00f4e4da94ec974b821a26ff0ed0f7a78402b8a1"
6780-
integrity sha512-JlHVZwBBTNVvzmifwjpZYn0oPWH2SgWv5dojlZBsrhablDu95VFD+hriB1rQGwbD+bms6g+rAFhQHk6+NyiS6g==
6844+
vue-eslint-parser@^6.0.5:
6845+
version "6.0.5"
6846+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.5.tgz#c1c067c2755748e28f3872cd42e8c1c4c1a8059f"
6847+
integrity sha512-Bvjlx7rH1Ulvus56KHeLXOjEi3JMOYTa1GAqZr9lBQhd8weK8mV7U7V2l85yokBZEWHJQjLn6X3nosY8TzkOKg==
67816848
dependencies:
6782-
debug "^4.1.0"
6849+
debug "^4.1.1"
67836850
eslint-scope "^4.0.0"
67846851
eslint-visitor-keys "^1.0.0"
6785-
espree "^4.1.0"
6852+
espree "^5.0.0"
67866853
esquery "^1.0.1"
67876854
lodash "^4.17.11"
67886855

0 commit comments

Comments
 (0)
Please sign in to comment.