-
-
Notifications
You must be signed in to change notification settings - Fork 6
notes: add meeting notes for 06-08 #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+54
−0
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| # Node.js Web Team Meeting 2026-06-08 | ||
|
|
||
| ## Links | ||
|
|
||
| - **Recording**: | ||
| - **GitHub Issue**: https://github.com/nodejs/web-team/issues/143 | ||
|
|
||
| ## Present | ||
|
|
||
| - Aviv Keller @avivkeller | ||
| - Brian Muenzenmeyer @bmuenzenmeyer | ||
| - Matt Cowley @MattIPv4 | ||
| - flakey5 @flakey5 | ||
| - Augustin Mauroy @AugustinMauroy | ||
|
|
||
| ## Agenda | ||
|
|
||
| ## Announcements | ||
|
|
||
| - Extracted from **web-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
|
||
| ### nodejs/doc-kit | ||
|
|
||
| - fix(web): shorten method labels in sidebar [#798](https://github.com/nodejs/doc-kit/pull/798) | ||
| - Minifying is fine, omitting overloads. | ||
| - Always use the heading that is first (which should _always_ be the most stable) | ||
| - Show only one entry per function (the function name itself rather than full signatures), linking to the most stable version. | ||
| - Maintain both compact and full anchor versions in the page content to allow deep linking while keeping the table of contents simpler. | ||
| - feat: assets copying [#753](https://github.com/nodejs/doc-kit/pull/753) | ||
| - Use `pathsToCopy: [{ '/path/to/my/assets': '/path/to/my/output' }, '/path/to/my/other/asset']` | ||
| - Use a config-based approach with default directories (e.g. `public` or `assets`) that users can override if needed. | ||
| - Monorepo? [#681](https://github.com/nodejs/doc-kit/issues/681) | ||
| - Package size and memory usage are a concern. Could reduce size by moving certain dependencies to optional peer dependencies and breaking generators out into separate packages. | ||
| - Aviv will work on trimming dependencies in `@node-core/ui-components`, which attributes to most of the size problem. | ||
| - Aviv reported memory allocation problems integrating doc-kit into Core, particularly out-of-memory errors on CI runners with limited memory (e.g. Ubuntu Slim). To be investigated and optimized. | ||
|
|
||
| ### nodejs/web-team | ||
|
|
||
| - Update our policies on relevancy [#98](https://github.com/nodejs/web-team/issues/98) | ||
| - After reviewing the policy as a group, and making slight amends to the wording, the updated policy has landed in [#112](https://github.com/nodejs/web-team/pull/112). | ||
| - Require secondary approval for fast-track [#97](https://github.com/nodejs/web-team/issues/97) | ||
| - Fast-tracking limited to changes that are "urgent or time sensitive" (trivial fixes removed). | ||
| - Written justification now required for bypassing standard processes / unorthodox merges. | ||
|
|
||
| ## Q&A, Other | ||
|
|
||
| - Chase the open auto-merge issue, and propose to use a GitHub App token as an alternative to generating multiple tokens. | ||
| - Write access to Node.js repositories was granted to several external contributors without proper documentation or approval, bypassing standard onboarding processes and violating security policy. We've removed the external contributors' access. | ||
|
|
||
| ## Upcoming Meetings | ||
|
|
||
| - **Node.js Project Calendar**: <https://nodejs.org/calendar> | ||
|
|
||
| Click `Add to Google Calendar` at the bottom left to add to your own Google calendar. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.