Skip to content

Commit f647e5d

Browse files
authored
Merge branch 'master' into renovate/codecov-3.x
2 parents c2ee059 + 26d0f78 commit f647e5d

File tree

2 files changed

+105
-29
lines changed

2 files changed

+105
-29
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"@jedwards1211/eslint-config-flow": "^1.0.0",
5858
"babel-cli": "^6.23.0",
5959
"babel-core": "^6.23.1",
60-
"babel-eslint": "^7.1.1",
60+
"babel-eslint": "^8.0.0",
6161
"babel-plugin-istanbul": "^4.0.0",
6262
"babel-plugin-transform-runtime": "^6.23.0",
6363
"babel-preset-es2015": "^6.22.0",
6464
"babel-preset-flow": "^6.23.0",
6565
"babel-preset-stage-1": "^6.22.0",
6666
"babel-register": "^6.23.0",
6767
"babel-runtime": "^6.23.0",
68-
"chai": "^3.5.0",
68+
"chai": "^4.0.0",
6969
"codecov": "^3.0.0",
7070
"copy": "^0.3.0",
7171
"eslint": "^3.15.0",

yarn.lock

Lines changed: 103 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22
# yarn lockfile v1
33

44

5+
"@babel/code-frame@7.0.0-beta.31":
6+
version "7.0.0-beta.31"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
8+
dependencies:
9+
chalk "^2.0.0"
10+
esutils "^2.0.2"
11+
js-tokens "^3.0.0"
12+
13+
"@babel/helper-function-name@7.0.0-beta.31":
14+
version "7.0.0-beta.31"
15+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
16+
dependencies:
17+
"@babel/helper-get-function-arity" "7.0.0-beta.31"
18+
"@babel/template" "7.0.0-beta.31"
19+
"@babel/traverse" "7.0.0-beta.31"
20+
"@babel/types" "7.0.0-beta.31"
21+
22+
"@babel/helper-get-function-arity@7.0.0-beta.31":
23+
version "7.0.0-beta.31"
24+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
25+
dependencies:
26+
"@babel/types" "7.0.0-beta.31"
27+
28+
"@babel/template@7.0.0-beta.31":
29+
version "7.0.0-beta.31"
30+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
31+
dependencies:
32+
"@babel/code-frame" "7.0.0-beta.31"
33+
"@babel/types" "7.0.0-beta.31"
34+
babylon "7.0.0-beta.31"
35+
lodash "^4.2.0"
36+
37+
"@babel/traverse@7.0.0-beta.31":
38+
version "7.0.0-beta.31"
39+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
40+
dependencies:
41+
"@babel/code-frame" "7.0.0-beta.31"
42+
"@babel/helper-function-name" "7.0.0-beta.31"
43+
"@babel/types" "7.0.0-beta.31"
44+
babylon "7.0.0-beta.31"
45+
debug "^3.0.1"
46+
globals "^10.0.0"
47+
invariant "^2.2.0"
48+
lodash "^4.2.0"
49+
50+
"@babel/types@7.0.0-beta.31":
51+
version "7.0.0-beta.31"
52+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
53+
dependencies:
54+
esutils "^2.0.2"
55+
lodash "^4.2.0"
56+
to-fast-properties "^2.0.0"
57+
558
"@commitlint/cli@^5.2.5":
659
version "5.2.5"
760
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-5.2.5.tgz#5662b71c10642ac0aba885c473ca458172414646"
@@ -382,14 +435,14 @@ babel-core@^6.23.1, babel-core@^6.24.0:
382435
slash "^1.0.0"
383436
source-map "^0.5.0"
384437

385-
babel-eslint@^7.1.1:
386-
version "7.2.1"
387-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.1.tgz#079422eb73ba811e3ca0865ce87af29327f8c52f"
438+
babel-eslint@^8.0.0:
439+
version "8.0.3"
440+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.3.tgz#f29ecf02336be438195325cd47c468da81ee4e98"
388441
dependencies:
389-
babel-code-frame "^6.22.0"
390-
babel-traverse "^6.23.1"
391-
babel-types "^6.23.0"
392-
babylon "^6.16.1"
442+
"@babel/code-frame" "7.0.0-beta.31"
443+
"@babel/traverse" "7.0.0-beta.31"
444+
"@babel/types" "7.0.0-beta.31"
445+
babylon "7.0.0-beta.31"
393446

394447
babel-generator@^6.18.0, babel-generator@^6.24.0:
395448
version "6.24.0"
@@ -982,7 +1035,11 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23
9821035
lodash "^4.2.0"
9831036
to-fast-properties "^1.0.1"
9841037

985-
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.16.1:
1038+
babylon@7.0.0-beta.31:
1039+
version "7.0.0-beta.31"
1040+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
1041+
1042+
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
9861043
version "6.16.1"
9871044
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
9881045

@@ -1133,15 +1190,18 @@ center-align@^0.1.1:
11331190
align-text "^0.1.3"
11341191
lazy-cache "^1.0.3"
11351192

1136-
chai@^3.5.0:
1137-
version "3.5.0"
1138-
resolved "https://registry.yarnpkg.com/chai/-/chai-3.5.0.tgz#4d02637b067fe958bdbfdd3a40ec56fef7373247"
1193+
chai@^4.0.0:
1194+
version "4.1.2"
1195+
resolved "https://registry.yarnpkg.com/chai/-/chai-4.1.2.tgz#0f64584ba642f0f2ace2806279f4f06ca23ad73c"
11391196
dependencies:
11401197
assertion-error "^1.0.1"
1141-
deep-eql "^0.1.3"
1142-
type-detect "^1.0.0"
1198+
check-error "^1.0.1"
1199+
deep-eql "^3.0.0"
1200+
get-func-name "^2.0.0"
1201+
pathval "^1.0.0"
1202+
type-detect "^4.0.0"
11431203

1144-
chalk@2.3.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
1204+
chalk@2.3.0, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
11451205
version "2.3.0"
11461206
resolved "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
11471207
dependencies:
@@ -1159,6 +1219,10 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
11591219
strip-ansi "^3.0.0"
11601220
supports-color "^2.0.0"
11611221

1222+
check-error@^1.0.1:
1223+
version "1.0.2"
1224+
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
1225+
11621226
chokidar@^1.4.3, chokidar@^1.6.1:
11631227
version "1.6.1"
11641228
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2"
@@ -1496,9 +1560,9 @@ debug@^2.1.1, debug@^2.2.0, debug@^2.6.0:
14961560
dependencies:
14971561
ms "0.7.2"
14981562

1499-
debug@^3.1.0:
1563+
debug@^3.0.1, debug@^3.1.0:
15001564
version "3.1.0"
1501-
resolved "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1565+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
15021566
dependencies:
15031567
ms "2.0.0"
15041568

@@ -1516,11 +1580,11 @@ decompress-response@^3.3.0:
15161580
dependencies:
15171581
mimic-response "^1.0.0"
15181582

1519-
deep-eql@^0.1.3:
1520-
version "0.1.3"
1521-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-0.1.3.tgz#ef558acab8de25206cd713906d74e56930eb69f2"
1583+
deep-eql@^3.0.0:
1584+
version "3.0.1"
1585+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df"
15221586
dependencies:
1523-
type-detect "0.1.1"
1587+
type-detect "^4.0.0"
15241588

15251589
deep-extend@~0.4.0:
15261590
version "0.4.1"
@@ -2173,6 +2237,10 @@ get-caller-file@^1.0.1:
21732237
version "1.0.2"
21742238
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
21752239

2240+
get-func-name@^2.0.0:
2241+
version "2.0.0"
2242+
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
2243+
21762244
get-stdin@5.0.1:
21772245
version "5.0.1"
21782246
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
@@ -2314,6 +2382,10 @@ global-prefix@^0.1.4:
23142382
is-windows "^0.2.0"
23152383
which "^1.2.12"
23162384

2385+
globals@^10.0.0:
2386+
version "10.4.0"
2387+
resolved "https://registry.yarnpkg.com/globals/-/globals-10.4.0.tgz#5c477388b128a9e4c5c5d01c7a2aca68c68b2da7"
2388+
23172389
globals@^9.0.0, globals@^9.14.0:
23182390
version "9.17.0"
23192391
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
@@ -3833,6 +3905,10 @@ path-type@^3.0.0:
38333905
dependencies:
38343906
pify "^3.0.0"
38353907

3908+
pathval@^1.0.0:
3909+
version "1.1.0"
3910+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0"
3911+
38363912
pause-stream@0.0.11:
38373913
version "0.0.11"
38383914
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
@@ -4714,6 +4790,10 @@ to-fast-properties@^1.0.1:
47144790
version "1.0.2"
47154791
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
47164792

4793+
to-fast-properties@^2.0.0:
4794+
version "2.0.0"
4795+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
4796+
47174797
to-file@^0.2.0:
47184798
version "0.2.0"
47194799
resolved "https://registry.yarnpkg.com/to-file/-/to-file-0.2.0.tgz#236c6c088065e570defbd15cf4b4e565be46ea93"
@@ -4795,13 +4875,9 @@ type-check@~0.3.2:
47954875
dependencies:
47964876
prelude-ls "~1.1.2"
47974877

4798-
type-detect@0.1.1:
4799-
version "0.1.1"
4800-
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"
4801-
4802-
type-detect@^1.0.0:
4803-
version "1.0.0"
4804-
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2"
4878+
type-detect@^4.0.0:
4879+
version "4.0.5"
4880+
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.5.tgz#d70e5bc81db6de2a381bcaca0c6e0cbdc7635de2"
48054881

48064882
typedarray@^0.0.6:
48074883
version "0.0.6"

0 commit comments

Comments
 (0)