Skip to content

Commit cd0c649

Browse files
committed
deps: ci-info@4.0.0
1 parent a0a58b7 commit cd0c649

File tree

7 files changed

+41
-26
lines changed

7 files changed

+41
-26
lines changed

node_modules/ci-info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ci-info",
3-
"version": "3.9.0",
3+
"version": "4.0.0",
44
"description": "Get details about the current Continuous Integration environment",
55
"main": "index.js",
66
"typings": "index.d.ts",

node_modules/ci-info/vendors.json

+29-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"name": "Agola CI",
4+
"constant": "AGOLA",
5+
"env": "AGOLA_GIT_REF",
6+
"pr": "AGOLA_PULL_REQUEST_ID"
7+
},
28
{
39
"name": "Appcircle",
410
"constant": "APPCIRCLE",
@@ -104,6 +110,11 @@
104110
"constant": "DSARI",
105111
"env": "DSARI"
106112
},
113+
{
114+
"name": "Earthly",
115+
"constant": "EARTHLY",
116+
"env": "EARTHLY_CI"
117+
},
107118
{
108119
"name": "Expo Application Services",
109120
"constant": "EAS",
@@ -114,6 +125,11 @@
114125
"constant": "GERRIT",
115126
"env": "GERRIT_PROJECT"
116127
},
128+
{
129+
"name": "Gitea Actions",
130+
"constant": "GITEA_ACTIONS",
131+
"env": "GITEA_ACTIONS"
132+
},
117133
{
118134
"name": "GitHub Actions",
119135
"constant": "GITHUB_ACTIONS",
@@ -199,6 +215,11 @@
199215
"ne": "false"
200216
}
201217
},
218+
{
219+
"name": "Prow",
220+
"constant": "PROW",
221+
"env": "PROW_JOB_ID"
222+
},
202223
{
203224
"name": "ReleaseHub",
204225
"constant": "RELEASEHUB",
@@ -233,20 +254,6 @@
233254
"env": "SEMAPHORE",
234255
"pr": "PULL_REQUEST_NUMBER"
235256
},
236-
{
237-
"name": "Shippable",
238-
"constant": "SHIPPABLE",
239-
"env": "SHIPPABLE",
240-
"pr": {
241-
"IS_PULL_REQUEST": "true"
242-
}
243-
},
244-
{
245-
"name": "Solano CI",
246-
"constant": "SOLANO",
247-
"env": "TDDIUM",
248-
"pr": "TDDIUM_PR_ID"
249-
},
250257
{
251258
"name": "Sourcehut",
252259
"constant": "SOURCEHUT",
@@ -281,6 +288,14 @@
281288
"ne": "false"
282289
}
283290
},
291+
{
292+
"name": "Vela",
293+
"constant": "VELA",
294+
"env": "VELA",
295+
"pr": {
296+
"VELA_PULL_REQUEST": "1"
297+
}
298+
},
284299
{
285300
"name": "Vercel",
286301
"constant": "VERCEL",

package-lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"archy": "~1.0.0",
103103
"cacache": "^18.0.0",
104104
"chalk": "^5.3.0",
105-
"ci-info": "^3.9.0",
105+
"ci-info": "^4.0.0",
106106
"cli-columns": "^4.0.0",
107107
"cli-table3": "^0.6.3",
108108
"columnify": "^1.6.0",
@@ -4904,9 +4904,9 @@
49044904
}
49054905
},
49064906
"node_modules/ci-info": {
4907-
"version": "3.9.0",
4908-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
4909-
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
4907+
"version": "4.0.0",
4908+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
4909+
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
49104910
"funding": [
49114911
{
49124912
"type": "github",
@@ -17603,7 +17603,7 @@
1760317603
"license": "ISC",
1760417604
"dependencies": {
1760517605
"@npmcli/map-workspaces": "^3.0.2",
17606-
"ci-info": "^3.8.0",
17606+
"ci-info": "^4.0.0",
1760717607
"ini": "^4.1.0",
1760817608
"nopt": "^7.0.0",
1760917609
"proc-log": "^3.0.0",
@@ -17668,7 +17668,7 @@
1766817668
"dependencies": {
1766917669
"@npmcli/arborist": "^7.2.1",
1767017670
"@npmcli/run-script": "^7.0.2",
17671-
"ci-info": "^3.7.1",
17671+
"ci-info": "^4.0.0",
1767217672
"npm-package-arg": "^11.0.1",
1767317673
"npmlog": "^7.0.1",
1767417674
"pacote": "^17.0.4",
@@ -17766,7 +17766,7 @@
1776617766
"version": "9.0.1",
1776717767
"license": "ISC",
1776817768
"dependencies": {
17769-
"ci-info": "^3.6.1",
17769+
"ci-info": "^4.0.0",
1777017770
"normalize-package-data": "^6.0.0",
1777117771
"npm-package-arg": "^11.0.1",
1777217772
"npm-registry-fetch": "^16.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"archy": "~1.0.0",
6565
"cacache": "^18.0.0",
6666
"chalk": "^5.3.0",
67-
"ci-info": "^3.9.0",
67+
"ci-info": "^4.0.0",
6868
"cli-columns": "^4.0.0",
6969
"cli-table3": "^0.6.3",
7070
"columnify": "^1.6.0",

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@npmcli/map-workspaces": "^3.0.2",
40-
"ci-info": "^3.8.0",
40+
"ci-info": "^4.0.0",
4141
"ini": "^4.1.0",
4242
"nopt": "^7.0.0",
4343
"proc-log": "^3.0.0",

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@npmcli/arborist": "^7.2.1",
6363
"@npmcli/run-script": "^7.0.2",
64-
"ci-info": "^3.7.1",
64+
"ci-info": "^4.0.0",
6565
"npm-package-arg": "^11.0.1",
6666
"npmlog": "^7.0.1",
6767
"pacote": "^17.0.4",

workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"bugs": "https://github.com/npm/cli/issues",
3939
"homepage": "https://npmjs.com/package/libnpmpublish",
4040
"dependencies": {
41-
"ci-info": "^3.6.1",
41+
"ci-info": "^4.0.0",
4242
"normalize-package-data": "^6.0.0",
4343
"npm-package-arg": "^11.0.1",
4444
"npm-registry-fetch": "^16.0.0",

0 commit comments

Comments
 (0)