Skip to content

Commit b160178

Browse files
authored
Merge branch 'master' into renovate/mocha-4.x
2 parents e515ed8 + 26d0f78 commit b160178

File tree

2 files changed

+109
-27
lines changed

2 files changed

+109
-27
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": "^2.3.0",
7070
"copy": "^0.3.0",
7171
"eslint": "^3.15.0",

yarn.lock

Lines changed: 107 additions & 25 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"
@@ -1500,6 +1564,12 @@ debug@^2.1.1, debug@^2.2.0, debug@^2.6.0:
15001564
dependencies:
15011565
ms "0.7.2"
15021566

1567+
debug@^3.0.1, debug@^3.1.0:
1568+
version "3.1.0"
1569+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1570+
dependencies:
1571+
ms "2.0.0"
1572+
15031573
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
15041574
version "1.2.0"
15051575
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1514,11 +1584,11 @@ decompress-response@^3.3.0:
15141584
dependencies:
15151585
mimic-response "^1.0.0"
15161586

1517-
deep-eql@^0.1.3:
1518-
version "0.1.3"
1519-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-0.1.3.tgz#ef558acab8de25206cd713906d74e56930eb69f2"
1587+
deep-eql@^3.0.0:
1588+
version "3.0.1"
1589+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df"
15201590
dependencies:
1521-
type-detect "0.1.1"
1591+
type-detect "^4.0.0"
15221592

15231593
deep-extend@~0.4.0:
15241594
version "0.4.1"
@@ -2171,6 +2241,10 @@ get-caller-file@^1.0.1:
21712241
version "1.0.2"
21722242
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
21732243

2244+
get-func-name@^2.0.0:
2245+
version "2.0.0"
2246+
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
2247+
21742248
get-stdin@5.0.1:
21752249
version "5.0.1"
21762250
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
@@ -2301,6 +2375,10 @@ global-prefix@^0.1.4:
23012375
is-windows "^0.2.0"
23022376
which "^1.2.12"
23032377

2378+
globals@^10.0.0:
2379+
version "10.4.0"
2380+
resolved "https://registry.yarnpkg.com/globals/-/globals-10.4.0.tgz#5c477388b128a9e4c5c5d01c7a2aca68c68b2da7"
2381+
23042382
globals@^9.0.0, globals@^9.14.0:
23052383
version "9.17.0"
23062384
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
@@ -3803,6 +3881,10 @@ path-type@^3.0.0:
38033881
dependencies:
38043882
pify "^3.0.0"
38053883

3884+
pathval@^1.0.0:
3885+
version "1.1.0"
3886+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0"
3887+
38063888
pause-stream@0.0.11:
38073889
version "0.0.11"
38083890
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
@@ -4684,6 +4766,10 @@ to-fast-properties@^1.0.1:
46844766
version "1.0.2"
46854767
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
46864768

4769+
to-fast-properties@^2.0.0:
4770+
version "2.0.0"
4771+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
4772+
46874773
to-file@^0.2.0:
46884774
version "0.2.0"
46894775
resolved "https://registry.yarnpkg.com/to-file/-/to-file-0.2.0.tgz#236c6c088065e570defbd15cf4b4e565be46ea93"
@@ -4765,13 +4851,9 @@ type-check@~0.3.2:
47654851
dependencies:
47664852
prelude-ls "~1.1.2"
47674853

4768-
type-detect@0.1.1:
4769-
version "0.1.1"
4770-
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"
4771-
4772-
type-detect@^1.0.0:
4773-
version "1.0.0"
4774-
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2"
4854+
type-detect@^4.0.0:
4855+
version "4.0.5"
4856+
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.5.tgz#d70e5bc81db6de2a381bcaca0c6e0cbdc7635de2"
47754857

47764858
typedarray@^0.0.6:
47774859
version "0.0.6"

0 commit comments

Comments
 (0)