Skip to content

Commit f295ef8

Browse files
committed
ci: fix upath dependencies for proper build on node@10
1 parent 77a85c4 commit f295ef8

File tree

2 files changed

+56
-138
lines changed

2 files changed

+56
-138
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
notifications:
88
email: true
99
node_js:
10-
- "9"
10+
- "10"
1111
- "8"
1212
script:
1313
- yarn run test

yarn.lock

Lines changed: 55 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,25 +1641,7 @@ chardet@^0.7.0:
16411641
version "0.7.0"
16421642
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
16431643

1644-
chokidar@^2.0.2:
1645-
version "2.0.3"
1646-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.3.tgz#dcbd4f6cbb2a55b4799ba8a840ac527e5f4b1176"
1647-
dependencies:
1648-
anymatch "^2.0.0"
1649-
async-each "^1.0.0"
1650-
braces "^2.3.0"
1651-
glob-parent "^3.1.0"
1652-
inherits "^2.0.1"
1653-
is-binary-path "^1.0.0"
1654-
is-glob "^4.0.0"
1655-
normalize-path "^2.1.1"
1656-
path-is-absolute "^1.0.0"
1657-
readdirp "^2.0.0"
1658-
upath "^1.0.0"
1659-
optionalDependencies:
1660-
fsevents "^1.1.2"
1661-
1662-
chokidar@^2.0.3:
1644+
chokidar@^2.0.2, chokidar@^2.0.3:
16631645
version "2.0.4"
16641646
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
16651647
dependencies:
@@ -2096,7 +2078,7 @@ debug@^2.1.1:
20962078
dependencies:
20972079
ms "2.0.0"
20982080

2099-
debuglog@*, debuglog@^1.0.1:
2081+
debuglog@^1.0.1:
21002082
version "1.0.1"
21012083
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
21022084

@@ -2288,7 +2270,7 @@ duplexer3@^0.1.4:
22882270
version "0.1.4"
22892271
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
22902272

2291-
duplexer@~0.1.1:
2273+
duplexer@^0.1.1, duplexer@~0.1.1:
22922274
version "0.1.1"
22932275
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
22942276

@@ -2589,16 +2571,16 @@ etag@~1.8.1:
25892571
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
25902572

25912573
event-stream@~3.3.0:
2592-
version "3.3.4"
2593-
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
2574+
version "3.3.5"
2575+
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.5.tgz#e5dd8989543630d94c6cf4d657120341fa31636b"
25942576
dependencies:
2595-
duplexer "~0.1.1"
2596-
from "~0"
2597-
map-stream "~0.1.0"
2598-
pause-stream "0.0.11"
2599-
split "0.3"
2600-
stream-combiner "~0.0.4"
2601-
through "~2.3.1"
2577+
duplexer "^0.1.1"
2578+
from "^0.1.7"
2579+
map-stream "0.0.7"
2580+
pause-stream "^0.0.11"
2581+
split "^1.0.1"
2582+
stream-combiner "^0.2.2"
2583+
through "^2.3.8"
26022584

26032585
26042586
version "1.1.1"
@@ -3004,9 +2986,9 @@ from2@^2.1.0, from2@^2.1.1:
30042986
inherits "^2.0.1"
30052987
readable-stream "^2.0.0"
30062988

3007-
from@~0:
3008-
version "0.1.3"
3009-
resolved "https://registry.yarnpkg.com/from/-/from-0.1.3.tgz#ef63ac2062ac32acf7862e0d40b44b896f22f3bc"
2989+
from@^0.1.7:
2990+
version "0.1.7"
2991+
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
30102992

30112993
fs-extra@^7.0.0:
30122994
version "7.0.0"
@@ -3058,13 +3040,6 @@ fsevents@^1.1.1:
30583040
nan "^2.3.0"
30593041
node-pre-gyp "^0.6.36"
30603042

3061-
fsevents@^1.1.2:
3062-
version "1.1.3"
3063-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.3.tgz#11f82318f5fe7bb2cd22965a108e9306208216d8"
3064-
dependencies:
3065-
nan "^2.3.0"
3066-
node-pre-gyp "^0.6.39"
3067-
30683043
fsevents@^1.2.2:
30693044
version "1.2.4"
30703045
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426"
@@ -3428,7 +3403,7 @@ has@^1.0.1:
34283403
dependencies:
34293404
function-bind "^1.0.2"
34303405

3431-
hawk@3.1.3, hawk@~3.1.3:
3406+
hawk@~3.1.3:
34323407
version "3.1.3"
34333408
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
34343409
dependencies:
@@ -3612,7 +3587,7 @@ import-local@^1.0.0:
36123587
pkg-dir "^2.0.0"
36133588
resolve-cwd "^2.0.0"
36143589

3615-
imurmurhash@*, imurmurhash@^0.1.4:
3590+
imurmurhash@^0.1.4:
36163591
version "0.1.4"
36173592
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
36183593

@@ -4696,39 +4671,17 @@ lockfile@^1.0.4:
46964671
dependencies:
46974672
signal-exit "^3.0.2"
46984673

4699-
lodash._baseindexof@*:
4700-
version "3.1.0"
4701-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
4702-
47034674
lodash._baseuniq@~4.6.0:
47044675
version "4.6.0"
47054676
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
47064677
dependencies:
47074678
lodash._createset "~4.0.0"
47084679
lodash._root "~3.0.0"
47094680

4710-
lodash._bindcallback@*:
4711-
version "3.0.1"
4712-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
4713-
4714-
lodash._cacheindexof@*:
4715-
version "3.0.2"
4716-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
4717-
4718-
lodash._createcache@*:
4719-
version "3.1.2"
4720-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
4721-
dependencies:
4722-
lodash._getnative "^3.0.0"
4723-
47244681
lodash._createset@~4.0.0:
47254682
version "4.0.3"
47264683
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
47274684

4728-
lodash._getnative@*, lodash._getnative@^3.0.0:
4729-
version "3.9.1"
4730-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
4731-
47324685
lodash._root@~3.0.0:
47334686
version "3.0.1"
47344687
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -4765,10 +4718,6 @@ lodash.map@^4.5.1:
47654718
version "4.6.0"
47664719
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
47674720

4768-
lodash.restparam@*:
4769-
version "3.6.1"
4770-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4771-
47724721
lodash.sortby@^4.7.0:
47734722
version "4.7.0"
47744723
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -4892,9 +4841,9 @@ map-obj@^2.0.0:
48924841
version "2.0.0"
48934842
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
48944843

4895-
map-stream@~0.1.0:
4896-
version "0.1.0"
4897-
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
4844+
map-stream@0.0.7:
4845+
version "0.0.7"
4846+
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8"
48984847

48994848
map-visit@^1.0.0:
49004849
version "1.0.0"
@@ -5342,22 +5291,6 @@ node-pre-gyp@^0.6.36:
53425291
tar "^2.2.1"
53435292
tar-pack "^3.4.0"
53445293

5345-
node-pre-gyp@^0.6.39:
5346-
version "0.6.39"
5347-
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz#c00e96860b23c0e1420ac7befc5044e1d78d8649"
5348-
dependencies:
5349-
detect-libc "^1.0.2"
5350-
hawk "3.1.3"
5351-
mkdirp "^0.5.1"
5352-
nopt "^4.0.1"
5353-
npmlog "^4.0.2"
5354-
rc "^1.1.7"
5355-
request "2.81.0"
5356-
rimraf "^2.6.1"
5357-
semver "^5.3.0"
5358-
tar "^2.2.1"
5359-
tar-pack "^3.4.0"
5360-
53615294
node-releases@^1.0.0-alpha.11:
53625295
version "1.0.0-alpha.11"
53635296
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.0.0-alpha.11.tgz#73c810acc2e5b741a17ddfbb39dfca9ab9359d8a"
@@ -6034,7 +5967,7 @@ path-type@^3.0.0:
60345967
dependencies:
60355968
pify "^3.0.0"
60365969

6037-
5970+
pause-stream@^0.0.11:
60385971
version "0.0.11"
60395972
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
60405973
dependencies:
@@ -6482,7 +6415,7 @@ readable-stream@~1.1.10:
64826415
isarray "0.0.1"
64836416
string_decoder "~0.10.x"
64846417

6485-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
6418+
readdir-scoped-modules@^1.0.0:
64866419
version "1.0.2"
64876420
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
64886421
dependencies:
@@ -6640,7 +6573,32 @@ request-promise-native@^1.0.5:
66406573
stealthy-require "^1.1.0"
66416574
tough-cookie ">=2.3.3"
66426575

6643-
[email protected], request@^2.81.0:
6576+
request@^2.74.0, request@^2.87.0, request@^2.88.0:
6577+
version "2.88.0"
6578+
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
6579+
dependencies:
6580+
aws-sign2 "~0.7.0"
6581+
aws4 "^1.8.0"
6582+
caseless "~0.12.0"
6583+
combined-stream "~1.0.6"
6584+
extend "~3.0.2"
6585+
forever-agent "~0.6.1"
6586+
form-data "~2.3.2"
6587+
har-validator "~5.1.0"
6588+
http-signature "~1.2.0"
6589+
is-typedarray "~1.0.0"
6590+
isstream "~0.1.2"
6591+
json-stringify-safe "~5.0.1"
6592+
mime-types "~2.1.19"
6593+
oauth-sign "~0.9.0"
6594+
performance-now "^2.1.0"
6595+
qs "~6.5.2"
6596+
safe-buffer "^5.1.2"
6597+
tough-cookie "~2.4.3"
6598+
tunnel-agent "^0.6.0"
6599+
uuid "^3.3.2"
6600+
6601+
request@^2.81.0:
66446602
version "2.81.0"
66456603
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
66466604
dependencies:
@@ -6667,31 +6625,6 @@ [email protected], request@^2.81.0:
66676625
tunnel-agent "^0.6.0"
66686626
uuid "^3.0.0"
66696627

6670-
request@^2.74.0, request@^2.87.0, request@^2.88.0:
6671-
version "2.88.0"
6672-
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
6673-
dependencies:
6674-
aws-sign2 "~0.7.0"
6675-
aws4 "^1.8.0"
6676-
caseless "~0.12.0"
6677-
combined-stream "~1.0.6"
6678-
extend "~3.0.2"
6679-
forever-agent "~0.6.1"
6680-
form-data "~2.3.2"
6681-
har-validator "~5.1.0"
6682-
http-signature "~1.2.0"
6683-
is-typedarray "~1.0.0"
6684-
isstream "~0.1.2"
6685-
json-stringify-safe "~5.0.1"
6686-
mime-types "~2.1.19"
6687-
oauth-sign "~0.9.0"
6688-
performance-now "^2.1.0"
6689-
qs "~6.5.2"
6690-
safe-buffer "^5.1.2"
6691-
tough-cookie "~2.4.3"
6692-
tunnel-agent "^0.6.0"
6693-
uuid "^3.3.2"
6694-
66956628
request@^2.83.0:
66966629
version "2.83.0"
66976630
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
@@ -7253,13 +7186,7 @@ split2@~1.0.0:
72537186
dependencies:
72547187
through2 "~2.0.0"
72557188

7256-
7257-
version "0.3.3"
7258-
resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f"
7259-
dependencies:
7260-
through "2"
7261-
7262-
split@^1.0.0:
7189+
split@^1.0.0, split@^1.0.1:
72637190
version "1.0.1"
72647191
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
72657192
dependencies:
@@ -7325,11 +7252,12 @@ stream-combiner2@~1.1.1:
73257252
duplexer2 "~0.1.0"
73267253
readable-stream "^2.0.2"
73277254

7328-
stream-combiner@~0.0.4:
7329-
version "0.0.4"
7330-
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
7255+
stream-combiner@^0.2.2:
7256+
version "0.2.2"
7257+
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
73317258
dependencies:
73327259
duplexer "~0.1.1"
7260+
through "~2.3.4"
73337261

73347262
stream-each@^1.1.0:
73357263
version "1.2.3"
@@ -7456,13 +7384,7 @@ supports-color@^4.0.0:
74567384
dependencies:
74577385
has-flag "^2.0.0"
74587386

7459-
supports-color@^5.2.0:
7460-
version "5.3.0"
7461-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0"
7462-
dependencies:
7463-
has-flag "^3.0.0"
7464-
7465-
supports-color@^5.3.0:
7387+
supports-color@^5.2.0, supports-color@^5.3.0:
74667388
version "5.5.0"
74677389
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
74687390
dependencies:
@@ -7551,7 +7473,7 @@ through2@^2.0.0, through2@^2.0.2, through2@~2.0.0:
75517473
readable-stream "^2.1.5"
75527474
xtend "~4.0.1"
75537475

7554-
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@~2.3, through@~2.3.1:
7476+
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4:
75557477
version "2.3.8"
75567478
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
75577479

@@ -7786,10 +7708,6 @@ unzip-response@^2.0.1:
77867708
version "2.0.1"
77877709
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
77887710

7789-
upath@^1.0.0:
7790-
version "1.0.4"
7791-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
7792-
77937711
upath@^1.0.5:
77947712
version "1.1.0"
77957713
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"

0 commit comments

Comments
 (0)