Skip to content

Commit 3720e73

Browse files
fix(deps): update dependency yargs to v18 (#10692)
* fix(deps): update dependency yargs to v18 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5e64c5a commit 3720e73

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-codegen/cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`yargs@^18.0.0` ↗︎](https://www.npmjs.com/package/yargs/v/18.0.0) (from `^17.0.0`, in `dependencies`)

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"ts-log": "^3.0.0",
108108
"tslib": "^2.4.0",
109109
"yaml": "^2.3.1",
110-
"yargs": "^17.0.0"
110+
"yargs": "^18.0.0"
111111
},
112112
"devDependencies": {
113113
"@parcel/watcher": "^2.1.0",

yarn.lock

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6972,6 +6972,15 @@ cliui@^8.0.1:
69726972
strip-ansi "^6.0.1"
69736973
wrap-ansi "^7.0.0"
69746974

6975+
cliui@^9.0.1:
6976+
version "9.0.1"
6977+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
6978+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
6979+
dependencies:
6980+
string-width "^7.2.0"
6981+
strip-ansi "^7.1.0"
6982+
wrap-ansi "^9.0.0"
6983+
69756984
[email protected], clsx@^2.0.0, clsx@^2.1.1:
69766985
version "2.1.1"
69776986
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
@@ -14567,7 +14576,7 @@ string-width@^6.0.0:
1456714576
emoji-regex "^10.2.1"
1456814577
strip-ansi "^7.0.1"
1456914578

14570-
string-width@^7.0.0:
14579+
string-width@^7.0.0, string-width@^7.2.0:
1457114580
version "7.2.0"
1457214581
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
1457314582
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
@@ -16269,6 +16278,11 @@ yargs-parser@^21.1.1:
1626916278
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1627016279
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1627116280

16281+
yargs-parser@^22.0.0:
16282+
version "22.0.0"
16283+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
16284+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
16285+
1627216286
yargs@^15.3.1:
1627316287
version "15.4.1"
1627416288
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
@@ -16286,7 +16300,7 @@ yargs@^15.3.1:
1628616300
y18n "^4.0.0"
1628716301
yargs-parser "^18.1.2"
1628816302

16289-
yargs@^17.0.0, yargs@^17.1.1, yargs@^17.6.2:
16303+
yargs@^17.1.1, yargs@^17.6.2:
1629016304
version "17.7.2"
1629116305
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
1629216306
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
@@ -16299,6 +16313,18 @@ yargs@^17.0.0, yargs@^17.1.1, yargs@^17.6.2:
1629916313
y18n "^5.0.5"
1630016314
yargs-parser "^21.1.1"
1630116315

16316+
yargs@^18.0.0:
16317+
version "18.0.0"
16318+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
16319+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
16320+
dependencies:
16321+
cliui "^9.0.1"
16322+
escalade "^3.1.1"
16323+
get-caller-file "^2.0.5"
16324+
string-width "^7.2.0"
16325+
y18n "^5.0.5"
16326+
yargs-parser "^22.0.0"
16327+
1630216328
yauzl@^2.10.0:
1630316329
version "2.10.0"
1630416330
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"

0 commit comments

Comments
 (0)