Skip to content

Commit 330ccc8

Browse files
chore(deps): bump yargs from 17.7.2 to 18.0.0
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.7.2...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fbd958 commit 330ccc8

File tree

2 files changed

+57
-3
lines changed

2 files changed

+57
-3
lines changed

tools/pkglint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"colors": "1.4.0",
5959
"fs-extra": "^11.1.0",
6060
"semver": "^7.5.4",
61-
"yargs": "^17.7.2"
61+
"yargs": "^18.0.0"
6262
}
6363
}

yarn.lock

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5042,7 +5042,7 @@ ansi-styles@^5.0.0:
50425042
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
50435043
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
50445044

5045-
ansi-styles@^6.1.0:
5045+
ansi-styles@^6.1.0, ansi-styles@^6.2.1:
50465046
version "6.2.1"
50475047
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
50485048
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -5648,6 +5648,15 @@ cliui@^8.0.1:
56485648
strip-ansi "^6.0.1"
56495649
wrap-ansi "^7.0.0"
56505650

5651+
cliui@^9.0.1:
5652+
version "9.0.1"
5653+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
5654+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
5655+
dependencies:
5656+
string-width "^7.2.0"
5657+
strip-ansi "^7.1.0"
5658+
wrap-ansi "^9.0.0"
5659+
56515660
clone-deep@4.0.1:
56525661
version "4.0.1"
56535662
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -6373,6 +6382,11 @@ emittery@^0.13.1:
63736382
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
63746383
integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==
63756384

6385+
emoji-regex@^10.3.0:
6386+
version "10.4.0"
6387+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4"
6388+
integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==
6389+
63766390
emoji-regex@^8.0.0:
63776391
version "8.0.0"
63786392
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -7096,6 +7110,11 @@ get-caller-file@^2.0.5:
70967110
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
70977111
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
70987112

7113+
get-east-asian-width@^1.0.0:
7114+
version "1.3.0"
7115+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389"
7116+
integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==
7117+
70997118
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7:
71007119
version "1.2.7"
71017120
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz#dcfcb33d3272e15f445d15124bc0a216189b9044"
@@ -10699,6 +10718,15 @@ string-width@^5.0.1, string-width@^5.1.2:
1069910718
emoji-regex "^9.2.2"
1070010719
strip-ansi "^7.0.1"
1070110720

10721+
string-width@^7.0.0, string-width@^7.2.0:
10722+
version "7.2.0"
10723+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
10724+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
10725+
dependencies:
10726+
emoji-regex "^10.3.0"
10727+
get-east-asian-width "^1.0.0"
10728+
strip-ansi "^7.1.0"
10729+
1070210730
string.prototype.trim@^1.2.10:
1070310731
version "1.2.10"
1070410732
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz#40b2dd5ee94c959b4dcfb1d65ce72e90da480c81"
@@ -10764,7 +10792,7 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1076410792
dependencies:
1076510793
ansi-regex "^5.0.1"
1076610794

10767-
strip-ansi@^7.0.1:
10795+
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1076810796
version "7.1.0"
1076910797
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
1077010798
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
@@ -11478,6 +11506,15 @@ wrap-ansi@^8.1.0:
1147811506
string-width "^5.0.1"
1147911507
strip-ansi "^7.0.1"
1148011508

11509+
wrap-ansi@^9.0.0:
11510+
version "9.0.0"
11511+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
11512+
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
11513+
dependencies:
11514+
ansi-styles "^6.2.1"
11515+
string-width "^7.0.0"
11516+
strip-ansi "^7.1.0"
11517+
1148111518
wrappy@1:
1148211519
version "1.0.2"
1148311520
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -11579,6 +11616,11 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3:
1157911616
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
1158011617
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
1158111618

11619+
yargs-parser@^22.0.0:
11620+
version "22.0.0"
11621+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
11622+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
11623+
1158211624
yargs@17.7.2, yargs@^17.3.1, yargs@^17.6.2, yargs@^17.7.2:
1158311625
version "17.7.2"
1158411626
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
@@ -11605,6 +11647,18 @@ yargs@^16.0.0, yargs@^16.2.0:
1160511647
y18n "^5.0.5"
1160611648
yargs-parser "^20.2.2"
1160711649

11650+
yargs@^18.0.0:
11651+
version "18.0.0"
11652+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
11653+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
11654+
dependencies:
11655+
cliui "^9.0.1"
11656+
escalade "^3.1.1"
11657+
get-caller-file "^2.0.5"
11658+
string-width "^7.2.0"
11659+
y18n "^5.0.5"
11660+
yargs-parser "^22.0.0"
11661+
1160811662
yn@3.1.1:
1160911663
version "3.1.1"
1161011664
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)