forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update yarn.lock and use yarn in CircleCI (palantir#2161)
- Loading branch information
Showing
2 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ dependencies: | |
pre: | ||
- node ./scripts/assertMinCircleNodes.js $CIRCLE_NODE_TOTAL | ||
- case $CIRCLE_NODE_INDEX in 0) nvm use 4.1.2 ;; 1) nvm use 5.7 ;; [2-3]) nvm use 6.1 ;; esac | ||
override: | ||
- yarn | ||
test: | ||
override: | ||
- case $CIRCLE_NODE_INDEX in [0-2]) npm run verify ;; 3) npm run clean && npm run compile && npm i [email protected] && npm run test ;; esac: | ||
- case $CIRCLE_NODE_INDEX in [0-2]) yarn verify ;; 3) npm run clean && yarn compile && yarn add [email protected] && yarn test ;; esac: | ||
parallel: true | ||
deployment: | ||
npm-latest: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,12 +40,12 @@ | |
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-2.0.29.tgz#5002e14f75e2d71e564281df0431c8c1b4a2a36a" | ||
|
||
"@types/mocha@^2.2.35": | ||
version "2.2.35" | ||
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.35.tgz#dd3150b62a6de73368109308515c3aa86f81f1ec" | ||
version "2.2.38" | ||
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.38.tgz#8c188f6e34c2e7c3f1d0127d908d5a36e5a60dc9" | ||
|
||
"@types/node@*", "@types/node@^6.0.56": | ||
version "6.0.56" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.56.tgz#12bc7fff825e72807f55dcbce17e9db6177713dd" | ||
version "6.0.62" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.62.tgz#85222c077b54f25b57417bb708b9f877bda37f89" | ||
|
||
"@types/[email protected]": | ||
version "0.0.29" | ||
|
@@ -59,7 +59,7 @@ | |
|
||
"@types/update-notifier@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://https://registry.yarnpkg.com/@types/update-notifier/-/update-notifier-1.0.0.tgz#3ae6206a6d67c01ffddb9a1eac4cd9b518d534ee" | ||
resolved "https://registry.yarnpkg.com/@types/update-notifier/-/update-notifier-1.0.0.tgz#3ae6206a6d67c01ffddb9a1eac4cd9b518d534ee" | ||
|
||
ansi-align@^1.1.0: | ||
version "1.1.0" | ||
|
@@ -68,8 +68,8 @@ ansi-align@^1.1.0: | |
string-width "^1.0.1" | ||
|
||
ansi-regex@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.0.0.tgz#c5061b6e0ef8a81775e50f5d66151bf6bf371107" | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" | ||
|
||
ansi-styles@^2.2.1: | ||
version "2.2.1" | ||
|
@@ -98,12 +98,12 @@ assertion-error@^1.0.1: | |
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c" | ||
|
||
babel-code-frame@^6.20.0: | ||
version "6.20.0" | ||
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.20.0.tgz#b968f839090f9a8bc6d41938fb96cb84f7387b26" | ||
version "6.22.0" | ||
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4" | ||
dependencies: | ||
chalk "^1.1.0" | ||
esutils "^2.0.2" | ||
js-tokens "^2.0.0" | ||
js-tokens "^3.0.0" | ||
|
||
balanced-match@^0.4.1: | ||
version "0.4.2" | ||
|
@@ -275,8 +275,8 @@ error-ex@^1.2.0: | |
is-arrayish "^0.2.1" | ||
|
||
es-abstract@^1.4.3: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.6.1.tgz#bb8a2064120abcf928a086ea3d9043114285ec99" | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c" | ||
dependencies: | ||
es-to-primitive "^1.1.1" | ||
function-bind "^1.1.0" | ||
|
@@ -400,7 +400,7 @@ got@^5.0.0: | |
unzip-response "^1.0.2" | ||
url-parse-lax "^1.0.0" | ||
|
||
graceful-fs@^4.1.2: | ||
graceful-fs@^4.1.11, graceful-fs@^4.1.2: | ||
version "4.1.11" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" | ||
|
||
|
@@ -515,9 +515,9 @@ isexe@^1.1.1: | |
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/isexe/-/isexe-1.1.2.tgz#36f3e22e60750920f5e7241a476a8c6a42275ad0" | ||
|
||
js-tokens@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-2.0.0.tgz#79903f5563ee778cc1162e6dcf1a0027c97f9cb5" | ||
js-tokens@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7" | ||
|
||
js-yaml@^3.7.0: | ||
version "3.7.0" | ||
|
@@ -693,8 +693,8 @@ number-is-nan@^1.0.0: | |
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" | ||
|
||
object-assign@^4.0.1: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0" | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||
|
||
object-keys@^1.0.8: | ||
version "1.0.11" | ||
|
@@ -981,8 +981,8 @@ timed-out@^3.0.0: | |
version "0.0.1" | ||
|
||
tslint@latest: | ||
version "4.4.0" | ||
resolved "https://https://registry.yarnpkg.com/tslint/-/tslint-4.4.0.tgz#748d17bf8598dd044cca5771a03353ea422da29e" | ||
version "4.4.2" | ||
resolved "https://registry.yarnpkg.com/tslint/-/tslint-4.4.2.tgz#b14cb79ae039c72471ab4c2627226b940dda19c6" | ||
dependencies: | ||
babel-code-frame "^6.20.0" | ||
colors "^1.1.2" | ||
|
@@ -1064,10 +1064,10 @@ wrappy@1: | |
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | ||
|
||
write-file-atomic@^1.1.2: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.2.0.tgz#14c66d4e4cb3ca0565c28cf3b7a6f3e4d5938fab" | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.1.tgz#7d45ba32316328dd1ec7d90f60ebc0d845bb759a" | ||
dependencies: | ||
graceful-fs "^4.1.2" | ||
graceful-fs "^4.1.11" | ||
imurmurhash "^0.1.4" | ||
slide "^1.1.5" | ||
|
||
|