Skip to content

Commit 48a1cf7

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 6a135f3 commit 48a1cf7

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53970,6 +53970,9 @@ function _supportsColor2(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
5397053970
if (env2.TERM === "xterm-kitty") {
5397153971
return 3;
5397253972
}
53973+
if (env2.TERM === "xterm-ghostty") {
53974+
return 3;
53975+
}
5397353976
if ("TERM_PROGRAM" in env2) {
5397453977
const version = Number.parseInt((env2.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
5397553978
switch (env2.TERM_PROGRAM) {

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "41.51.0"
6+
"renovate": "41.51.1"
77
}
88
}

.github/ng-renovate/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5912,7 +5912,7 @@ __metadata:
59125912
version: 0.0.0-use.local
59135913
resolution: "ng-renovate@workspace:."
59145914
dependencies:
5915-
renovate: "npm:41.51.0"
5915+
renovate: "npm:41.51.1"
59165916
languageName: unknown
59175917
linkType: soft
59185918

@@ -6635,9 +6635,9 @@ __metadata:
66356635
languageName: node
66366636
linkType: hard
66376637

6638-
"renovate@npm:41.51.0":
6639-
version: 41.51.0
6640-
resolution: "renovate@npm:41.51.0"
6638+
"renovate@npm:41.51.1":
6639+
version: 41.51.1
6640+
resolution: "renovate@npm:41.51.1"
66416641
dependencies:
66426642
"@aws-sdk/client-codecommit": "npm:3.858.0"
66436643
"@aws-sdk/client-ec2": "npm:3.858.0"
@@ -6769,7 +6769,7 @@ __metadata:
67696769
bin:
67706770
renovate: dist/renovate.js
67716771
renovate-config-validator: dist/config-validator.js
6772-
checksum: 10c0/4501515759cdfe2942a5d9c6fd0237ed61d93867016e540d7f24b0a20debd4e5ac2702378fe85569c6f0236df229180d0ca3c4d2de7dd756fe8c95f14a496470
6772+
checksum: 10c0/12ea1b0a31d9d8772bb5bd7c93ce630a6be386e399835dc0be975bf134a338af48f7506254abdabde59f208576d72822f1dbad45e391cc1fb4996d4482746f70
67736773
languageName: node
67746774
linkType: hard
67756775

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/wait-on": "^5.3.4",
1010
"@types/yargs": "17.0.33",
1111
"browser-sync": "3.0.4",
12-
"chalk": "5.4.1",
12+
"chalk": "5.5.0",
1313
"piscina": "^5.0.0",
1414
"send": "1.2.0",
1515
"true-case-path": "2.2.1",

bazel/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ng-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@yarnpkg/lockfile": "^1.1.0",
2424
"chalk": "^5.0.1",
2525
"semver": "^7.5.4",
26-
"supports-color": "10.0.0",
26+
"supports-color": "10.1.0",
2727
"typed-graphqlify": "^3.1.1",
2828
"typescript": "~4.9.0",
2929
"which": "^5.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"rxjs": "^7.4.0",
141141
"semver": "^7.5.4",
142142
"stylelint": "^16.0.0",
143-
"supports-color": "10.0.0",
143+
"supports-color": "10.1.0",
144144
"terser": "5.43.1",
145145
"ts-node": "^10.9.2",
146146
"tslint": "^6.1.3",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ __metadata:
332332
send: "npm:^1.0.0"
333333
source-map: "npm:^0.7.4"
334334
stylelint: "npm:^16.0.0"
335-
supports-color: "npm:10.0.0"
335+
supports-color: "npm:10.1.0"
336336
terser: "npm:5.43.1"
337337
tmp: "npm:^0.2.1"
338338
true-case-path: "npm:^2.2.1"
@@ -15172,13 +15172,20 @@ __metadata:
1517215172
languageName: node
1517315173
linkType: hard
1517415174

15175-
"supports-color@npm:*, supports-color@npm:10.0.0":
15175+
"supports-color@npm:*":
1517615176
version: 10.0.0
1517715177
resolution: "supports-color@npm:10.0.0"
1517815178
checksum: 10c0/0e7884dfd02a07b3c6e0b235346f58c19f0201f1e44f7807583581761b354688c8577378785b5a4e3b03110809786c4c808e0e086cd91911f7b8bc59132703a8
1517915179
languageName: node
1518015180
linkType: hard
1518115181

15182+
"supports-color@npm:10.1.0":
15183+
version: 10.1.0
15184+
resolution: "supports-color@npm:10.1.0"
15185+
checksum: 10c0/59db622e372e209c7bc5d1a9641b9767a562796d719b7a5d3c8d5358356897acabd34c2f8c84d27c9e43f0b81f1a20d6e8c2f1a70d8fad99094a86ec4b8c26c8
15186+
languageName: node
15187+
linkType: hard
15188+
1518215189
"supports-color@npm:^2.0.0":
1518315190
version: 2.0.0
1518415191
resolution: "supports-color@npm:2.0.0"

0 commit comments

Comments
 (0)