Skip to content

Commit 6d02e1f

Browse files
authored
Upgrade wgutils; note AI summary tools (#1699)
1 parent bc646d3 commit 6d02e1f

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

agendas/2025/04-Apr/03-wg-primary.md

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ hold additional secondary meetings later in the month.
117117
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
118118
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
119119
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
120+
- Meetings are [published to YouTube](https://www.youtube.com/@GraphQLFoundation/videos) and we may use LLM/AI summary tools
120121
1. Introduction of attendees (5m, Host)
121122
1. Determine volunteers for note taking (1m, Host)
122123
1. Review agenda (2m, Host)

agendas/2025/05-May/01-wg-primary.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ hold additional secondary meetings later in the month.
114114
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
115115
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
116116
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
117+
- Meetings are [published to YouTube](https://www.youtube.com/@GraphQLFoundation/videos) and we may use LLM/AI summary tools
117118
1. Introduction of attendees (5m, Host)
118119
1. Determine volunteers for note taking (1m, Host)
119120
1. Review agenda (2m, Host)

agendas/2025/06-Jun/05-wg-primary.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ hold additional secondary meetings later in the month.
114114
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
115115
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
116116
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
117+
- Meetings are [published to YouTube](https://www.youtube.com/@GraphQLFoundation/videos) and we may use LLM/AI summary tools
117118
1. Introduction of attendees (5m, Host)
118119
1. Determine volunteers for note taking (1m, Host)
119120
1. Review agenda (2m, Host)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"devDependencies": {
66
"prettier": "^2.1.2",
7-
"wgutils": "^1.2.1"
7+
"wgutils": "^1.2.5"
88
},
99
"prettier": {
1010
"proseWrap": "always"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
110110
dependencies:
111111
ansi-regex "^5.0.1"
112112

113-
wgutils@^1.2.1:
114-
version "1.2.1"
115-
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.2.1.tgz#eeb5855468f3c728d2d3143e68e96410220d9943"
116-
integrity sha512-3C7hG2oBZwpQtAgPdmdMox8v3MSEWt7ixSFS2zS4oP5RrE3mJDLToi6rbzIQvvm/VcheDbzvE6Tf27VkJ1l3NA==
113+
wgutils@^1.2.5:
114+
version "1.2.5"
115+
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.2.5.tgz#193b96bb45553bcafa9991f5128e7154b78b64be"
116+
integrity sha512-Yr6W8MFJcbzOphhOe0Knzj75QMaDbwjKQ/xRIoUgzM8SOCDC3IJJ7gE8gTrT+X2w5wmgK3HKOLT3VY+/fquQUg==
117117
dependencies:
118118
date-fns "^2"
119119
date-fns-tz "^2.0.0"

0 commit comments

Comments
 (0)