File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 51
51
"@types/app-root-path" : " ^1.2.4" ,
52
52
"@types/cross-spawn" : " ^6.0.0" ,
53
53
"@types/fs-extra" : " ^9.0.0" ,
54
- "@types/is-ci" : " ^1.1.0" ,
55
54
"@types/jest" : " ^24.0.11" ,
56
55
"@types/minimist" : " ^1.2.2" ,
57
56
"@types/node" : " ^12.0.0" ,
72
71
"dependencies" : {
73
72
"@yarnpkg/lockfile" : " ^1.1.0" ,
74
73
"chalk" : " ^4.1.2" ,
74
+ "ci-info" : " ^3.7.0" ,
75
75
"cross-spawn" : " ^7.0.3" ,
76
76
"find-yarn-workspace-root" : " ^2.0.0" ,
77
77
"fs-extra" : " ^9.0.0" ,
78
- "is-ci" : " ^2.0.0" ,
79
78
"klaw-sync" : " ^6.0.0" ,
80
79
"minimist" : " ^1.2.6" ,
81
80
"open" : " ^7.4.2" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { detectPackageManager } from "./detectPackageManager"
10
10
import { join } from "./path"
11
11
import { normalize , sep } from "path"
12
12
import slash = require( "slash" )
13
- import isCi from "is-ci "
13
+ import { isCI } from "ci-info "
14
14
15
15
const appPath = getAppRootPath ( )
16
16
const argv = minimist ( process . argv . slice ( 2 ) , {
@@ -78,7 +78,7 @@ if (argv.version || argv.v) {
78
78
// don't want to exit(1) on postinsall locally.
79
79
// see https://github.com/ds300/patch-package/issues/86
80
80
const shouldExitWithError =
81
- ! ! argv [ "error-on-fail" ] || isCi || process . env . NODE_ENV === "test"
81
+ ! ! argv [ "error-on-fail" ] || isCI || process . env . NODE_ENV === "test"
82
82
83
83
const shouldExitWithWarning = ! ! argv [ "error-on-warn" ]
84
84
Original file line number Diff line number Diff line change 432
432
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
433
433
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
434
434
435
- " @types/is-ci@^1.1.0 " :
436
- version "1.1.0"
437
- resolved "https://registry.yarnpkg.com/@types/is-ci/-/is-ci-1.1.0.tgz#583c5fbfcc461be9971106b9558930d67df49227"
438
- integrity sha512-NbyqP5D4hwl5UWnnW4Cz0gIRjhecgx/9OApcCIpp4+tjqjROGf/NBcKKDfbI3YFBTTkD3JBshiNSv5V7VoVJJg==
439
-
440
435
" @types/istanbul-lib-coverage@^1.1.0 " :
441
436
version "1.1.0"
442
437
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.0.tgz#2cc2ca41051498382b43157c8227fea60363f94a"
@@ -1109,6 +1104,11 @@ ci-info@^2.0.0:
1109
1104
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
1110
1105
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
1111
1106
1107
+ ci-info@^3.7.0 :
1108
+ version "3.7.0"
1109
+ resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.0.tgz#6d01b3696c59915b6ce057e4aa4adfc2fa25f5ef"
1110
+ integrity sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==
1111
+
1112
1112
class-utils@^0.3.5 :
1113
1113
version "0.3.6"
1114
1114
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
You can’t perform that action at this time.
0 commit comments