Skip to content

Commit fca804a

Browse files
committed
1 parent 6af582f commit fca804a

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

node_modules/ci-info/LICENSE

+1-1
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ci-info",
3-
"version": "3.8.0",
3+
"version": "3.9.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

+6-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
{
1919
"name": "Azure Pipelines",
2020
"constant": "AZURE_PIPELINES",
21-
"env": "SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",
22-
"pr": "SYSTEM_PULLREQUEST_PULLREQUESTID"
21+
"env": "TF_BUILD",
22+
"pr": {
23+
"BUILD_REASON": "PullRequest"
24+
}
2325
},
2426
{
2527
"name": "Bamboo",
@@ -287,7 +289,8 @@
287289
"NOW_BUILDER",
288290
"VERCEL"
289291
]
290-
}
292+
},
293+
"pr": "VERCEL_GIT_PULL_REQUEST_ID"
291294
},
292295
{
293296
"name": "Visual Studio App Center",

package-lock.json

+4-4
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.8.0",
105+
"ci-info": "^3.9.0",
106106
"cli-columns": "^4.0.0",
107107
"cli-table3": "^0.6.3",
108108
"columnify": "^1.6.0",
@@ -4456,9 +4456,9 @@
44564456
}
44574457
},
44584458
"node_modules/ci-info": {
4459-
"version": "3.8.0",
4460-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
4461-
"integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
4459+
"version": "3.9.0",
4460+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
4461+
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
44624462
"funding": [
44634463
{
44644464
"type": "github",

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.8.0",
67+
"ci-info": "^3.9.0",
6868
"cli-columns": "^4.0.0",
6969
"cli-table3": "^0.6.3",
7070
"columnify": "^1.6.0",

0 commit comments

Comments
 (0)