-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
content(blog/events): add trip report of 2025 Paris summit #7772
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
category: events | ||
title: 'Trip report: Node.js collaboration summit (2025 Paris)' | ||
layout: blog-post | ||
author: joyeecheung |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure whether this supports multiple authors, but this is co-authored by @legendecas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does! Comma separated :) ,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Add a trip report for the Node.js Collaboration Summit held in Paris, covering key sessions and outcomes.
- Introduces a new blog post with metadata (date, title, author) under the events category.
- Summarizes sessions on CI security, experimental features, mentorship, collaborator experience, and more.
Comments suppressed due to low confidence (1)
apps/site/pages/en/blog/events/collab-summit-2025-paris.md:96
- Correct spelling: change 'rewritting' to 'rewriting'.
…without rewritting the AST in a third-party tool.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7772 +/- ##
==========================================
+ Coverage 75.34% 75.36% +0.01%
==========================================
Files 96 96
Lines 7858 7858
Branches 192 192
==========================================
+ Hits 5921 5922 +1
+ Misses 1936 1935 -1
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <[email protected]> Signed-off-by: Joyee Cheung <[email protected]>
Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Joyee Cheung <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a lot of fun! Maybe I'll be able to stop by the next one 🤞!
Description
Validation
Related Issues
Check List
pnpm format
to ensure the code follows the style guide.pnpm test
to check if all tests are passing.pnpm build
to check if the website builds without errors.