Skip to content

Commit c8f3bba

Browse files
fix(deps): update dependency yargs to v18
1 parent df59ab1 commit c8f3bba

File tree

6 files changed

+53
-10
lines changed

6 files changed

+53
-10
lines changed

commands/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "4.53.1",
4040
"rollup-plugin-postcss": "4.0.2",
4141
"rollup-plugin-visualizer": "6.0.5",
42-
"yargs": "17.7.2"
42+
"yargs": "18.0.0"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-typescript": "12.3.0",

commands/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"dependencies": {
3333
"@nebula.js/cli-create": "^6.1.1",
3434
"import-cwd": "3.0.0",
35-
"yargs": "17.7.2"
35+
"yargs": "18.0.0"
3636
}
3737
}

commands/sense/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"fs-extra": "11.3.2",
4141
"node-event-emitter": "0.0.1",
4242
"rollup": "4.53.1",
43-
"yargs": "17.7.2"
43+
"yargs": "18.0.0"
4444
}
4545
}

commands/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.2",
4949
"ws": "8.18.3",
50-
"yargs": "17.7.2"
50+
"yargs": "18.0.0"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "7.28.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"rollup-plugin-sass": "1.15.3",
9292
"style-loader": "4.0.0",
9393
"whatwg-fetch": "^3.6.20",
94-
"yargs": "17.7.2"
94+
"yargs": "18.0.0"
9595
},
9696
"resolutions": {
9797
"caniuse-lite": "1.0.30001754",

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4723,7 +4723,7 @@ __metadata:
47234723
rollup-plugin-visualizer: "npm:6.0.5"
47244724
tslib: "npm:*"
47254725
typescript: "npm:>=5.9.3"
4726-
yargs: "npm:17.7.2"
4726+
yargs: "npm:18.0.0"
47274727
languageName: unknown
47284728
linkType: soft
47294729

@@ -4755,7 +4755,7 @@ __metadata:
47554755
fs-extra: "npm:11.3.2"
47564756
node-event-emitter: "npm:0.0.1"
47574757
rollup: "npm:4.53.1"
4758-
yargs: "npm:17.7.2"
4758+
yargs: "npm:18.0.0"
47594759
languageName: unknown
47604760
linkType: soft
47614761

@@ -4802,7 +4802,7 @@ __metadata:
48024802
webpack-cli: "npm:6.0.1"
48034803
webpack-dev-server: "npm:5.2.2"
48044804
ws: "npm:8.18.3"
4805-
yargs: "npm:17.7.2"
4805+
yargs: "npm:18.0.0"
48064806
languageName: unknown
48074807
linkType: soft
48084808

@@ -4812,7 +4812,7 @@ __metadata:
48124812
dependencies:
48134813
"@nebula.js/cli-create": "npm:^6.1.1"
48144814
import-cwd: "npm:3.0.0"
4815-
yargs: "npm:17.7.2"
4815+
yargs: "npm:18.0.0"
48164816
peerDependencies:
48174817
"@nebula.js/cli-build": 5.0.0 - 6
48184818
"@nebula.js/cli-sense": 5.0.0 - 6
@@ -8791,6 +8791,17 @@ __metadata:
87918791
languageName: node
87928792
linkType: hard
87938793

8794+
"cliui@npm:^9.0.1":
8795+
version: 9.0.1
8796+
resolution: "cliui@npm:9.0.1"
8797+
dependencies:
8798+
string-width: "npm:^7.2.0"
8799+
strip-ansi: "npm:^7.1.0"
8800+
wrap-ansi: "npm:^9.0.0"
8801+
checksum: 10c0/13441832e9efe7c7a76bd2b8e683555c478d461a9f249dc5db9b17fe8d4b47fa9277b503914b90bd00e4a151abb6b9b02b2288972ffe2e5e3ca40bcb1c2330d3
8802+
languageName: node
8803+
linkType: hard
8804+
87948805
"clone-deep@npm:^4.0.1":
87958806
version: 4.0.1
87968807
resolution: "clone-deep@npm:4.0.1"
@@ -19804,7 +19815,7 @@ __metadata:
1980419815
rollup-plugin-sass: "npm:1.15.3"
1980519816
style-loader: "npm:4.0.0"
1980619817
whatwg-fetch: "npm:^3.6.20"
19807-
yargs: "npm:17.7.2"
19818+
yargs: "npm:18.0.0"
1980819819
languageName: unknown
1980919820
linkType: soft
1981019821

@@ -20920,6 +20931,17 @@ __metadata:
2092020931
languageName: node
2092120932
linkType: hard
2092220933

20934+
"string-width@npm:^7.2.0":
20935+
version: 7.2.0
20936+
resolution: "string-width@npm:7.2.0"
20937+
dependencies:
20938+
emoji-regex: "npm:^10.3.0"
20939+
get-east-asian-width: "npm:^1.0.0"
20940+
strip-ansi: "npm:^7.1.0"
20941+
checksum: 10c0/eb0430dd43f3199c7a46dcbf7a0b34539c76fe3aa62763d0b0655acdcbdf360b3f66f3d58ca25ba0205f42ea3491fa00f09426d3b7d3040e506878fc7664c9b9
20942+
languageName: node
20943+
linkType: hard
20944+
2092320945
"string-width@npm:^8.0.0":
2092420946
version: 8.1.0
2092520947
resolution: "string-width@npm:8.1.0"
@@ -23102,6 +23124,13 @@ __metadata:
2310223124
languageName: node
2310323125
linkType: hard
2310423126

23127+
"yargs-parser@npm:^22.0.0":
23128+
version: 22.0.0
23129+
resolution: "yargs-parser@npm:22.0.0"
23130+
checksum: 10c0/cb7ef81759c4271cb1d96b9351dbbc9a9ce35d3e1122d2b739bf6c432603824fa02c67cc12dcef6ea80283379d63495686e8f41cc7b06c6576e792aba4d33e1c
23131+
languageName: node
23132+
linkType: hard
23133+
2310523134
"yargs@npm:17.7.2, yargs@npm:^17.5.1, yargs@npm:^17.7.2":
2310623135
version: 17.7.2
2310723136
resolution: "yargs@npm:17.7.2"
@@ -23117,6 +23146,20 @@ __metadata:
2311723146
languageName: node
2311823147
linkType: hard
2311923148

23149+
"yargs@npm:18.0.0":
23150+
version: 18.0.0
23151+
resolution: "yargs@npm:18.0.0"
23152+
dependencies:
23153+
cliui: "npm:^9.0.1"
23154+
escalade: "npm:^3.1.1"
23155+
get-caller-file: "npm:^2.0.5"
23156+
string-width: "npm:^7.2.0"
23157+
y18n: "npm:^5.0.5"
23158+
yargs-parser: "npm:^22.0.0"
23159+
checksum: 10c0/bf290e4723876ea9c638c786a5c42ac28e03c9ca2325e1424bf43b94e5876456292d3ed905b853ebbba6daf43ed29e772ac2a6b3c5fb1b16533245d6211778f3
23160+
languageName: node
23161+
linkType: hard
23162+
2312023163
"yargs@npm:^16.2.0":
2312123164
version: 16.2.0
2312223165
resolution: "yargs@npm:16.2.0"

0 commit comments

Comments
 (0)