-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
content(migrations): update
#8420
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe 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! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8420 +/- ##
==========================================
+ Coverage 73.69% 73.70% +0.01%
==========================================
Files 108 108
Lines 9210 9210
Branches 313 313
==========================================
+ Hits 6787 6788 +1
+ Misses 2421 2420 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
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
This PR enhances the Node.js v22 to v24 migration guide by adding new codemods (crypto-rsa-pss-update, dirent-path-to-parent-path, and process-assert-to-node-assert) and reorganizing all codemods in alphabetical order. It also updates the CODEOWNERS file to assign ownership of migration-related documentation to the userland-migrations team.
Key changes:
- Added three new codemod sections with examples and installation instructions
- Reordered codemods alphabetically (crypto → dirent → fs-access → fs-truncate → process-assert)
- Removed older codemods (
util-log-to-console-logandzlib-bytesRead-to-bytesWritten)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| apps/site/pages/en/blog/migrations/v22-to-v24.mdx | Adds new codemods for EOL deprecations, reorganizes sections alphabetically, and updates migration guidance |
| .github/CODEOWNERS | Assigns ownership of migration-related documentation to @nodejs/userland-migrations team |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
|
Lighthouse Results
|
Description
Related Issues
No Related issue
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.