Skip to content

Commit 0613987

Browse files
authored
Update to latest wgutils (graphql#1469)
1 parent 1e258e6 commit 0613987

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"devDependencies": {
66
"prettier": "^2.1.2",
7-
"wgutils": "^0.1.2"
7+
"wgutils": "^0.1.5"
88
},
99
"prettier": {
1010
"proseWrap": "always"

wg.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ meeting in which anyone in the GraphQL community may attend.
3131
This is the primary monthly meeting, which typically meets on the first Thursday
3232
of the month. In the case we have additional agenda items or follow ups, we also
3333
hold additional secondary meetings later in the month.`,
34+
agendaTemplateBottom: `\
35+
1. Review previous meeting's action items (5m, Host)
36+
- [Ready for review](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
37+
- [All open action items (by last update)](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
38+
- [All open action items (by meeting)](https://github.com/graphql/graphql-wg/projects?query=is%3Aopen+sort%3Aname-asc)
39+
`,
3440
links: {
3541
"graphql specification": "https://github.com/graphql/graphql-spec",
3642
calendar:

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
105105
dependencies:
106106
ansi-regex "^5.0.1"
107107

108-
wgutils@^0.1.2:
109-
version "0.1.2"
110-
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-0.1.2.tgz#4ec3f74d71ad4c83f4081e710aae48da800f2f9d"
111-
integrity sha512-9FaV9TaQr+3YGg3zN6bq6YdNaj2FRO5O14/htAIF0Z5HlVnMYSGAB3Es6nwNrVcPxRMUUo2vlPxDeLAxY5wysg==
108+
wgutils@^0.1.5:
109+
version "0.1.5"
110+
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-0.1.5.tgz#fc5815c9ae2bfa9bff633eadb9e0408cd281b151"
111+
integrity sha512-Mea/OcK1hAbeEA90vVxZTiqh8NCcQp+dmGl0FVslwS06RHzxig4PZVoLQTIt1Q/jeyMmqZANc2Ud6B0peNXKxA==
112112
dependencies:
113113
date-fns "^2"
114114
date-fns-tz "^2.0.0"

0 commit comments

Comments
 (0)