Skip to content

Commit c9be379

Browse files
authored
chore(package): update to typescript@2.5.2 (#25)
* chore(yarn): update yarn.lock Running `yarn install` resulted in changes to the yarn.lock file. * chore(package): update to typescript@2.5.2 * ci(travis): don't fail when npm prune fails
1 parent 8ed42bc commit c9be379

File tree

3 files changed

+80
-19
lines changed

3 files changed

+80
-19
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- yarn global add greenkeeper-lockfile@1
1212
before_script:
1313
- greenkeeper-lockfile-update
14-
- npm prune
14+
- npm prune || true
1515
script:
1616
- yarn add jest
1717
- yarn test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ts-jest": "^20.0.5",
5353
"tslint": "^5.4.2",
5454
"typedoc": "^0.7.1",
55-
"typescript": "^2.4.1",
55+
"typescript": "^2.5.2",
5656
"validate-commit-msg": "^2.12.1"
5757
},
5858
"optionalDependencies": {

yarn.lock

Lines changed: 78 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ ansi-styles@^3.0.0:
154154
dependencies:
155155
color-convert "^1.0.0"
156156

157+
ansi-styles@^3.1.0:
158+
version "3.2.0"
159+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
160+
dependencies:
161+
color-convert "^1.9.0"
162+
157163
ansi@^0.3.0, ansi@~0.3.0:
158164
version "0.3.1"
159165
resolved "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21"
@@ -625,6 +631,14 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
625631
strip-ansi "^3.0.0"
626632
supports-color "^2.0.0"
627633

634+
chalk@^2.0.1, chalk@^2.1.0:
635+
version "2.1.0"
636+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
637+
dependencies:
638+
ansi-styles "^3.1.0"
639+
escape-string-regexp "^1.0.5"
640+
supports-color "^4.0.0"
641+
628642
ci-info@^1.0.0:
629643
version "1.0.0"
630644
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.0.0.tgz#dc5285f2b4e251821683681c381c3388f46ec534"
@@ -690,7 +704,7 @@ code-point-at@^1.0.0:
690704
version "1.1.0"
691705
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
692706

693-
color-convert@^1.0.0:
707+
color-convert@^1.0.0, color-convert@^1.9.0:
694708
version "1.9.0"
695709
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
696710
dependencies:
@@ -1157,9 +1171,9 @@ execa@^0.6.0:
11571171
signal-exit "^3.0.0"
11581172
strip-eof "^1.0.0"
11591173

1160-
execa@^0.7.0:
1161-
version "0.7.0"
1162-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
1174+
execa@^0.8.0:
1175+
version "0.8.0"
1176+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
11631177
dependencies:
11641178
cross-spawn "^5.0.1"
11651179
get-stream "^3.0.0"
@@ -1415,6 +1429,10 @@ get-caller-file@^1.0.1:
14151429
version "1.0.2"
14161430
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
14171431

1432+
get-own-enumerable-property-symbols@^1.0.1:
1433+
version "1.0.1"
1434+
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-1.0.1.tgz#f1d4e3ad1402e039898e56d1e9b9aa924c26e484"
1435+
14181436
get-port@3.1.0:
14191437
version "3.1.0"
14201438
resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.1.0.tgz#ef01b18a84ca6486970ff99e54446141a73ffd3e"
@@ -1619,6 +1637,10 @@ has-flag@^1.0.0:
16191637
version "1.0.0"
16201638
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
16211639

1640+
has-flag@^2.0.0:
1641+
version "2.0.0"
1642+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
1643+
16221644
has-unicode@^2.0.0:
16231645
version "2.0.1"
16241646
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -1816,6 +1838,10 @@ is-extglob@^1.0.0:
18161838
version "1.0.0"
18171839
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
18181840

1841+
is-extglob@^2.1.1:
1842+
version "2.1.1"
1843+
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
1844+
18191845
is-finite@^1.0.0:
18201846
version "1.0.2"
18211847
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa"
@@ -1838,6 +1864,12 @@ is-glob@^2.0.0, is-glob@^2.0.1:
18381864
dependencies:
18391865
is-extglob "^1.0.0"
18401866

1867+
is-glob@^4.0.0:
1868+
version "4.0.0"
1869+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0"
1870+
dependencies:
1871+
is-extglob "^2.1.1"
1872+
18411873
is-my-json-valid@^2.12.4:
18421874
version "2.16.0"
18431875
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693"
@@ -1857,7 +1889,7 @@ is-number@^2.0.2, is-number@^2.1.0:
18571889
dependencies:
18581890
kind-of "^3.0.2"
18591891

1860-
is-obj@^1.0.0:
1892+
is-obj@^1.0.0, is-obj@^1.0.1:
18611893
version "1.0.1"
18621894
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
18631895

@@ -1881,6 +1913,10 @@ is-redirect@^1.0.0:
18811913
version "1.0.0"
18821914
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
18831915

1916+
is-regexp@^1.0.0:
1917+
version "1.0.0"
1918+
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
1919+
18841920
is-retry-allowed@^1.0.0:
18851921
version "1.1.0"
18861922
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
@@ -2398,19 +2434,24 @@ levn@~0.3.0:
23982434
prelude-ls "~1.1.2"
23992435
type-check "~0.3.2"
24002436

2401-
lint-staged@^3.4.1:
2402-
version "3.6.1"
2403-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.6.1.tgz#24423c8b7bd99d96e15acd1ac8cb392a78e58582"
2437+
lint-staged@^4.0.0:
2438+
version "4.2.1"
2439+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.2.1.tgz#5c79818c500d9b24248dccad4ac9609c01951522"
24042440
dependencies:
24052441
app-root-path "^2.0.0"
2442+
chalk "^2.1.0"
24062443
cosmiconfig "^1.1.0"
2407-
execa "^0.7.0"
2444+
execa "^0.8.0"
2445+
is-glob "^4.0.0"
2446+
jest-validate "^20.0.3"
24082447
listr "^0.12.0"
2409-
lodash.chunk "^4.2.0"
2448+
lodash "^4.17.4"
2449+
log-symbols "^2.0.0"
24102450
minimatch "^3.0.0"
24112451
npm-which "^3.0.1"
24122452
p-map "^1.1.1"
24132453
staged-git-files "0.0.4"
2454+
stringify-object "^3.2.0"
24142455

24152456
listr-silent-renderer@^1.1.1:
24162457
version "1.1.1"
@@ -2524,10 +2565,6 @@ lodash.assign@^3.0.0:
25242565
lodash._createassigner "^3.0.0"
25252566
lodash.keys "^3.0.0"
25262567

2527-
lodash.chunk@^4.2.0:
2528-
version "4.2.0"
2529-
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
2530-
25312568
lodash.isarguments@^3.0.0:
25322569
version "3.1.0"
25332570
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
@@ -2572,6 +2609,10 @@ lodash@^3.6.0:
25722609
version "3.10.1"
25732610
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
25742611

2612+
lodash@^4.17.4:
2613+
version "4.17.4"
2614+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
2615+
25752616
lodash@~1.3.1:
25762617
version "1.3.1"
25772618
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"
@@ -2582,6 +2623,12 @@ log-symbols@^1.0.2:
25822623
dependencies:
25832624
chalk "^1.0.0"
25842625

2626+
log-symbols@^2.0.0:
2627+
version "2.0.0"
2628+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.0.0.tgz#595e63be4d5c8cbf294a9e09e0d5629f5913fc0c"
2629+
dependencies:
2630+
chalk "^2.0.1"
2631+
25852632
log-update@^1.0.2:
25862633
version "1.0.2"
25872634
resolved "https://registry.yarnpkg.com/log-update/-/log-update-1.0.2.tgz#19929f64c4093d2d2e7075a1dad8af59c296b8d1"
@@ -3833,6 +3880,14 @@ string_decoder@~1.0.0:
38333880
dependencies:
38343881
buffer-shims "~1.0.0"
38353882

3883+
stringify-object@^3.2.0:
3884+
version "3.2.0"
3885+
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.2.0.tgz#94370a135e41bc048358813bf99481f1315c6aa6"
3886+
dependencies:
3887+
get-own-enumerable-property-symbols "^1.0.1"
3888+
is-obj "^1.0.1"
3889+
is-regexp "^1.0.0"
3890+
38363891
stringstream@~0.0.4:
38373892
version "0.0.5"
38383893
resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
@@ -3881,6 +3936,12 @@ supports-color@^3.1.2:
38813936
dependencies:
38823937
has-flag "^1.0.0"
38833938

3939+
supports-color@^4.0.0:
3940+
version "4.4.0"
3941+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.4.0.tgz#883f7ddabc165142b2a61427f3352ded195d1a3e"
3942+
dependencies:
3943+
has-flag "^2.0.0"
3944+
38843945
symbol-observable@^1.0.1:
38853946
version "1.0.4"
38863947
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
@@ -4068,9 +4129,9 @@ typescript@2.3.2:
40684129
version "2.3.2"
40694130
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.2.tgz#f0f045e196f69a72f06b25fd3bd39d01c3ce9984"
40704131

4071-
typescript@^2.4.1:
4072-
version "2.4.1"
4073-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
4132+
typescript@^2.5.2:
4133+
version "2.5.2"
4134+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.2.tgz#038a95f7d9bbb420b1bf35ba31d4c5c1dd3ffe34"
40744135

40754136
uglify-js@^2.6:
40764137
version "2.8.23"

0 commit comments

Comments
 (0)