Skip to content

Commit 6f16ba2

Browse files
authored
Upgrade eslint (#1304)
1 parent db27cb0 commit 6f16ba2

File tree

2 files changed

+96
-63
lines changed

2 files changed

+96
-63
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"babel-cli": "6.26.0",
48-
"babel-eslint": "8.2.1",
48+
"babel-eslint": "8.2.2",
4949
"babel-plugin-syntax-async-functions": "6.13.0",
5050
"babel-plugin-syntax-async-generators": "6.13.0",
5151
"babel-plugin-transform-class-properties": "6.24.1",
@@ -58,9 +58,9 @@
5858
"chai": "4.1.2",
5959
"chai-subset": "1.6.0",
6060
"coveralls": "3.0.0",
61-
"eslint": "4.17.0",
61+
"eslint": "4.19.1",
6262
"eslint-plugin-babel": "4.1.2",
63-
"eslint-plugin-flowtype": "2.42.0",
63+
"eslint-plugin-flowtype": "2.46.1",
6464
"eslint-plugin-prettier": "2.6.0",
6565
"flow-bin": "0.69.0",
6666
"isparta": "4.0.0",

yarn.lock

Lines changed: 93 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,77 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].36":
6-
version "7.0.0-beta.36"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
5+
"@babel/[email protected].42", "@babel/code-frame@^7.0.0-beta.40":
6+
version "7.0.0-beta.42"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962"
88
dependencies:
9-
chalk "^2.0.0"
10-
esutils "^2.0.2"
11-
js-tokens "^3.0.0"
9+
"@babel/highlight" "7.0.0-beta.42"
10+
11+
12+
version "7.0.0-beta.42"
13+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33"
14+
dependencies:
15+
"@babel/types" "7.0.0-beta.42"
16+
jsesc "^2.5.1"
17+
lodash "^4.2.0"
18+
source-map "^0.5.0"
19+
trim-right "^1.0.1"
20+
21+
22+
version "7.0.0-beta.42"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658"
24+
dependencies:
25+
"@babel/helper-get-function-arity" "7.0.0-beta.42"
26+
"@babel/template" "7.0.0-beta.42"
27+
"@babel/types" "7.0.0-beta.42"
1228

13-
"@babel/helper-function-name@7.0.0-beta.36":
14-
version "7.0.0-beta.36"
15-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
29+
"@babel/helper-get-function-arity@7.0.0-beta.42":
30+
version "7.0.0-beta.42"
31+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e"
1632
dependencies:
17-
"@babel/helper-get-function-arity" "7.0.0-beta.36"
18-
"@babel/template" "7.0.0-beta.36"
19-
"@babel/types" "7.0.0-beta.36"
33+
"@babel/types" "7.0.0-beta.42"
2034

21-
"@babel/helper-get-function-arity@7.0.0-beta.36":
22-
version "7.0.0-beta.36"
23-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
35+
"@babel/helper-split-export-declaration@7.0.0-beta.42":
36+
version "7.0.0-beta.42"
37+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7"
2438
dependencies:
25-
"@babel/types" "7.0.0-beta.36"
39+
"@babel/types" "7.0.0-beta.42"
2640

27-
"@babel/template@7.0.0-beta.36":
28-
version "7.0.0-beta.36"
29-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
41+
"@babel/highlight@7.0.0-beta.42":
42+
version "7.0.0-beta.42"
43+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.42.tgz#a502a1c0d6f99b2b0e81d468a1b0c0e81e3f3623"
3044
dependencies:
31-
"@babel/code-frame" "7.0.0-beta.36"
32-
"@babel/types" "7.0.0-beta.36"
33-
babylon "7.0.0-beta.36"
45+
chalk "^2.0.0"
46+
esutils "^2.0.2"
47+
js-tokens "^3.0.0"
48+
49+
50+
version "7.0.0-beta.42"
51+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052"
52+
dependencies:
53+
"@babel/code-frame" "7.0.0-beta.42"
54+
"@babel/types" "7.0.0-beta.42"
55+
babylon "7.0.0-beta.42"
3456
lodash "^4.2.0"
3557

36-
"@babel/[email protected].36":
37-
version "7.0.0-beta.36"
38-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
58+
"@babel/traverse@^7.0.0-beta.40":
59+
version "7.0.0-beta.42"
60+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285"
3961
dependencies:
40-
"@babel/code-frame" "7.0.0-beta.36"
41-
"@babel/helper-function-name" "7.0.0-beta.36"
42-
"@babel/types" "7.0.0-beta.36"
43-
babylon "7.0.0-beta.36"
44-
debug "^3.0.1"
62+
"@babel/code-frame" "7.0.0-beta.42"
63+
"@babel/generator" "7.0.0-beta.42"
64+
"@babel/helper-function-name" "7.0.0-beta.42"
65+
"@babel/helper-split-export-declaration" "7.0.0-beta.42"
66+
"@babel/types" "7.0.0-beta.42"
67+
babylon "7.0.0-beta.42"
68+
debug "^3.1.0"
4569
globals "^11.1.0"
4670
invariant "^2.2.0"
4771
lodash "^4.2.0"
4872

49-
"@babel/[email protected].36":
50-
version "7.0.0-beta.36"
51-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
73+
"@babel/[email protected].42", "@babel/types@^7.0.0-beta.40":
74+
version "7.0.0-beta.42"
75+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc"
5276
dependencies:
5377
esutils "^2.0.2"
5478
lodash "^4.2.0"
@@ -72,9 +96,9 @@ acorn@^3.0.4:
7296
version "3.3.0"
7397
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
7498

75-
acorn@^5.2.1:
76-
version "5.2.1"
77-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
99+
acorn@^5.5.0:
100+
version "5.5.3"
101+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
78102

79103
ajv-keywords@^2.1.0:
80104
version "2.1.1"
@@ -288,14 +312,14 @@ babel-core@^6.1.4, babel-core@^6.26.0:
288312
slash "^1.0.0"
289313
source-map "^0.5.6"
290314

291-
292-
version "8.2.1"
293-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
315+
316+
version "8.2.2"
317+
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
294318
dependencies:
295-
"@babel/code-frame" "7.0.0-beta.36"
296-
"@babel/traverse" "7.0.0-beta.36"
297-
"@babel/types" "7.0.0-beta.36"
298-
babylon "7.0.0-beta.36"
319+
"@babel/code-frame" "^7.0.0-beta.40"
320+
"@babel/traverse" "^7.0.0-beta.40"
321+
"@babel/types" "^7.0.0-beta.40"
322+
babylon "^7.0.0-beta.40"
299323
eslint-scope "~3.7.1"
300324
eslint-visitor-keys "^1.0.0"
301325

@@ -768,9 +792,9 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
768792
lodash "^4.17.4"
769793
to-fast-properties "^1.0.3"
770794

771-
772-
version "7.0.0-beta.36"
773-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
795+
[email protected].42, babylon@^7.0.0-beta.40:
796+
version "7.0.0-beta.42"
797+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657"
774798

775799
babylon@^6.18.0:
776800
version "6.18.0"
@@ -1068,7 +1092,7 @@ dashdash@^1.12.0:
10681092
dependencies:
10691093
assert-plus "^1.0.0"
10701094

1071-
[email protected], debug@^3.0.1, debug@^3.1.0:
1095+
[email protected], debug@^3.1.0:
10721096
version "3.1.0"
10731097
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
10741098
dependencies:
@@ -1178,9 +1202,9 @@ [email protected]:
11781202
version "4.1.2"
11791203
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
11801204

1181-
eslint-plugin-flowtype@2.42.0:
1182-
version "2.42.0"
1183-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
1205+
eslint-plugin-flowtype@2.46.1:
1206+
version "2.46.1"
1207+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4"
11841208
dependencies:
11851209
lodash "^4.15.0"
11861210

@@ -1202,9 +1226,9 @@ eslint-visitor-keys@^1.0.0:
12021226
version "1.0.0"
12031227
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
12041228

1205-
eslint@4.17.0:
1206-
version "4.17.0"
1207-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf"
1229+
eslint@4.19.1:
1230+
version "4.19.1"
1231+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
12081232
dependencies:
12091233
ajv "^5.3.0"
12101234
babel-code-frame "^6.22.0"
@@ -1215,7 +1239,7 @@ [email protected]:
12151239
doctrine "^2.1.0"
12161240
eslint-scope "^3.7.1"
12171241
eslint-visitor-keys "^1.0.0"
1218-
espree "^3.5.2"
1242+
espree "^3.5.4"
12191243
esquery "^1.0.0"
12201244
esutils "^2.0.2"
12211245
file-entry-cache "^2.0.0"
@@ -1237,18 +1261,19 @@ [email protected]:
12371261
path-is-inside "^1.0.2"
12381262
pluralize "^7.0.0"
12391263
progress "^2.0.0"
1264+
regexpp "^1.0.1"
12401265
require-uncached "^1.0.3"
12411266
semver "^5.3.0"
12421267
strip-ansi "^4.0.0"
12431268
strip-json-comments "~2.0.1"
1244-
table "^4.0.1"
1269+
table "4.0.2"
12451270
text-table "~0.2.0"
12461271

1247-
espree@^3.5.2:
1248-
version "3.5.2"
1249-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
1272+
espree@^3.5.4:
1273+
version "3.5.4"
1274+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
12501275
dependencies:
1251-
acorn "^5.2.1"
1276+
acorn "^5.5.0"
12521277
acorn-jsx "^3.0.0"
12531278

12541279
[email protected], esprima@^2.1.0, esprima@^2.7.1:
@@ -1881,6 +1906,10 @@ jsesc@^1.3.0:
18811906
version "1.3.0"
18821907
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
18831908

1909+
jsesc@^2.5.1:
1910+
version "2.5.1"
1911+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
1912+
18841913
jsesc@~0.5.0:
18851914
version "0.5.0"
18861915
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -2354,6 +2383,10 @@ regex-cache@^0.4.2:
23542383
dependencies:
23552384
is-equal-shallow "^0.1.3"
23562385

2386+
regexpp@^1.0.1:
2387+
version "1.1.0"
2388+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
2389+
23572390
regexpu-core@^2.0.0:
23582391
version "2.0.0"
23592392
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"
@@ -2667,7 +2700,7 @@ supports-color@^4.0.0:
26672700
dependencies:
26682701
has-flag "^2.0.0"
26692702

2670-
table@^4.0.1:
2703+
26712704
version "4.0.2"
26722705
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
26732706
dependencies:

0 commit comments

Comments
 (0)