diff --git a/node_modules/ci-info/LICENSE b/node_modules/ci-info/LICENSE index 2cc7405a823c..748719206287 100644 --- a/node_modules/ci-info/LICENSE +++ b/node_modules/ci-info/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2021 Thomas Watson Steen +Copyright (c) 2016-2022 Thomas Watson Steen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/node_modules/ci-info/index.d.ts b/node_modules/ci-info/index.d.ts index 0572d36ea9ec..816d63a867cf 100644 --- a/node_modules/ci-info/index.d.ts +++ b/node_modules/ci-info/index.d.ts @@ -1,3 +1,5 @@ +// This file is generated at pre-commit by running `node create-typings.js`. + /** * Returns a boolean. Will be `true` if the code is running on a CI server, * otherwise `false`. @@ -24,9 +26,10 @@ export const isPR: boolean | null; */ export const name: string | null; +export const APPCIRCLE: boolean; export const APPVEYOR: boolean; +export const CODEBUILD: boolean; export const AZURE_PIPELINES: boolean; -export const APPCIRCLE: boolean; export const BAMBOO: boolean; export const BITBUCKET: boolean; export const BITRISE: boolean; @@ -34,37 +37,38 @@ export const BUDDY: boolean; export const BUILDKITE: boolean; export const CIRCLE: boolean; export const CIRRUS: boolean; -export const CODEBUILD: boolean; -export const CODEMAGIC: boolean; export const CODEFRESH: boolean; +export const CODEMAGIC: boolean; export const CODESHIP: boolean; export const DRONE: boolean; export const DSARI: boolean; export const EAS: boolean; -export const GERRIT: boolean; export const GITHUB_ACTIONS: boolean; export const GITLAB: boolean; export const GOCD: boolean; export const GOOGLE_CLOUD_BUILD: boolean; +export const LAYERCI: boolean; +export const GERRIT: boolean; export const HEROKU: boolean; export const HUDSON: boolean; export const JENKINS: boolean; -export const LAYERCI: boolean; export const MAGNUM: boolean; export const NETLIFY: boolean; export const NEVERCODE: boolean; +export const RELEASEHUB: boolean; export const RENDER: boolean; export const SAIL: boolean; -export const SEMAPHORE: boolean; export const SCREWDRIVER: boolean; +export const SEMAPHORE: boolean; export const SHIPPABLE: boolean; export const SOLANO: boolean; +export const SOURCEHUT: boolean; export const STRIDER: boolean; export const TASKCLUSTER: boolean; export const TEAMCITY: boolean; export const TRAVIS: boolean; export const VERCEL: boolean; export const APPCENTER: boolean; +export const WOODPECKER: boolean; export const XCODE_CLOUD: boolean; export const XCODE_SERVER: boolean; -export const WOODPECKER: boolean; diff --git a/node_modules/ci-info/package.json b/node_modules/ci-info/package.json index 59ab4df86d62..cadaa1502623 100644 --- a/node_modules/ci-info/package.json +++ b/node_modules/ci-info/package.json @@ -1,6 +1,6 @@ { "name": "ci-info", - "version": "3.6.1", + "version": "3.7.0", "description": "Get details about the current Continuous Integration environment", "main": "index.js", "typings": "index.d.ts", @@ -24,10 +24,12 @@ ], "scripts": { "lint:fix": "standard --fix", - "test": "standard && node test.js" + "test": "standard && node test.js", + "prepare": "husky install" }, "devDependencies": { "clear-module": "^4.1.2", + "husky": "^8.0.2", "standard": "^17.0.0", "tape": "^5.6.1" }, diff --git a/node_modules/ci-info/vendors.json b/node_modules/ci-info/vendors.json index 29d90c2979fe..00c1601b5119 100644 --- a/node_modules/ci-info/vendors.json +++ b/node_modules/ci-info/vendors.json @@ -161,6 +161,11 @@ "env": "NEVERCODE", "pr": { "env": "NEVERCODE_PULL_REQUEST", "ne": "false" } }, + { + "name": "ReleaseHub", + "constant": "RELEASEHUB", + "env": "RELEASE_BUILD_ID" + }, { "name": "Render", "constant": "RENDER", @@ -197,6 +202,11 @@ "env": "TDDIUM", "pr": "TDDIUM_PR_ID" }, + { + "name": "Sourcehut", + "constant": "SOURCEHUT", + "env": { "CI_NAME": "sourcehut" } + }, { "name": "Strider CD", "constant": "STRIDER", @@ -221,7 +231,7 @@ { "name": "Vercel", "constant": "VERCEL", - "env": { "any": ["NOW_BUILDER", "VERCEL_URL"] } + "env": { "any": ["NOW_BUILDER", "VERCEL"] } }, { "name": "Visual Studio App Center", diff --git a/package-lock.json b/package-lock.json index b65f2653c445..f99fc2e2bb5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "archy": "~1.0.0", "cacache": "^17.0.3", "chalk": "^4.1.2", - "ci-info": "^3.6.1", + "ci-info": "^3.7.0", "cli-columns": "^4.0.0", "cli-table3": "^0.6.3", "columnify": "^1.6.0", @@ -3300,9 +3300,9 @@ } }, "node_modules/ci-info": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.6.1.tgz", - "integrity": "sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.0.tgz", + "integrity": "sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==", "inBundle": true, "engines": { "node": ">=8" @@ -15257,7 +15257,7 @@ "@npmcli/arborist": "^6.1.4", "@npmcli/run-script": "^6.0.0", "chalk": "^4.1.0", - "ci-info": "^3.6.1", + "ci-info": "^3.7.0", "npm-package-arg": "^10.1.0", "npmlog": "^7.0.1", "pacote": "^15.0.7", diff --git a/package.json b/package.json index da6b9e52e576..7fd369d5a83a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "archy": "~1.0.0", "cacache": "^17.0.3", "chalk": "^4.1.2", - "ci-info": "^3.6.1", + "ci-info": "^3.7.0", "cli-columns": "^4.0.0", "cli-table3": "^0.6.3", "columnify": "^1.6.0", diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 950246f6e1be..e5f508560155 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -64,7 +64,7 @@ "@npmcli/arborist": "^6.1.4", "@npmcli/run-script": "^6.0.0", "chalk": "^4.1.0", - "ci-info": "^3.6.1", + "ci-info": "^3.7.0", "npm-package-arg": "^10.1.0", "npmlog": "^7.0.1", "pacote": "^15.0.7",