Skip to content

Commit 176e3fc

Browse files
committed
build: update dependency yargs to v18
See associated pull request for more information.
1 parent 241f7bc commit 176e3fc

File tree

5 files changed

+120
-8
lines changed

5 files changed

+120
-8
lines changed

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"true-case-path": "2.2.1",
1616
"typescript": "5.8.3",
1717
"wait-on": "^8.0.3",
18-
"yargs": "17.7.2"
18+
"yargs": "18.0.0"
1919
},
2020
"pnpm": {
2121
"onlyBuiltDependencies": []

bazel/pnpm-lock.yaml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"true-case-path": "^2.2.1",
4848
"tslib": "^2.5.2",
4949
"typescript": "5.8.3",
50-
"yargs": "^17.0.0"
50+
"yargs": "18.0.0"
5151
},
5252
"devDependencies": {
5353
"@actions/core": "^1.4.0",

tools/esbuild.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def _esbuild_devmode_prioritize(
1515
name,
1616
testonly = False,
1717
platform = "node",
18-
target = "node14",
18+
target = "node20",
1919
deps = [],
2020
**kwargs):
2121
# TODO: Rename once devmode and prodmode have been combined.

yarn.lock

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ __metadata:
357357
which: "npm:^5.0.0"
358358
ws: "npm:^8.8.0"
359359
yaml: "npm:^2.0.0"
360-
yargs: "npm:^17.0.0"
360+
yargs: "npm:18.0.0"
361361
zone.js: "npm:^0.15.0"
362362
dependenciesMeta:
363363
re2:
@@ -6518,6 +6518,17 @@ __metadata:
65186518
languageName: node
65196519
linkType: hard
65206520

6521+
"cliui@npm:^9.0.1":
6522+
version: 9.0.1
6523+
resolution: "cliui@npm:9.0.1"
6524+
dependencies:
6525+
string-width: "npm:^7.2.0"
6526+
strip-ansi: "npm:^7.1.0"
6527+
wrap-ansi: "npm:^9.0.0"
6528+
checksum: 10c0/13441832e9efe7c7a76bd2b8e683555c478d461a9f249dc5db9b17fe8d4b47fa9277b503914b90bd00e4a151abb6b9b02b2288972ffe2e5e3ca40bcb1c2330d3
6529+
languageName: node
6530+
linkType: hard
6531+
65216532
"clone@npm:^1.0.2":
65226533
version: 1.0.4
65236534
resolution: "clone@npm:1.0.4"
@@ -14291,7 +14302,7 @@ __metadata:
1429114302
languageName: node
1429214303
linkType: hard
1429314304

14294-
"string-width@npm:^7.0.0":
14305+
"string-width@npm:^7.0.0, string-width@npm:^7.2.0":
1429514306
version: 7.2.0
1429614307
resolution: "string-width@npm:7.2.0"
1429714308
dependencies:
@@ -15941,7 +15952,14 @@ __metadata:
1594115952
languageName: node
1594215953
linkType: hard
1594315954

15944-
"yargs@npm:17.7.2, yargs@npm:^17.0.0, yargs@npm:^17.2.1, yargs@npm:^17.3.1, yargs@npm:^17.7.2":
15955+
"yargs-parser@npm:^22.0.0":
15956+
version: 22.0.0
15957+
resolution: "yargs-parser@npm:22.0.0"
15958+
checksum: 10c0/cb7ef81759c4271cb1d96b9351dbbc9a9ce35d3e1122d2b739bf6c432603824fa02c67cc12dcef6ea80283379d63495686e8f41cc7b06c6576e792aba4d33e1c
15959+
languageName: node
15960+
linkType: hard
15961+
15962+
"yargs@npm:17.7.2, yargs@npm:^17.2.1, yargs@npm:^17.3.1, yargs@npm:^17.7.2":
1594515963
version: 17.7.2
1594615964
resolution: "yargs@npm:17.7.2"
1594715965
dependencies:
@@ -15956,6 +15974,20 @@ __metadata:
1595615974
languageName: node
1595715975
linkType: hard
1595815976

15977+
"yargs@npm:18.0.0":
15978+
version: 18.0.0
15979+
resolution: "yargs@npm:18.0.0"
15980+
dependencies:
15981+
cliui: "npm:^9.0.1"
15982+
escalade: "npm:^3.1.1"
15983+
get-caller-file: "npm:^2.0.5"
15984+
string-width: "npm:^7.2.0"
15985+
y18n: "npm:^5.0.5"
15986+
yargs-parser: "npm:^22.0.0"
15987+
checksum: 10c0/bf290e4723876ea9c638c786a5c42ac28e03c9ca2325e1424bf43b94e5876456292d3ed905b853ebbba6daf43ed29e772ac2a6b3c5fb1b16533245d6211778f3
15988+
languageName: node
15989+
linkType: hard
15990+
1595915991
"yargs@npm:^15.3.1":
1596015992
version: 15.4.1
1596115993
resolution: "yargs@npm:15.4.1"

0 commit comments

Comments
 (0)