Skip to content

Commit a3e0a90

Browse files
committed
fix(Package): Fix wrong global package installing in CI config (#14)
1 parent 1b69917 commit a3e0a90

File tree

3 files changed

+164
-28
lines changed

3 files changed

+164
-28
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ node_js:
2020
- "5"
2121
- "4"
2222
script:
23-
- yarn add -g graphql graphql-compose graphql-compose-connection mongoose
23+
- yarn global add graphql graphql-compose graphql-compose-connection mongoose
2424
- yarn run coverage
2525
- yarn run build
2626
after_success:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"nyc": "^10.0.0",
6060
"rimraf": "2.5.4",
6161
"sane": "1.4.1",
62-
"semantic-release": "4.3.5"
62+
"semantic-release": "^6.3.2"
6363
},
6464
"config": {
6565
"commitizen": {

yarn.lock

Lines changed: 162 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22
# yarn lockfile v1
33

44

5+
"@bahmutov/parse-github-repo-url@^0.1.0":
6+
version "0.1.2"
7+
resolved "https://registry.yarnpkg.com/@bahmutov/parse-github-repo-url/-/parse-github-repo-url-0.1.2.tgz#6311dfbe7fe00ac464b9069d0e2684a739aeb69b"
8+
59
"@semantic-release/commit-analyzer@^2.0.0":
610
version "2.0.0"
711
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-2.0.0.tgz#924d1e2c30167c6a472bed9f66ee8f8e077489b2"
812
dependencies:
913
conventional-changelog "0.0.17"
1014

11-
"@semantic-release/condition-travis@^4.1.2":
12-
version "4.1.4"
13-
resolved "https://registry.yarnpkg.com/@semantic-release/condition-travis/-/condition-travis-4.1.4.tgz#d5de6aca17819420dfc32ed542295a97f977f963"
15+
"@semantic-release/condition-travis@^5.0.2":
16+
version "5.0.2"
17+
resolved "https://registry.yarnpkg.com/@semantic-release/condition-travis/-/condition-travis-5.0.2.tgz#f4bb777a6c6db5565d70754a9b629233bd4a6597"
1418
dependencies:
1519
"@semantic-release/error" "^1.0.0"
1620
semver "^5.0.3"
21+
travis-deploy-once "1.0.0-node-0.10-support"
1722

1823
"@semantic-release/error@^1.0.0":
1924
version "1.0.0"
@@ -190,6 +195,12 @@ async@^1.4.0, async@^1.4.2:
190195
version "1.5.2"
191196
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
192197

198+
async@^2.0.1:
199+
version "2.1.4"
200+
resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4"
201+
dependencies:
202+
lodash "^4.14.0"
203+
193204
async@~0.2.6:
194205
version "0.2.10"
195206
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
@@ -718,6 +729,10 @@ block-stream@*:
718729
dependencies:
719730
inherits "~2.0.0"
720731

732+
bluebird@^3.4.1, bluebird@^3.4.6:
733+
version "3.4.7"
734+
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
735+
721736
722737
version "2.10.1"
723738
resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f"
@@ -1456,6 +1471,14 @@ forever-agent@~0.6.1:
14561471
version "0.6.1"
14571472
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
14581473

1474+
form-data@~1.0.0-rc4:
1475+
version "1.0.1"
1476+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-1.0.1.tgz#ae315db9a4907fa065502304a66d7733475ee37c"
1477+
dependencies:
1478+
async "^2.0.1"
1479+
combined-stream "^1.0.5"
1480+
mime-types "^2.1.11"
1481+
14591482
form-data@~2.0.0:
14601483
version "2.0.0"
14611484
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.0.0.tgz#6f0aebadcc5da16c13e1ecc11137d85f9b883b25"
@@ -1464,6 +1487,14 @@ form-data@~2.0.0:
14641487
combined-stream "^1.0.5"
14651488
mime-types "^2.1.11"
14661489

1490+
form-data@~2.1.1:
1491+
version "2.1.2"
1492+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.2.tgz#89c3534008b97eada4cbb157d58f6f5df025eae4"
1493+
dependencies:
1494+
asynckit "^0.4.0"
1495+
combined-stream "^1.0.5"
1496+
mime-types "^2.1.12"
1497+
14671498
from@~0:
14681499
version "0.1.3"
14691500
resolved "https://registry.yarnpkg.com/from/-/from-0.1.3.tgz#ef63ac2062ac32acf7862e0d40b44b896f22f3bc"
@@ -1580,6 +1611,10 @@ github@^0.2.4:
15801611
dependencies:
15811612
mime "^1.2.11"
15821613

1614+
github@~0.1.10:
1615+
version "0.1.16"
1616+
resolved "https://registry.yarnpkg.com/github/-/github-0.1.16.tgz#895d2a85b0feb7980d89ac0ce4f44dcaa03f17b5"
1617+
15831618
glob-base@^0.3.0:
15841619
version "0.3.0"
15851620
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
@@ -2173,14 +2208,18 @@ lodash.restparam@^3.0.0:
21732208
version "3.6.1"
21742209
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
21752210

2176-
lodash@^3.6.0, lodash@^3.9.3:
2211+
lodash@^3.6.0:
21772212
version "3.10.1"
21782213
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
21792214

2180-
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.2.0, lodash@^4.3.0:
2215+
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.2.0, lodash@^4.3.0:
21812216
version "4.16.4"
21822217
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.4.tgz#01ce306b9bad1319f2a5528674f88297aeb70127"
21832218

2219+
lodash@~1.3.1:
2220+
version "1.3.1"
2221+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"
2222+
21842223
longest@^1.0.1:
21852224
version "1.0.1"
21862225
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -2276,7 +2315,7 @@ mime-db@~1.24.0:
22762315
version "1.24.0"
22772316
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.24.0.tgz#e2d13f939f0016c6e4e9ad25a8652f126c467f0c"
22782317

2279-
mime-types@^2.1.11, mime-types@~2.1.7:
2318+
mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.7:
22802319
version "2.1.12"
22812320
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.12.tgz#152ba256777020dd4663f54c2e7bc26381e71729"
22822321
dependencies:
@@ -2428,7 +2467,7 @@ npmconf@^2.1.2:
24282467
semver "2 || 3 || 4"
24292468
uid-number "0.0.5"
24302469

2431-
2470+
[email protected], npmlog@^4.0.0:
24322471
version "4.0.0"
24332472
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.0.0.tgz#e094503961c70c1774eb76692080e8d578a9f88f"
24342473
dependencies:
@@ -2578,10 +2617,6 @@ pad-right@^0.2.2:
25782617
dependencies:
25792618
repeat-string "^1.5.2"
25802619

2581-
parse-github-repo-url@^1.0.0:
2582-
version "1.3.0"
2583-
resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.3.0.tgz#d4de02d68e2e60f0d6a182e7a8cb21b6f38c730b"
2584-
25852620
parse-glob@^3.0.4:
25862621
version "3.0.4"
25872622
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -2698,6 +2733,10 @@ qs@~6.2.0:
26982733
version "6.2.1"
26992734
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625"
27002735

2736+
qs@~6.3.0:
2737+
version "6.3.0"
2738+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442"
2739+
27012740
randomatic@^1.1.3:
27022741
version "1.1.5"
27032742
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.5.tgz#5e9ef5f2d573c67bd2b8124ae90b5156e457840b"
@@ -2841,6 +2880,20 @@ repeating@^2.0.0:
28412880
dependencies:
28422881
is-finite "^1.0.0"
28432882

2883+
2884+
version "1.1.1"
2885+
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6"
2886+
dependencies:
2887+
lodash "^4.13.1"
2888+
2889+
request-promise@^4.1.1:
2890+
version "4.1.1"
2891+
resolved "https://registry.yarnpkg.com/request-promise/-/request-promise-4.1.1.tgz#26021e4f6f56fd4c309f6bf1ebd8c97a95ac1fb5"
2892+
dependencies:
2893+
bluebird "^3.4.1"
2894+
request-promise-core "1.1.1"
2895+
stealthy-require "^1.0.0"
2896+
28442897
[email protected], request@^2.74.0:
28452898
version "2.75.0"
28462899
resolved "https://registry.yarnpkg.com/request/-/request-2.75.0.tgz#d2b8268a286da13eaa5d01adf5d18cc90f657d93"
@@ -2867,6 +2920,57 @@ [email protected], request@^2.74.0:
28672920
tough-cookie "~2.3.0"
28682921
tunnel-agent "~0.4.1"
28692922

2923+
request@^2.78.0:
2924+
version "2.79.0"
2925+
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
2926+
dependencies:
2927+
aws-sign2 "~0.6.0"
2928+
aws4 "^1.2.1"
2929+
caseless "~0.11.0"
2930+
combined-stream "~1.0.5"
2931+
extend "~3.0.0"
2932+
forever-agent "~0.6.1"
2933+
form-data "~2.1.1"
2934+
har-validator "~2.0.6"
2935+
hawk "~3.1.3"
2936+
http-signature "~1.1.0"
2937+
is-typedarray "~1.0.0"
2938+
isstream "~0.1.2"
2939+
json-stringify-safe "~5.0.1"
2940+
mime-types "~2.1.7"
2941+
oauth-sign "~0.8.1"
2942+
qs "~6.3.0"
2943+
stringstream "~0.0.4"
2944+
tough-cookie "~2.3.0"
2945+
tunnel-agent "~0.4.1"
2946+
uuid "^3.0.0"
2947+
2948+
request@~2.74.0:
2949+
version "2.74.0"
2950+
resolved "https://registry.yarnpkg.com/request/-/request-2.74.0.tgz#7693ca768bbb0ea5c8ce08c084a45efa05b892ab"
2951+
dependencies:
2952+
aws-sign2 "~0.6.0"
2953+
aws4 "^1.2.1"
2954+
bl "~1.1.2"
2955+
caseless "~0.11.0"
2956+
combined-stream "~1.0.5"
2957+
extend "~3.0.0"
2958+
forever-agent "~0.6.1"
2959+
form-data "~1.0.0-rc4"
2960+
har-validator "~2.0.6"
2961+
hawk "~3.1.3"
2962+
http-signature "~1.1.0"
2963+
is-typedarray "~1.0.0"
2964+
isstream "~0.1.2"
2965+
json-stringify-safe "~5.0.1"
2966+
mime-types "~2.1.7"
2967+
node-uuid "~1.4.7"
2968+
oauth-sign "~0.8.1"
2969+
qs "~6.2.0"
2970+
stringstream "~0.0.4"
2971+
tough-cookie "~2.3.0"
2972+
tunnel-agent "~0.4.1"
2973+
28702974
require-directory@^2.1.1:
28712975
version "2.1.1"
28722976
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -2931,13 +3035,13 @@ run-async@^0.1.0:
29313035
dependencies:
29323036
once "^1.3.0"
29333037

2934-
run-auto@^1.1.2:
2935-
version "1.1.3"
2936-
resolved "https://registry.yarnpkg.com/run-auto/-/run-auto-1.1.3.tgz#c2d5163fec1ab78b6345cdd3992fce032f671f88"
3038+
run-auto@^2.0.0:
3039+
version "2.0.0"
3040+
resolved "https://registry.yarnpkg.com/run-auto/-/run-auto-2.0.0.tgz#5f4353f58adbd6b74926489b4f259e1dad6a78d6"
29373041
dependencies:
29383042
dezalgo "^1.0.1"
29393043

2940-
run-series@^1.1.2:
3044+
run-series@^1.1.3:
29413045
version "1.1.4"
29423046
resolved "https://registry.yarnpkg.com/run-series/-/run-series-1.1.4.tgz#89a73ddc5e75c9ef8ab6320c0a1600d6a41179b9"
29433047

@@ -2956,29 +3060,30 @@ [email protected]:
29563060
walker "~1.0.5"
29573061
watch "~0.10.0"
29583062

2959-
semantic-release@4.3.5:
2960-
version "4.3.5"
2961-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-4.3.5.tgz#df7319e7b18cb980829e9492e78d1962af6e3911"
3063+
semantic-release@^6.3.2:
3064+
version "6.3.2"
3065+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-6.3.2.tgz#224ec4540724a1646cc6dba4a9d2cd6bc8b68311"
29623066
dependencies:
3067+
"@bahmutov/parse-github-repo-url" "^0.1.0"
29633068
"@semantic-release/commit-analyzer" "^2.0.0"
2964-
"@semantic-release/condition-travis" "^4.1.2"
3069+
"@semantic-release/condition-travis" "^5.0.2"
29653070
"@semantic-release/error" "^1.0.0"
29663071
"@semantic-release/last-release-npm" "^1.2.1"
29673072
"@semantic-release/release-notes-generator" "^2.0.0"
29683073
git-head "^1.2.1"
29693074
github "^0.2.4"
2970-
lodash "^3.9.3"
3075+
lodash "^4.0.0"
29713076
nerf-dart "^1.0.0"
29723077
nopt "^3.0.3"
3078+
normalize-package-data "^2.3.4"
29733079
npmconf "^2.1.2"
2974-
npmlog "^1.2.1"
2975-
parse-github-repo-url "^1.0.0"
3080+
npmlog "^4.0.0"
29763081
require-relative "^0.8.7"
2977-
run-auto "^1.1.2"
2978-
run-series "^1.1.2"
2979-
semver "^5.0.1"
3082+
run-auto "^2.0.0"
3083+
run-series "^1.1.3"
3084+
semver "^5.0.3"
29803085

2981-
"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@~5.3.0:
3086+
"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@~5.3.0:
29823087
version "5.3.0"
29833088
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
29843089

@@ -3094,6 +3199,10 @@ sshpk@^1.7.0:
30943199
jsbn "~0.1.0"
30953200
tweetnacl "~0.14.0"
30963201

3202+
stealthy-require@^1.0.0:
3203+
version "1.0.0"
3204+
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.0.0.tgz#1a8ed8fc19a8b56268f76f5a1a3e3832b0c26200"
3205+
30973206
stream-combiner@~0.0.4:
30983207
version "0.0.4"
30993208
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
@@ -3214,6 +3323,25 @@ tough-cookie@~2.3.0:
32143323
version "2.3.1"
32153324
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.1.tgz#99c77dfbb7d804249e8a299d4cb0fd81fef083fd"
32163325

3326+
travis-ci@^2.1.1:
3327+
version "2.1.1"
3328+
resolved "https://registry.yarnpkg.com/travis-ci/-/travis-ci-2.1.1.tgz#98696265af827ae3576f31aa06d876e74b4b082e"
3329+
dependencies:
3330+
github "~0.1.10"
3331+
lodash "~1.3.1"
3332+
request "~2.74.0"
3333+
underscore.string "~2.2.0rc"
3334+
3335+
3336+
version "1.0.0-node-0.10-support"
3337+
resolved "https://registry.yarnpkg.com/travis-deploy-once/-/travis-deploy-once-1.0.0-node-0.10-support.tgz#98ecce7d95b2f4ba5dcdeeebf54b9df87713d5e6"
3338+
dependencies:
3339+
babel-polyfill "^6.16.0"
3340+
bluebird "^3.4.6"
3341+
request "^2.78.0"
3342+
request-promise "^4.1.1"
3343+
travis-ci "^2.1.1"
3344+
32173345
trim-newlines@^1.0.0:
32183346
version "1.0.0"
32193347
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -3269,6 +3397,10 @@ uid-number@~0.0.6:
32693397
version "0.0.6"
32703398
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
32713399

3400+
underscore.string@~2.2.0rc:
3401+
version "2.2.1"
3402+
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.2.1.tgz#d7c0fa2af5d5a1a67f4253daee98132e733f0f19"
3403+
32723404
user-home@^1.1.1:
32733405
version "1.1.1"
32743406
resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190"
@@ -3283,6 +3415,10 @@ util-deprecate@~1.0.1:
32833415
version "1.0.2"
32843416
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
32853417

3418+
uuid@^3.0.0:
3419+
version "3.0.1"
3420+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
3421+
32863422
v8flags@^2.0.10:
32873423
version "2.0.11"
32883424
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.11.tgz#bca8f30f0d6d60612cc2c00641e6962d42ae6881"

0 commit comments

Comments
 (0)