Skip to content

Commit ef7d1f1

Browse files
chore(deps): update dependency @types/yargs to v17.0.32 (redwoodjs#9759)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs)) | [`17.0.31` -> `17.0.32`](https://renovatebot.com/diffs/npm/@types%2fyargs/17.0.31/17.0.32) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fyargs/17.0.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fyargs/17.0.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fyargs/17.0.31/17.0.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fyargs/17.0.31/17.0.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ccd621 commit ef7d1f1

File tree

17 files changed

+36
-36
lines changed

17 files changed

+36
-36
lines changed

packages/api-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/lodash": "4.14.201",
5858
"@types/qs": "6.9.10",
5959
"@types/split2": "4.2.3",
60-
"@types/yargs": "17.0.31",
60+
"@types/yargs": "17.0.32",
6161
"aws-lambda": "1.0.7",
6262
"jest": "29.7.0",
6363
"typescript": "5.3.3"

packages/auth-providers/auth0/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/azureActiveDirectory/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/clerk/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/custom/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/dbAuth/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/cli": "7.23.4",
3434
"@babel/core": "^7.22.20",
3535
"@simplewebauthn/typescript-types": "7.4.0",
36-
"@types/yargs": "17.0.31",
36+
"@types/yargs": "17.0.32",
3737
"jest": "29.7.0",
3838
"typescript": "5.3.3"
3939
},

packages/auth-providers/firebase/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/netlify/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/supabase/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/auth-providers/supertokens/setup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "7.23.4",
3131
"@babel/core": "^7.22.20",
32-
"@types/yargs": "17.0.31",
32+
"@types/yargs": "17.0.32",
3333
"jest": "29.7.0",
3434
"typescript": "5.3.3"
3535
},

packages/cli-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/cli": "7.23.4",
4444
"@types/lodash": "4.14.201",
4545
"@types/pascalcase": "1.0.3",
46-
"@types/yargs": "17.0.31",
46+
"@types/yargs": "17.0.32",
4747
"jest": "29.7.0",
4848
"typescript": "5.3.3"
4949
},

packages/cli-packages/dataMigrate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@prisma/client": "5.7.0",
3939
"@types/fs-extra": "11.0.4",
40-
"@types/yargs": "17.0.31",
40+
"@types/yargs": "17.0.32",
4141
"esbuild": "0.19.9",
4242
"fast-glob": "3.3.2",
4343
"jest": "29.7.0",

packages/cli-packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"yargs": "17.7.2"
3939
},
4040
"devDependencies": {
41-
"@types/yargs": "17.0.31",
41+
"@types/yargs": "17.0.32",
4242
"esbuild": "0.19.9",
4343
"fast-glob": "3.3.2",
4444
"jest": "29.7.0",

packages/codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/jest": "29.5.8",
5555
"@types/jscodeshift": "0.11.6",
5656
"@types/prettier": "2.7.3",
57-
"@types/yargs": "17.0.31",
57+
"@types/yargs": "17.0.32",
5858
"fs-extra": "11.2.0",
5959
"tempy": "1.0.1"
6060
},

packages/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/smtp-server": "3",
7777
"@types/split2": "4.2.3",
7878
"@types/uuid": "9.0.7",
79-
"@types/yargs": "17.0.31",
79+
"@types/yargs": "17.0.32",
8080
"@vitejs/plugin-react": "4.2.1",
8181
"autoprefixer": "10.4.16",
8282
"aws-lambda": "1.0.7",

packages/telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/core": "^7.22.20",
4343
"@types/envinfo": "7.8.3",
4444
"@types/uuid": "9.0.7",
45-
"@types/yargs": "17.0.31",
45+
"@types/yargs": "17.0.32",
4646
"jest": "29.7.0"
4747
},
4848
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"

yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -8082,7 +8082,7 @@ __metadata:
80828082
"@types/lodash": "npm:4.14.201"
80838083
"@types/qs": "npm:6.9.10"
80848084
"@types/split2": "npm:4.2.3"
8085-
"@types/yargs": "npm:17.0.31"
8085+
"@types/yargs": "npm:17.0.32"
80868086
ansi-colors: "npm:4.1.3"
80878087
aws-lambda: "npm:1.0.7"
80888088
chalk: "npm:4.1.2"
@@ -8175,7 +8175,7 @@ __metadata:
81758175
"@babel/core": "npm:^7.22.20"
81768176
"@babel/runtime-corejs3": "npm:7.23.6"
81778177
"@redwoodjs/cli-helpers": "npm:6.0.7"
8178-
"@types/yargs": "npm:17.0.31"
8178+
"@types/yargs": "npm:17.0.32"
81798179
core-js: "npm:3.34.0"
81808180
jest: "npm:29.7.0"
81818181
typescript: "npm:5.3.3"
@@ -8227,7 +8227,7 @@ __metadata:
82278227
"@babel/core": "npm:^7.22.20"
82288228
"@babel/runtime-corejs3": "npm:7.23.6"
82298229
"@redwoodjs/cli-helpers": "npm:6.0.7"
8230-
"@types/yargs": "npm:17.0.31"
8230+
"@types/yargs": "npm:17.0.32"
82318231
core-js: "npm:3.34.0"
82328232
jest: "npm:29.7.0"
82338233
typescript: "npm:5.3.3"
@@ -8278,7 +8278,7 @@ __metadata:
82788278
"@babel/core": "npm:^7.22.20"
82798279
"@babel/runtime-corejs3": "npm:7.23.6"
82808280
"@redwoodjs/cli-helpers": "npm:6.0.7"
8281-
"@types/yargs": "npm:17.0.31"
8281+
"@types/yargs": "npm:17.0.32"
82828282
core-js: "npm:3.34.0"
82838283
jest: "npm:29.7.0"
82848284
typescript: "npm:5.3.3"
@@ -8313,7 +8313,7 @@ __metadata:
83138313
"@babel/core": "npm:^7.22.20"
83148314
"@babel/runtime-corejs3": "npm:7.23.6"
83158315
"@redwoodjs/cli-helpers": "npm:6.0.7"
8316-
"@types/yargs": "npm:17.0.31"
8316+
"@types/yargs": "npm:17.0.32"
83178317
core-js: "npm:3.34.0"
83188318
jest: "npm:29.7.0"
83198319
typescript: "npm:5.3.3"
@@ -8351,7 +8351,7 @@ __metadata:
83518351
"@redwoodjs/cli-helpers": "npm:6.0.7"
83528352
"@simplewebauthn/browser": "npm:7.4.0"
83538353
"@simplewebauthn/typescript-types": "npm:7.4.0"
8354-
"@types/yargs": "npm:17.0.31"
8354+
"@types/yargs": "npm:17.0.32"
83558355
core-js: "npm:3.34.0"
83568356
jest: "npm:29.7.0"
83578357
prompts: "npm:2.4.2"
@@ -8402,7 +8402,7 @@ __metadata:
84028402
"@babel/core": "npm:^7.22.20"
84038403
"@babel/runtime-corejs3": "npm:7.23.6"
84048404
"@redwoodjs/cli-helpers": "npm:6.0.7"
8405-
"@types/yargs": "npm:17.0.31"
8405+
"@types/yargs": "npm:17.0.32"
84068406
core-js: "npm:3.34.0"
84078407
jest: "npm:29.7.0"
84088408
typescript: "npm:5.3.3"
@@ -8453,7 +8453,7 @@ __metadata:
84538453
"@babel/core": "npm:^7.22.20"
84548454
"@babel/runtime-corejs3": "npm:7.23.6"
84558455
"@redwoodjs/cli-helpers": "npm:6.0.7"
8456-
"@types/yargs": "npm:17.0.31"
8456+
"@types/yargs": "npm:17.0.32"
84578457
core-js: "npm:3.34.0"
84588458
jest: "npm:29.7.0"
84598459
typescript: "npm:5.3.3"
@@ -8504,7 +8504,7 @@ __metadata:
85048504
"@babel/core": "npm:^7.22.20"
85058505
"@babel/runtime-corejs3": "npm:7.23.6"
85068506
"@redwoodjs/cli-helpers": "npm:6.0.7"
8507-
"@types/yargs": "npm:17.0.31"
8507+
"@types/yargs": "npm:17.0.32"
85088508
core-js: "npm:3.34.0"
85098509
jest: "npm:29.7.0"
85108510
typescript: "npm:5.3.3"
@@ -8556,7 +8556,7 @@ __metadata:
85568556
"@babel/core": "npm:^7.22.20"
85578557
"@babel/runtime-corejs3": "npm:7.23.6"
85588558
"@redwoodjs/cli-helpers": "npm:6.0.7"
8559-
"@types/yargs": "npm:17.0.31"
8559+
"@types/yargs": "npm:17.0.32"
85608560
core-js: "npm:3.34.0"
85618561
jest: "npm:29.7.0"
85628562
typescript: "npm:5.3.3"
@@ -8640,7 +8640,7 @@ __metadata:
86408640
"@redwoodjs/babel-config": "npm:6.0.7"
86418641
"@redwoodjs/project-config": "npm:6.0.7"
86428642
"@types/fs-extra": "npm:11.0.4"
8643-
"@types/yargs": "npm:17.0.31"
8643+
"@types/yargs": "npm:17.0.32"
86448644
chalk: "npm:4.1.2"
86458645
dotenv-defaults: "npm:5.0.2"
86468646
esbuild: "npm:0.19.9"
@@ -8671,7 +8671,7 @@ __metadata:
86718671
"@redwoodjs/telemetry": "npm:6.0.7"
86728672
"@types/lodash": "npm:4.14.201"
86738673
"@types/pascalcase": "npm:1.0.3"
8674-
"@types/yargs": "npm:17.0.31"
8674+
"@types/yargs": "npm:17.0.32"
86758675
chalk: "npm:4.1.2"
86768676
core-js: "npm:3.34.0"
86778677
dotenv: "npm:16.3.1"
@@ -8698,7 +8698,7 @@ __metadata:
86988698
"@storybook/addon-docs": "npm:7.6.4"
86998699
"@storybook/addon-essentials": "npm:7.6.4"
87008700
"@storybook/react-webpack5": "npm:7.6.4"
8701-
"@types/yargs": "npm:17.0.31"
8701+
"@types/yargs": "npm:17.0.32"
87028702
chalk: "npm:4.1.2"
87038703
esbuild: "npm:0.19.9"
87048704
execa: "npm:5.1.1"
@@ -8798,7 +8798,7 @@ __metadata:
87988798
"@types/jest": "npm:29.5.8"
87998799
"@types/jscodeshift": "npm:0.11.6"
88008800
"@types/prettier": "npm:2.7.3"
8801-
"@types/yargs": "npm:17.0.31"
8801+
"@types/yargs": "npm:17.0.32"
88028802
"@vscode/ripgrep": "npm:1.15.6"
88038803
"@whatwg-node/fetch": "npm:0.9.14"
88048804
cheerio: "npm:1.0.0-rc.12"
@@ -9372,7 +9372,7 @@ __metadata:
93729372
"@types/smtp-server": "npm:3"
93739373
"@types/split2": "npm:4.2.3"
93749374
"@types/uuid": "npm:9.0.7"
9375-
"@types/yargs": "npm:17.0.31"
9375+
"@types/yargs": "npm:17.0.32"
93769376
"@vitejs/plugin-react": "npm:4.2.1"
93779377
ansi-colors: "npm:4.1.3"
93789378
autoprefixer: "npm:10.4.16"
@@ -9449,7 +9449,7 @@ __metadata:
94499449
"@redwoodjs/structure": "npm:6.0.7"
94509450
"@types/envinfo": "npm:7.8.3"
94519451
"@types/uuid": "npm:9.0.7"
9452-
"@types/yargs": "npm:17.0.31"
9452+
"@types/yargs": "npm:17.0.32"
94539453
"@whatwg-node/fetch": "npm:0.9.14"
94549454
ci-info: "npm:4.0.0"
94559455
core-js: "npm:3.34.0"
@@ -12628,12 +12628,12 @@ __metadata:
1262812628
languageName: node
1262912629
linkType: hard
1263012630

12631-
"@types/yargs@npm:17.0.31, @types/yargs@npm:^17.0.8":
12632-
version: 17.0.31
12633-
resolution: "@types/yargs@npm:17.0.31"
12631+
"@types/yargs@npm:17.0.32, @types/yargs@npm:^17.0.8":
12632+
version: 17.0.32
12633+
resolution: "@types/yargs@npm:17.0.32"
1263412634
dependencies:
1263512635
"@types/yargs-parser": "npm:*"
12636-
checksum: 1e04df99bd0ad8ac8b3748b6ac0e99a9a4efe20b9cd8eab69ac9503fe87ab9bec312ad56982e969cdb0e2c0679431434ad571f6934049adb15fa35b22810c867
12636+
checksum: 2095e8aad8a4e66b86147415364266b8d607a3b95b4239623423efd7e29df93ba81bb862784a6e08664f645cc1981b25fd598f532019174cd3e5e1e689e1cccf
1263712637
languageName: node
1263812638
linkType: hard
1263912639

0 commit comments

Comments
 (0)