From 6a41fa1a94dfa6d63c8b18268e1d904eccf4a08e Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 18 Mar 2026 14:14:41 +0100 Subject: [PATCH 1/2] doc: add minutes for 2026-01-07 meeting --- meetings/2026-01-07.md | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 meetings/2026-01-07.md diff --git a/meetings/2026-01-07.md b/meetings/2026-01-07.md new file mode 100644 index 00000000..b0ccd001 --- /dev/null +++ b/meetings/2026-01-07.md @@ -0,0 +1,72 @@ +# Node.js Technical Steering Committee (TSC) Meeting 2026-01-07 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=1VStRLtXFKk&pp=ygURbm9kZWpzIDIwMjYtMDEtMDc%3D +* **GitHub Issue**: https://github.com/nodejs/TSC/issues/1812 +* **Minutes**: https://hackmd.io/@openjs-nodejs/rJm-mSX4-l + +## Present + +* Joyee Cheung @joyeecheung (voting member) +* Chengzhong Wu @legendecas (voting member) +* Matteo Collina @mcollina (voting member) +* Rafael Gonzaga @RafaelGSS (voting member) +* Richard Lau @richardlau (voting member) +* Robert Nagy @ronag (voting member) + + +## Agenda + +### Announcements + +- Node.js Security release likey delayed + +### Reminders + +* Remember to nominate people for the [contributor spotlight](https://github.com/nodejs/node/blob/main/doc/contributing/reconizing-contributors.md#bi-monthly-contributor-spotlight) + +### CPC and Board Meeting Updates + +*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. + +### nodejs/TSC + +* Request to restore active collaborator status [#1813](https://github.com/nodejs/TSC/issues/1813) + - Richard: wait for the end of the week for objections. +* Collaborator Summits 2026 [#1800](https://github.com/nodejs/TSC/issues/1800) + - Matteo: we have been discussing venues, targeting the week starting on the 13th of April 2026 in London. +* Update charter with communication responsibilities [#1754](https://github.com/nodejs/TSC/pull/1754) +* Self-serve model for funding Node.js work [#1747](https://github.com/nodejs/TSC/issues/1747) +* Draft Statement of Work - Test reliability lead [#1629](https://github.com/nodejs/TSC/issues/1629) + +### nodejs/node + +* sqlite: mark as release candidate [#61262](https://github.com/nodejs/node/pull/61262) + - Rafael: node-sqlite3 was recently deprecated. It's the time for us to mark it as "stable". + - Matteo: The question for us if the async version of the API would impact the design of the sync version. + - Robert: async APIs are useful for slow disks + - Joyee: the "release candidate" status allow for limited breaking change, but people are already using it in the ecosystem so it's already a bit late for changes. + - Matteo: parked until next week with [@louwers](https://github.com/louwers) that [objected](https://github.com/nodejs/node/pull/61262#pullrequestreview-3626427503). +* doc: clarify the scope of `--disallow-code-generation-from-strings` [#58328](https://github.com/nodejs/node/pull/58328) + - Chengzhong: can remove the tsc-label, already discussed. +* util: add colorize functionality [#43523](https://github.com/nodejs/node/pull/43523) + - Matteo: there is no Ruben, postponed. + +### nodejs/admin + +* Only allow secure two-factor methods [#1005](https://github.com/nodejs/admin/issues/1005) + - Matteo: I don't think we can do this, as the blast radius would be too big. I tried sampling this in the nodejs-private org, and the results were not as we expected. + +### nodejs/web-team + +* Disband @nodejs/ux-and-design [#11](https://github.com/nodejs/web-team/issues/11) + - Matteo: I will take care of it + +## Strategic Initiatives + +## Upcoming Meetings + +* **Node.js Project Calendar**: + +Click `Add to Google Calendar` at the bottom left to add to your own Google calendar. From acbfba32a31a7a91c6810c50e6eceb99ec23339d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 18 Mar 2026 14:31:01 +0100 Subject: [PATCH 2/2] fixup! doc: add minutes for 2026-01-07 meeting --- meetings/2026-01-07.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/meetings/2026-01-07.md b/meetings/2026-01-07.md index b0ccd001..ad6e4c5c 100644 --- a/meetings/2026-01-07.md +++ b/meetings/2026-01-07.md @@ -2,9 +2,9 @@ ## Links -* **Recording**: https://www.youtube.com/watch?v=1VStRLtXFKk&pp=ygURbm9kZWpzIDIwMjYtMDEtMDc%3D -* **GitHub Issue**: https://github.com/nodejs/TSC/issues/1812 -* **Minutes**: https://hackmd.io/@openjs-nodejs/rJm-mSX4-l +* **Recording**: +* **GitHub Issue**: +* **Minutes**: ## Present @@ -15,12 +15,11 @@ * Richard Lau @richardlau (voting member) * Robert Nagy @ronag (voting member) - ## Agenda ### Announcements -- Node.js Security release likey delayed +* Node.js Security release likey delayed ### Reminders @@ -28,14 +27,15 @@ ### CPC and Board Meeting Updates -*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. +\*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. ### nodejs/TSC * Request to restore active collaborator status [#1813](https://github.com/nodejs/TSC/issues/1813) - - Richard: wait for the end of the week for objections. + * Richard: wait for the end of the week for objections. + * Collaborator Summits 2026 [#1800](https://github.com/nodejs/TSC/issues/1800) - - Matteo: we have been discussing venues, targeting the week starting on the 13th of April 2026 in London. + * Matteo: we have been discussing venues, targeting the week starting on the 13th of April 2026 in London. * Update charter with communication responsibilities [#1754](https://github.com/nodejs/TSC/pull/1754) * Self-serve model for funding Node.js work [#1747](https://github.com/nodejs/TSC/issues/1747) * Draft Statement of Work - Test reliability lead [#1629](https://github.com/nodejs/TSC/issues/1629) @@ -43,25 +43,25 @@ ### nodejs/node * sqlite: mark as release candidate [#61262](https://github.com/nodejs/node/pull/61262) - - Rafael: node-sqlite3 was recently deprecated. It's the time for us to mark it as "stable". - - Matteo: The question for us if the async version of the API would impact the design of the sync version. - - Robert: async APIs are useful for slow disks - - Joyee: the "release candidate" status allow for limited breaking change, but people are already using it in the ecosystem so it's already a bit late for changes. - - Matteo: parked until next week with [@louwers](https://github.com/louwers) that [objected](https://github.com/nodejs/node/pull/61262#pullrequestreview-3626427503). + * Rafael: node-sqlite3 was recently deprecated. It's the time for us to mark it as "stable". + * Matteo: The question for us if the async version of the API would impact the design of the sync version. + * Robert: async APIs are useful for slow disks + * Joyee: the "release candidate" status allow for limited breaking change, but people are already using it in the ecosystem so it's already a bit late for changes. + * Matteo: parked until next week with [@louwers](https://github.com/louwers) that [objected](https://github.com/nodejs/node/pull/61262#pullrequestreview-3626427503). * doc: clarify the scope of `--disallow-code-generation-from-strings` [#58328](https://github.com/nodejs/node/pull/58328) - - Chengzhong: can remove the tsc-label, already discussed. + * Chengzhong: can remove the tsc-label, already discussed. * util: add colorize functionality [#43523](https://github.com/nodejs/node/pull/43523) - - Matteo: there is no Ruben, postponed. + * Matteo: there is no Ruben, postponed. ### nodejs/admin * Only allow secure two-factor methods [#1005](https://github.com/nodejs/admin/issues/1005) - - Matteo: I don't think we can do this, as the blast radius would be too big. I tried sampling this in the nodejs-private org, and the results were not as we expected. + * Matteo: I don't think we can do this, as the blast radius would be too big. I tried sampling this in the nodejs-private org, and the results were not as we expected. ### nodejs/web-team * Disband @nodejs/ux-and-design [#11](https://github.com/nodejs/web-team/issues/11) - - Matteo: I will take care of it + * Matteo: I will take care of it ## Strategic Initiatives