Skip to content

Commit 35167b2

Browse files
authored
chore: Upgrade ci-info to 4.0.0 (#6377)
## What's the problem this PR addresses? `ci-info` is on an old version that does not handle `process.env.CI='false'` Fixes #6375 ## How did you fix it? Upgraded `ci-info` to latest version. ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent f109ea6 commit 35167b2

File tree

7 files changed

+96
-48
lines changed

7 files changed

+96
-48
lines changed

.pnp.cjs

Lines changed: 49 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

.yarn/versions/681ab739.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/core": patch
4+
"@yarnpkg/plugin-essentials": patch
5+
6+
declined:
7+
- "@yarnpkg/plugin-compat"
8+
- "@yarnpkg/plugin-constraints"
9+
- "@yarnpkg/plugin-dlx"
10+
- "@yarnpkg/plugin-exec"
11+
- "@yarnpkg/plugin-file"
12+
- "@yarnpkg/plugin-git"
13+
- "@yarnpkg/plugin-github"
14+
- "@yarnpkg/plugin-http"
15+
- "@yarnpkg/plugin-init"
16+
- "@yarnpkg/plugin-interactive-tools"
17+
- "@yarnpkg/plugin-link"
18+
- "@yarnpkg/plugin-nm"
19+
- "@yarnpkg/plugin-npm"
20+
- "@yarnpkg/plugin-npm-cli"
21+
- "@yarnpkg/plugin-pack"
22+
- "@yarnpkg/plugin-patch"
23+
- "@yarnpkg/plugin-pnp"
24+
- "@yarnpkg/plugin-pnpm"
25+
- "@yarnpkg/plugin-stage"
26+
- "@yarnpkg/plugin-typescript"
27+
- "@yarnpkg/plugin-version"
28+
- "@yarnpkg/plugin-workspace-tools"
29+
- "@yarnpkg/builder"
30+
- "@yarnpkg/doctor"
31+
- "@yarnpkg/extensions"
32+
- "@yarnpkg/nm"
33+
- "@yarnpkg/pnpify"
34+
- "@yarnpkg/sdks"

packages/plugin-essentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@yarnpkg/fslib": "workspace:^",
1212
"@yarnpkg/parsers": "workspace:^",
13-
"ci-info": "^3.2.0",
13+
"ci-info": "^4.0.0",
1414
"clipanion": "^4.0.0-rc.2",
1515
"enquirer": "^2.3.6",
1616
"lodash": "^4.17.15",

packages/yarnpkg-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@yarnpkg/plugin-version": "workspace:^",
3838
"@yarnpkg/plugin-workspace-tools": "workspace:^",
3939
"@yarnpkg/shell": "workspace:^",
40-
"ci-info": "^3.2.0",
40+
"ci-info": "^4.0.0",
4141
"clipanion": "^4.0.0-rc.2",
4242
"semver": "^7.1.2",
4343
"tslib": "^2.4.0",

packages/yarnpkg-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@yarnpkg/shell": "workspace:^",
1919
"camelcase": "^5.3.1",
2020
"chalk": "^3.0.0",
21-
"ci-info": "^3.2.0",
21+
"ci-info": "^4.0.0",
2222
"clipanion": "^4.0.0-rc.2",
2323
"cross-spawn": "7.0.3",
2424
"diff": "^5.1.0",

yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5201,7 +5201,7 @@ __metadata:
52015201
"@yarnpkg/plugin-workspace-tools": "workspace:^"
52025202
"@yarnpkg/pnpify": "workspace:^"
52035203
"@yarnpkg/shell": "workspace:^"
5204-
ci-info: "npm:^3.2.0"
5204+
ci-info: "npm:^4.0.0"
52055205
clipanion: "npm:^4.0.0-rc.2"
52065206
semver: "npm:^7.1.2"
52075207
tslib: "npm:^2.4.0"
@@ -5240,7 +5240,7 @@ __metadata:
52405240
"@yarnpkg/shell": "workspace:^"
52415241
camelcase: "npm:^5.3.1"
52425242
chalk: "npm:^3.0.0"
5243-
ci-info: "npm:^3.2.0"
5243+
ci-info: "npm:^4.0.0"
52445244
clipanion: "npm:^4.0.0-rc.2"
52455245
comment-json: "npm:^2.2.0"
52465246
cross-spawn: "npm:7.0.3"
@@ -5572,7 +5572,7 @@ __metadata:
55725572
"@yarnpkg/fslib": "workspace:^"
55735573
"@yarnpkg/parsers": "workspace:^"
55745574
"@yarnpkg/plugin-git": "workspace:^"
5575-
ci-info: "npm:^3.2.0"
5575+
ci-info: "npm:^4.0.0"
55765576
clipanion: "npm:^4.0.0-rc.2"
55775577
enquirer: "npm:^2.3.6"
55785578
lodash: "npm:^4.17.15"
@@ -7478,6 +7478,13 @@ __metadata:
74787478
languageName: node
74797479
linkType: hard
74807480

7481+
"ci-info@npm:^4.0.0":
7482+
version: 4.0.0
7483+
resolution: "ci-info@npm:4.0.0"
7484+
checksum: 10/c983bb7ff1b06648f4a47432201abbd58291147d8ab5043dbb5c03e1a0e3fb2347f40d29b66a3044f28ffeb5dade01ac35aa6bd4e7464a44d9a49a3d7532415a
7485+
languageName: node
7486+
linkType: hard
7487+
74817488
"cjs-module-lexer@npm:^1.0.0":
74827489
version: 1.2.2
74837490
resolution: "cjs-module-lexer@npm:1.2.2"

0 commit comments

Comments
 (0)