Skip to content

Commit bc005db

Browse files
committed
build: update all non-major dependencies
1 parent 36b7540 commit bc005db

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/local-actions/branch-manager/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57944,10 +57944,10 @@ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
5794457944
return 1;
5794557945
}
5794657946
if ("CI" in env) {
57947-
if ("GITHUB_ACTIONS" in env || "GITEA_ACTIONS" in env) {
57947+
if (["GITHUB_ACTIONS", "GITEA_ACTIONS", "CIRCLECI"].some((key) => key in env)) {
5794857948
return 3;
5794957949
}
57950-
if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
57950+
if (["TRAVIS", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
5795157951
return 1;
5795257952
}
5795357953
return min;

github-actions/create-pr-for-changes/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42753,10 +42753,10 @@ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
4275342753
return 1;
4275442754
}
4275542755
if ("CI" in env) {
42756-
if ("GITHUB_ACTIONS" in env || "GITEA_ACTIONS" in env) {
42756+
if (["GITHUB_ACTIONS", "GITEA_ACTIONS", "CIRCLECI"].some((key) => key in env)) {
4275742757
return 3;
4275842758
}
42759-
if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
42759+
if (["TRAVIS", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
4276042760
return 1;
4276142761
}
4276242762
return min;

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5883,9 +5883,9 @@ __metadata:
58835883
linkType: hard
58845884

58855885
"chalk@npm:^5.0.1, chalk@npm:^5.3.0":
5886-
version: 5.3.0
5887-
resolution: "chalk@npm:5.3.0"
5888-
checksum: 10c0/8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09
5886+
version: 5.4.0
5887+
resolution: "chalk@npm:5.4.0"
5888+
checksum: 10c0/474266abd1a69879e367690b3090541deb985a54d3263efa4c82ffc623ea12b8ab9afdba082e853bb5e3f64c6619ac4951a154622b6cc8f66265f85c943d0481
58895889
languageName: node
58905890
linkType: hard
58915891

0 commit comments

Comments
 (0)