Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: ci-info@3.7.0 #5934

Merged
merged 1 commit into from Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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
Expand Down
18 changes: 11 additions & 7 deletions 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`.
Expand All @@ -24,47 +26,49 @@ 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;
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;
6 changes: 4 additions & 2 deletions 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",
Expand All @@ -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"
},
Expand Down
12 changes: 11 additions & 1 deletion node_modules/ci-info/vendors.json
Expand Up @@ -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",
Expand Down Expand Up @@ -197,6 +202,11 @@
"env": "TDDIUM",
"pr": "TDDIUM_PR_ID"
},
{
"name": "Sourcehut",
"constant": "SOURCEHUT",
"env": { "CI_NAME": "sourcehut" }
},
{
"name": "Strider CD",
"constant": "STRIDER",
Expand All @@ -221,7 +231,7 @@
{
"name": "Vercel",
"constant": "VERCEL",
"env": { "any": ["NOW_BUILDER", "VERCEL_URL"] }
"env": { "any": ["NOW_BUILDER", "VERCEL"] }
},
{
"name": "Visual Studio App Center",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Expand Up @@ -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",
Expand Down