File tree 3 files changed +27
-5
lines changed
3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 4
4
},
5
5
"devDependencies" : {
6
6
"prettier" : " ^2.1.2" ,
7
- "wgutils" : " ^1.0 .0"
7
+ "wgutils" : " ^1.1 .0"
8
8
},
9
9
"prettier" : {
10
10
"proseWrap" : " always"
Original file line number Diff line number Diff line change @@ -40,6 +40,28 @@ hold additional secondary meetings later in the month.`,
40
40
"ical file" :
41
41
"https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics" ,
42
42
} ,
43
+
44
+ annualItems : [
45
+ {
46
+ month : 11 ,
47
+ allMeetings : true ,
48
+ text : `**TSC elections**: open for self-nominations (5m, Host)
49
+ - [Election process](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#election-process)
50
+ - [Nomination form](https://tsc-nomination.graphql.org/)` ,
51
+ } ,
52
+ {
53
+ month : 12 ,
54
+ text : `**TSC elections**: voting now open (2m, Host)
55
+ - [Election process](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#election-process)` ,
56
+ } ,
57
+ {
58
+ month : 1 ,
59
+ text : `**TSC**: election results (2m, Host)
60
+ - [Election process](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#election-process)
61
+ - [This year's TSC members](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#tsc-members)` ,
62
+ } ,
63
+ ] ,
64
+
43
65
secondaryMeetings : [
44
66
// We decided at the primary WG in November 2024 to cancel the secondaries
45
67
// since they have not been leveraged for a while. We can bring them back
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
105
105
dependencies :
106
106
ansi-regex "^5.0.1"
107
107
108
- wgutils@^1.0 .0 :
109
- version "1.0 .0"
110
- resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.0 .0.tgz#7f80c8ec7a9da56a0aa9c1a1a1b1911cd440fc25 "
111
- integrity sha512-XYgCT+g9Exrja3iWdnptyrh1KAFnG1ZKnHnpg5oFqnbXqIQriCJp+vME38S8ieHZVx4nxUjCKHexF5gAD2b0dg ==
108
+ wgutils@^1.1 .0 :
109
+ version "1.1 .0"
110
+ resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.1 .0.tgz#bd73f43f1c1b13109a797c9e19227c6f38a6b8fd "
111
+ integrity sha512-E5ce8Sfeu/X7abXIVhw4Q5SqMyWjtpoGSEzqLfYxGZKNCJ0z8T9htjtY+4Y+/DyE2Ui4JvHOrfcN6RCoB3KkMg ==
112
112
dependencies :
113
113
date-fns "^2"
114
114
date-fns-tz "^2.0.0"
You can’t perform that action at this time.
0 commit comments