Skip to content

content(blog/events): add trip report of 2026 London summit#8840

Open
legendecas wants to merge 7 commits intonodejs:mainfrom
legendecas:london2026
Open

content(blog/events): add trip report of 2026 London summit#8840
legendecas wants to merge 7 commits intonodejs:mainfrom
legendecas:london2026

Conversation

@legendecas
Copy link
Copy Markdown
Member

Description

Validation

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run pnpm format to ensure the code follows the style guide.
  • I have run pnpm test to check if all tests are passing.
  • I have run pnpm build to check if the website builds without errors.
  • I've covered new added functionality with unit tests if necessary.

@legendecas legendecas requested a review from a team as a code owner April 24, 2026 13:58
Copilot AI review requested due to automatic review settings April 24, 2026 13:58
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Apr 29, 2026 3:33am

Request Review

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 24, 2026

PR Summary

Low Risk
Content-only change adding a new markdown page; no runtime logic or data handling is modified.

Overview
Adds a new events blog post at apps/site/pages/en/blog/events/collab-summit-2026-london.md covering the April 2026 Node.js Collaboration Summit in London, including session recaps and reference links.

No application code changes; this PR is content-only.

Reviewed by Cursor Bugbot for commit 202f2eb. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Codeowner Review Request

The following codeowners have been identified for the changed files:

Team reviewers: @nodejs/nodejs-website

Please review the changes when you have a chance. Thank you! 🙏

Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.24%. Comparing base (97e28c5) to head (3c01cce).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8840      +/-   ##
==========================================
- Coverage   73.87%   73.24%   -0.63%     
==========================================
  Files         105      102       -3     
  Lines        8883     8623     -260     
  Branches      326      313      -13     
==========================================
- Hits         6562     6316     -246     
+ Misses       2320     2306      -14     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new events blog post documenting the 2026 London Node.js Collaboration Summit, expanding the site’s historical archive of summit trip reports.

Changes:

  • Introduces a new markdown blog post with frontmatter (date/category/title/layout/author).
  • Adds a structured recap of summit sessions plus a “Thanks” section and reference links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
Copy link
Copy Markdown
Member

@joyeecheung joyeecheung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving some points that I think we need to cover before this can be published. I'll see if I can re-listen to the recordings to fill them in on Monday.

Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
### Node.js Security - State of the Ecosystem & What's Next

[Rafael Gonzaga][] shared that the security team has recently advanced the ecosystem through a refined threat model, improved permission models, and enhanced release automation, but these efforts are currently being overshadowed by a massive influx of AI-generated vulnerability reports. This industry-wide surge, driven largely by users seeking CVE attribution and financial bounties, has severely strained maintainer capacity with high-noise, duplicative submissions that often lack reproduction steps or misclassify standard bugs as severe security threats. Despite attempted mitigations like pausing bug bounties, raising HackerOne signal requirements, and clarifying guidelines, the overwhelming volume has significantly driven up resolution times. To combat this bottleneck, the team is exploring strategies such as securing early access for proactive testing, attempting to alter reporting agent behaviors, and adopting a public security flow to bypass embargoes and speed up CI testing.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC Robin presented a significant part of this. There was also the introduction of the two new programs which we should cover in the trip report.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could not find any public reference on the program so I didn't mention it here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rginn Should we talk about this in the trip report a bit to give the readers a heads up that this is in the talks, or should we just skip talking about them? Note that the recording is public, so those who watch it can still see what's proposed and discussed.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh actually I realized that part is in a separate session, though the recording is public https://www.youtube.com/watch?v=Vr2nrYENzSg

Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Copy link
Copy Markdown
Member

@JakobJingleheimer JakobJingleheimer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Chengzhong!

Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md Outdated
@joyeecheung
Copy link
Copy Markdown
Member

joyeecheung commented Apr 27, 2026

Since the recordings are out it may be useful to add links to them for each session, though it sounds like chores that may be better handled by an AI :)

legendecas and others added 5 commits April 29, 2026 09:18
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 202f2eb. Configure here.

Comment thread apps/site/pages/en/blog/events/collab-summit-2026-london.md
@legendecas
Copy link
Copy Markdown
Member Author

Since the recordings are out it may be useful to add links to them for each session, though it sounds like chores that may be better handled by an AI :)

The youtube playlist is linked at the end of the post already.

Copy link
Copy Markdown
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with the details from Robin's talk sorted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants