Skip to content

Commit 73ee6cc

Browse files
committed
1 parent 64715a4 commit 73ee6cc

File tree

8 files changed

+51
-32
lines changed

8 files changed

+51
-32
lines changed

node_modules/ci-info/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2023 Thomas Watson Steen
3+
Copyright (c) 2016 Thomas Watson Steen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

node_modules/ci-info/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ci-info",
3-
"version": "3.8.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",
@@ -35,9 +35,9 @@
3535
},
3636
"devDependencies": {
3737
"clear-module": "^4.1.2",
38-
"husky": "^8.0.2",
39-
"standard": "^17.0.0",
40-
"tape": "^5.6.1"
38+
"husky": "^8.0.3",
39+
"standard": "^17.1.0",
40+
"tape": "^5.7.0"
4141
},
4242
"engines": {
4343
"node": ">=8"

node_modules/ci-info/vendors.json

Lines changed: 35 additions & 17 deletions
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",
@@ -18,8 +24,10 @@
1824
{
1925
"name": "Azure Pipelines",
2026
"constant": "AZURE_PIPELINES",
21-
"env": "SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",
22-
"pr": "SYSTEM_PULLREQUEST_PULLREQUESTID"
27+
"env": "TF_BUILD",
28+
"pr": {
29+
"BUILD_REASON": "PullRequest"
30+
}
2331
},
2432
{
2533
"name": "Bamboo",
@@ -102,6 +110,11 @@
102110
"constant": "DSARI",
103111
"env": "DSARI"
104112
},
113+
{
114+
"name": "Earthly",
115+
"constant": "EARTHLY",
116+
"env": "EARTHLY_CI"
117+
},
105118
{
106119
"name": "Expo Application Services",
107120
"constant": "EAS",
@@ -112,6 +125,11 @@
112125
"constant": "GERRIT",
113126
"env": "GERRIT_PROJECT"
114127
},
128+
{
129+
"name": "Gitea Actions",
130+
"constant": "GITEA_ACTIONS",
131+
"env": "GITEA_ACTIONS"
132+
},
115133
{
116134
"name": "GitHub Actions",
117135
"constant": "GITHUB_ACTIONS",
@@ -197,6 +215,11 @@
197215
"ne": "false"
198216
}
199217
},
218+
{
219+
"name": "Prow",
220+
"constant": "PROW",
221+
"env": "PROW_JOB_ID"
222+
},
200223
{
201224
"name": "ReleaseHub",
202225
"constant": "RELEASEHUB",
@@ -231,20 +254,6 @@
231254
"env": "SEMAPHORE",
232255
"pr": "PULL_REQUEST_NUMBER"
233256
},
234-
{
235-
"name": "Shippable",
236-
"constant": "SHIPPABLE",
237-
"env": "SHIPPABLE",
238-
"pr": {
239-
"IS_PULL_REQUEST": "true"
240-
}
241-
},
242-
{
243-
"name": "Solano CI",
244-
"constant": "SOLANO",
245-
"env": "TDDIUM",
246-
"pr": "TDDIUM_PR_ID"
247-
},
248257
{
249258
"name": "Sourcehut",
250259
"constant": "SOURCEHUT",
@@ -279,6 +288,14 @@
279288
"ne": "false"
280289
}
281290
},
291+
{
292+
"name": "Vela",
293+
"constant": "VELA",
294+
"env": "VELA",
295+
"pr": {
296+
"VELA_PULL_REQUEST": "1"
297+
}
298+
},
282299
{
283300
"name": "Vercel",
284301
"constant": "VERCEL",
@@ -287,7 +304,8 @@
287304
"NOW_BUILDER",
288305
"VERCEL"
289306
]
290-
}
307+
},
308+
"pr": "VERCEL_GIT_PULL_REQUEST_ID"
291309
},
292310
{
293311
"name": "Visual Studio App Center",

package-lock.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"archy": "~1.0.0",
101101
"cacache": "^17.1.4",
102102
"chalk": "^5.3.0",
103-
"ci-info": "^3.8.0",
103+
"ci-info": "^4.0.0",
104104
"cli-columns": "^4.0.0",
105105
"cli-table3": "^0.6.3",
106106
"columnify": "^1.6.0",
@@ -3996,15 +3996,16 @@
39963996
}
39973997
},
39983998
"node_modules/ci-info": {
3999-
"version": "3.8.0",
3999+
"version": "4.0.0",
4000+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
4001+
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
40004002
"funding": [
40014003
{
40024004
"type": "github",
40034005
"url": "https://github.com/sponsors/sibiraj-s"
40044006
}
40054007
],
40064008
"inBundle": true,
4007-
"license": "MIT",
40084009
"engines": {
40094010
"node": ">=8"
40104011
}
@@ -15993,7 +15994,7 @@
1599315994
"license": "ISC",
1599415995
"dependencies": {
1599515996
"@npmcli/map-workspaces": "^3.0.2",
15996-
"ci-info": "^3.8.0",
15997+
"ci-info": "^4.0.0",
1599715998
"ini": "^4.1.0",
1599815999
"nopt": "^7.0.0",
1599916000
"proc-log": "^3.0.0",
@@ -16058,7 +16059,7 @@
1605816059
"dependencies": {
1605916060
"@npmcli/arborist": "^6.5.0",
1606016061
"@npmcli/run-script": "^6.0.0",
16061-
"ci-info": "^3.7.1",
16062+
"ci-info": "^4.0.0",
1606216063
"npm-package-arg": "^10.1.0",
1606316064
"npmlog": "^7.0.1",
1606416065
"pacote": "^15.0.8",
@@ -16156,7 +16157,7 @@
1615616157
"version": "7.5.1",
1615716158
"license": "ISC",
1615816159
"dependencies": {
16159-
"ci-info": "^3.6.1",
16160+
"ci-info": "^4.0.0",
1616016161
"normalize-package-data": "^5.0.0",
1616116162
"npm-package-arg": "^10.1.0",
1616216163
"npm-registry-fetch": "^14.0.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"archy": "~1.0.0",
6464
"cacache": "^17.1.4",
6565
"chalk": "^5.3.0",
66-
"ci-info": "^3.8.0",
66+
"ci-info": "^4.0.0",
6767
"cli-columns": "^4.0.0",
6868
"cli-table3": "^0.6.3",
6969
"columnify": "^1.6.0",

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@npmcli/arborist": "^6.5.0",
6363
"@npmcli/run-script": "^6.0.0",
64-
"ci-info": "^3.7.1",
64+
"ci-info": "^4.0.0",
6565
"npm-package-arg": "^10.1.0",
6666
"npmlog": "^7.0.1",
6767
"pacote": "^15.0.8",

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"bugs": "https://github.com/npm/cli/issues",
4040
"homepage": "https://npmjs.com/package/libnpmpublish",
4141
"dependencies": {
42-
"ci-info": "^3.6.1",
42+
"ci-info": "^4.0.0",
4343
"normalize-package-data": "^5.0.0",
4444
"npm-package-arg": "^10.1.0",
4545
"npm-registry-fetch": "^14.0.3",

0 commit comments

Comments
 (0)