Skip to content

Commit

Permalink
deps: @npmcli/ci-detect@2.0.0 (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Feb 16, 2022
1 parent 54cda96 commit fb13bda
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = () =>
: process.env.DSARI ? 'dsari'
: process.env.GITHUB_ACTION ? 'github-actions'
: process.env.TDDIUM ? 'tddium'
: process.env.SCREWDRIVER ? 'screwdriver'
: process.env.STRIDER ? 'strider'
: process.env.TASKCLUSTER_ROOT_URL ? 'taskcluster'
: process.env.JENKINS_URL ? 'jenkins'
Expand Down
25 changes: 20 additions & 5 deletions node_modules/@npmcli/ci-detect/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,41 @@
{
"name": "@npmcli/ci-detect",
"version": "1.4.0",
"version": "2.0.0",
"description": "Detect what kind of CI environment the program is in",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"author": "GitHub Inc.",
"license": "ISC",
"main": "./lib",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},
"tap": {
"check-coverage": true
},
"devDependencies": {
"tap": "^14.10.2"
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
},
"files": [
"index.js"
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/npm/ci-detect.git"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.7.1"
}
}
23 changes: 13 additions & 10 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^4.3.1",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.0",
"@npmcli/package-json": "^1.0.1",
Expand Down Expand Up @@ -806,10 +806,13 @@
"link": true
},
"node_modules/@npmcli/ci-detect": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-1.4.0.tgz",
"integrity": "sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q==",
"inBundle": true
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-2.0.0.tgz",
"integrity": "sha512-8yQtQ9ArHh/TzdUDKQwEvwCgpDuhSWTDAbiKMl3854PcT+Dk4UmWaiawuFTLy9n5twzXOBXVflWe+90/ffXQrA==",
"inBundle": true,
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
}
},
"node_modules/@npmcli/config": {
"version": "3.0.0",
Expand Down Expand Up @@ -10634,7 +10637,7 @@
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/ci-detect": "^1.3.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^2.0.0",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
Expand Down Expand Up @@ -11492,9 +11495,9 @@
}
},
"@npmcli/ci-detect": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-1.4.0.tgz",
"integrity": "sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/ci-detect/-/ci-detect-2.0.0.tgz",
"integrity": "sha512-8yQtQ9ArHh/TzdUDKQwEvwCgpDuhSWTDAbiKMl3854PcT+Dk4UmWaiawuFTLy9n5twzXOBXVflWe+90/ffXQrA=="
},
"@npmcli/config": {
"version": "3.0.0",
Expand Down Expand Up @@ -14463,7 +14466,7 @@
"version": "file:workspaces/libnpmexec",
"requires": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/ci-detect": "^1.3.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^2.0.0",
"@npmcli/template-oss": "^2.4.2",
"bin-links": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^4.3.1",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.0",
"@npmcli/package-json": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/ci-detect": "^1.3.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^2.0.0",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
Expand Down

0 comments on commit fb13bda

Please sign in to comment.