Skip to content

Commit 01d37de

Browse files
authored
Setup wgutils and create next two agendas (#3650)
1 parent ba5720b commit 01d37de

File tree

6 files changed

+182
-30
lines changed

6 files changed

+182
-30
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"test:watch": "yarn jest --watch",
7777
"tsc": "tsc --build",
7878
"vitest": "yarn wsrun -p -m test",
79-
"wsrun:noexamples": "wsrun --exclude-missing --exclude example-monaco-graphql-react-vite --exclude example-monaco-graphql-nextjs --exclude example-monaco-graphql-webpack --exclude example-graphiql-webpack"
79+
"wsrun:noexamples": "wsrun --exclude-missing --exclude example-monaco-graphql-react-vite --exclude example-monaco-graphql-nextjs --exclude example-monaco-graphql-webpack --exclude example-graphiql-webpack",
80+
"gen-agenda": "wgutils agenda gen"
8081
},
8182
"dependencies": {
8283
"@arthurgeron/eslint-plugin-react-usememo": "^2.4.0",
@@ -137,6 +138,7 @@
137138
"typedoc": "^0.19.2",
138139
"typescript": "^4.6.3",
139140
"vitest": "^0.32.2",
141+
"wgutils": "^0.1.7",
140142
"wsrun": "^5.2.4"
141143
},
142144
"resolutions": {

resources/custom-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ hola
9494
htmling
9595
hurrell
9696
hyohyeon
97+
ical
9798
imolorhe
9899
inno
99100
intellij
@@ -218,6 +219,7 @@ vitest
218219
vizag
219220
vsix
220221
websockets
222+
wgutils
221223
wincent
222224
wonka
223225
yoshiakis

wg.config.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// @ts-check
2+
3+
/** @type {import('wgutils').Config} */
4+
const config = {
5+
name: 'GraphiQL WG',
6+
repoUrl: 'https://github.com/graphql/graphiql',
7+
repoSubpath: 'working-group',
8+
videoConferenceDetails: `https://zoom.us/j/760146252
9+
- _Password:_ graphiql`,
10+
liveNotesUrl:
11+
'https://docs.google.com/document/d/1AjbUDhfQV2TXn13RZqrmL7PfETTslzkbVZGtNl_SLcU/edit?usp=sharing',
12+
timezone: 'UTC',
13+
frequency: 'monthly',
14+
nth: 2,
15+
weekday: 'Tu', // M, Tu, W, Th, F, Sa, Su
16+
time: '16:00-17:00', // 24-hour clock, range
17+
attendeesTemplate: `\
18+
| Name | GitHub | Organization | Location |
19+
| :------------------------- | :------------------- | :----------------- | :----------------------- |
20+
`,
21+
agendasFolder: 'agendas',
22+
dateAndTimeLocations: 'p1=224&p2=24&p3=179&p4=136&p5=37&p6=239&p7=101&p8=152',
23+
description: `\
24+
To read about the purpose of this subcommittee, please see [the README](../../README.md).
25+
`,
26+
};
27+
28+
module.exports = config;
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
| This is an open meeting: To attend, edit and PR this file. (Edit: ✎ above, or press "e") |
2+
| ---------------------------------------------------------------------------------------- |
3+
4+
# GraphiQL WG — August 2024
5+
6+
To read about the purpose of this subcommittee, please see [the README](../../README.md).
7+
8+
9+
- **Date & Time**: [August 13, 2024, 4:00 – 5:00 PM UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20240813T160000&p1=224&p2=24&p3=179&p4=136&p5=37&p6=239&p7=101&p8=152)
10+
- View the [calendar][], or subscribe ([Google Calendar][], [ical file][]).
11+
- _Please Note:_ The date or time may change. Please check this agenda the
12+
week of the meeting to confirm. While we try to keep all calendars accurate,
13+
this agenda document is the source of truth.
14+
- **Video Conference Link**: https://zoom.us/j/760146252
15+
- _Password:_ graphiql
16+
- **Live Notes**: [Live Notes][]
17+
18+
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
19+
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
20+
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
21+
[live notes]: https://docs.google.com/document/d/1AjbUDhfQV2TXn13RZqrmL7PfETTslzkbVZGtNl_SLcU/edit?usp=sharing
22+
23+
## Attendees
24+
25+
<!-- prettier-ignore -->
26+
| Name | GitHub | Organization | Location |
27+
| :------------------------- | :------------------- | :----------------- | :----------------------- |
28+
29+
30+
## Agenda
31+
32+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
33+
- [Specification Membership Agreement](https://github.com/graphql/foundation)
34+
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
35+
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
36+
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
37+
1. Introduction of attendees (5m, Host)
38+
1. Determine volunteers for note taking (1m, Host)
39+
1. Review agenda (2m, Host)
40+
1. Review previous meeting's action items (5m, Host)
41+
- [Ready for review](https://github.com/graphql/graphiql/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
42+
- [All open action items (by last update)](https://github.com/graphql/graphiql/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
| This is an open meeting: To attend, edit and PR this file. (Edit: ✎ above, or press "e") |
2+
| ---------------------------------------------------------------------------------------- |
3+
4+
# GraphiQL WG — September 2024
5+
6+
To read about the purpose of this subcommittee, please see [the README](../../README.md).
7+
8+
9+
- **Date & Time**: [September 10, 2024, 4:00 – 5:00 PM UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20240910T160000&p1=224&p2=24&p3=179&p4=136&p5=37&p6=239&p7=101&p8=152)
10+
- View the [calendar][], or subscribe ([Google Calendar][], [ical file][]).
11+
- _Please Note:_ The date or time may change. Please check this agenda the
12+
week of the meeting to confirm. While we try to keep all calendars accurate,
13+
this agenda document is the source of truth.
14+
- **Video Conference Link**: https://zoom.us/j/760146252
15+
- _Password:_ graphiql
16+
- **Live Notes**: [Live Notes][]
17+
18+
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
19+
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
20+
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
21+
[live notes]: https://docs.google.com/document/d/1AjbUDhfQV2TXn13RZqrmL7PfETTslzkbVZGtNl_SLcU/edit?usp=sharing
22+
23+
## Attendees
24+
25+
<!-- prettier-ignore -->
26+
| Name | GitHub | Organization | Location |
27+
| :------------------------- | :------------------- | :----------------- | :----------------------- |
28+
29+
30+
## Agenda
31+
32+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
33+
- [Specification Membership Agreement](https://github.com/graphql/foundation)
34+
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
35+
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
36+
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
37+
1. Introduction of attendees (5m, Host)
38+
1. Determine volunteers for note taking (1m, Host)
39+
1. Review agenda (2m, Host)
40+
1. Review previous meeting's action items (5m, Host)
41+
- [Ready for review](https://github.com/graphql/graphiql/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
42+
- [All open action items (by last update)](https://github.com/graphql/graphiql/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)

yarn.lock

Lines changed: 65 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,13 @@
12771277
dependencies:
12781278
regenerator-runtime "^0.13.11"
12791279

1280+
"@babel/runtime@^7.21.0":
1281+
version "7.24.7"
1282+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12"
1283+
integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
1284+
dependencies:
1285+
regenerator-runtime "^0.14.0"
1286+
12801287
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
12811288
version "7.22.15"
12821289
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
@@ -6489,6 +6496,15 @@ cliui@^7.0.2:
64896496
strip-ansi "^6.0.0"
64906497
wrap-ansi "^7.0.0"
64916498

6499+
cliui@^8.0.1:
6500+
version "8.0.1"
6501+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
6502+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
6503+
dependencies:
6504+
string-width "^4.2.0"
6505+
strip-ansi "^6.0.1"
6506+
wrap-ansi "^7.0.0"
6507+
64926508
clone-deep@^4.0.1:
64936509
version "4.0.1"
64946510
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -7329,11 +7345,23 @@ dataloader@^2.2.2:
73297345
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
73307346
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==
73317347

7348+
date-fns-tz@^2.0.0:
7349+
version "2.0.1"
7350+
resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-2.0.1.tgz#0a9b2099031c0d74120b45de9fd23192e48ea495"
7351+
integrity sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==
7352+
73327353
date-fns@^1.27.2:
73337354
version "1.30.1"
73347355
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
73357356
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
73367357

7358+
date-fns@^2:
7359+
version "2.30.0"
7360+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
7361+
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
7362+
dependencies:
7363+
"@babel/runtime" "^7.21.0"
7364+
73377365
date-fns@^2.16.1:
73387366
version "2.28.0"
73397367
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2"
@@ -15146,6 +15174,11 @@ regenerator-runtime@^0.13.11, regenerator-runtime@^0.13.4, regenerator-runtime@^
1514615174
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
1514715175
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
1514815176

15177+
regenerator-runtime@^0.14.0:
15178+
version "0.14.1"
15179+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
15180+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
15181+
1514915182
regenerator-transform@^0.15.1:
1515015183
version "0.15.1"
1515115184
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56"
@@ -16264,7 +16297,7 @@ string-length@^4.0.1:
1626416297
char-regex "^1.0.2"
1626516298
strip-ansi "^6.0.0"
1626616299

16267-
"string-width-cjs@npm:string-width@^4.2.0":
16300+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1626816301
version "4.2.3"
1626916302
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1627016303
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -16299,15 +16332,6 @@ string-width@^3.0.0, string-width@^3.1.0:
1629916332
is-fullwidth-code-point "^2.0.0"
1630016333
strip-ansi "^5.1.0"
1630116334

16302-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
16303-
version "4.2.3"
16304-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
16305-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
16306-
dependencies:
16307-
emoji-regex "^8.0.0"
16308-
is-fullwidth-code-point "^3.0.0"
16309-
strip-ansi "^6.0.1"
16310-
1631116335
string-width@^5.0.1, string-width@^5.1.2:
1631216336
version "5.1.2"
1631316337
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -16411,7 +16435,7 @@ stringify-object@^3.3.0:
1641116435
is-obj "^1.0.1"
1641216436
is-regexp "^1.0.0"
1641316437

16414-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
16438+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1641516439
version "6.0.1"
1641616440
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1641716441
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -16439,13 +16463,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1643916463
dependencies:
1644016464
ansi-regex "^4.1.0"
1644116465

16442-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
16443-
version "6.0.1"
16444-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
16445-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
16446-
dependencies:
16447-
ansi-regex "^5.0.1"
16448-
1644916466
strip-ansi@^7.0.1:
1645016467
version "7.1.0"
1645116468
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -18081,6 +18098,16 @@ well-known-symbols@^2.0.0:
1808118098
resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz#e9c7c07dbd132b7b84212c8174391ec1f9871ba5"
1808218099
integrity sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==
1808318100

18101+
wgutils@^0.1.7:
18102+
version "0.1.7"
18103+
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-0.1.7.tgz#17082c4bcacde23216c8ee3f3c6d92df0e6adaf8"
18104+
integrity sha512-5Z3dPmaZebAPKNSuUazzN3GZiYu8weyYKsXOKfFTz/jrtFbHH8q3hz2fvg2sHthbTC0IsEgiqEyzQpes9qTPxg==
18105+
dependencies:
18106+
date-fns "^2"
18107+
date-fns-tz "^2.0.0"
18108+
yargs "^17.7.2"
18109+
zod "^3.22.4"
18110+
1808418111
whatwg-encoding@^1.0.5:
1808518112
version "1.0.5"
1808618113
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
@@ -18430,7 +18457,7 @@ [email protected]:
1843018457
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
1843118458
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
1843218459

18433-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
18460+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1843418461
version "7.0.0"
1843518462
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1843618463
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -18465,15 +18492,6 @@ wrap-ansi@^6.2.0:
1846518492
string-width "^4.1.0"
1846618493
strip-ansi "^6.0.0"
1846718494

18468-
wrap-ansi@^7.0.0:
18469-
version "7.0.0"
18470-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
18471-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
18472-
dependencies:
18473-
ansi-styles "^4.0.0"
18474-
string-width "^4.1.0"
18475-
strip-ansi "^6.0.0"
18476-
1847718495
wrap-ansi@^8.1.0:
1847818496
version "8.1.0"
1847918497
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -18645,7 +18663,7 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3:
1864518663
camelcase "^5.0.0"
1864618664
decamelize "^1.2.0"
1864718665

18648-
yargs-parser@^21.0.0:
18666+
yargs-parser@^21.0.0, yargs-parser@^21.1.1:
1864918667
version "21.1.1"
1865018668
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1865118669
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
@@ -18719,6 +18737,19 @@ yargs@^17.1.1:
1871918737
y18n "^5.0.5"
1872018738
yargs-parser "^21.0.0"
1872118739

18740+
yargs@^17.7.2:
18741+
version "17.7.2"
18742+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
18743+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
18744+
dependencies:
18745+
cliui "^8.0.1"
18746+
escalade "^3.1.1"
18747+
get-caller-file "^2.0.5"
18748+
require-directory "^2.1.1"
18749+
string-width "^4.2.3"
18750+
y18n "^5.0.5"
18751+
yargs-parser "^21.1.1"
18752+
1872218753
yauzl@^2.10.0, yauzl@^2.3.1:
1872318754
version "2.10.0"
1872418755
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
@@ -18754,6 +18785,11 @@ [email protected]:
1875418785
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
1875518786
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==
1875618787

18788+
zod@^3.22.4:
18789+
version "3.23.8"
18790+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
18791+
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==
18792+
1875718793
zwitch@^2.0.0:
1875818794
version "2.0.4"
1875918795
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"

0 commit comments

Comments
 (0)