Skip to content

Commit 4cbf972

Browse files
authored
chore: upgrade to yargs 15 (#9157)
1 parent 129c200 commit 4cbf972

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

packages/jest-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jest-validate": "^24.9.0",
1818
"prompts": "^2.0.1",
1919
"realpath-native": "^1.1.0",
20-
"yargs": "^14.0.0"
20+
"yargs": "^15.0.0"
2121
},
2222
"devDependencies": {
2323
"@types/exit": "^0.1.30",

packages/jest-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jest-runtime": "^24.9.0",
1717
"jest-validate": "^24.9.0",
1818
"repl": "^0.1.3",
19-
"yargs": "^14.0.0"
19+
"yargs": "^15.0.0"
2020
},
2121
"devDependencies": {
2222
"@types/yargs": "^13.0.0"

packages/jest-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"realpath-native": "^1.1.0",
3333
"slash": "^3.0.0",
3434
"strip-bom": "^4.0.0",
35-
"yargs": "^14.0.0"
35+
"yargs": "^15.0.0"
3636
},
3737
"devDependencies": {
3838
"@types/exit": "^0.1.30",

packages/jest-watcher/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"dependencies": {
77
"@jest/test-result": "^24.9.0",
88
"@jest/types": "^24.9.0",
9-
"@types/yargs": "^13.0.0",
109
"ansi-escapes": "^4.2.1",
1110
"chalk": "^3.0.0",
1211
"jest-util": "^24.9.0",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14486,6 +14486,14 @@ yargs-parser@^15.0.0:
1448614486
camelcase "^5.0.0"
1448714487
decamelize "^1.2.0"
1448814488

14489+
yargs-parser@^16.1.0:
14490+
version "16.1.0"
14491+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1"
14492+
integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==
14493+
dependencies:
14494+
camelcase "^5.0.0"
14495+
decamelize "^1.2.0"
14496+
1448914497
yargs-parser@^7.0.0:
1449014498
version "7.0.0"
1449114499
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
@@ -14518,7 +14526,7 @@ [email protected], yargs@^13.3.0:
1451814526
y18n "^4.0.0"
1451914527
yargs-parser "^13.1.1"
1452014528

14521-
yargs@^14.0.0, yargs@^14.2.0:
14529+
yargs@^14.2.0:
1452214530
version "14.2.0"
1452314531
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.0.tgz#f116a9242c4ed8668790b40759b4906c276e76c3"
1452414532
integrity sha512-/is78VKbKs70bVZH7w4YaZea6xcJWOAwkhbR0CFuZBmYtfTYF0xjGJF43AYd8g2Uii1yJwmS5GR2vBmrc32sbg==
@@ -14535,6 +14543,23 @@ yargs@^14.0.0, yargs@^14.2.0:
1453514543
y18n "^4.0.0"
1453614544
yargs-parser "^15.0.0"
1453714545

14546+
yargs@^15.0.0:
14547+
version "15.0.0"
14548+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.0.0.tgz#8df5a97630bac08d60792f6720fc882c732f8b4f"
14549+
integrity sha512-ywk8xVR7qlJQormKfBTCgN7LKtd7qpcTBY1nmiQKb4Xa9SDvqg+t98nCzXaQ++GyQII6Y6z8I+ecYjz+/tWlLQ==
14550+
dependencies:
14551+
cliui "^5.0.0"
14552+
decamelize "^1.2.0"
14553+
find-up "^3.0.0"
14554+
get-caller-file "^2.0.1"
14555+
require-directory "^2.1.1"
14556+
require-main-filename "^2.0.0"
14557+
set-blocking "^2.0.0"
14558+
string-width "^3.0.0"
14559+
which-module "^2.0.0"
14560+
y18n "^4.0.0"
14561+
yargs-parser "^16.1.0"
14562+
1453814563
yargs@^2.3.0:
1453914564
version "2.3.0"
1454014565
resolved "https://registry.yarnpkg.com/yargs/-/yargs-2.3.0.tgz#e900c87250ec5cd080db6009fe3dd63156f1d7fb"

0 commit comments

Comments
 (0)