Skip to content

Conversation

@AugustinMauroy
Copy link
Member

@AugustinMauroy AugustinMauroy commented Dec 15, 2025

Description

  • Including more codemod for EOL deprecation on migration guide.
  • Reordering by alphabetical
  • Adding userland migration to code owner

Related Issues

No Related issue

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.
  • NA I've covered new added functionality with unit tests if necessary.

@AugustinMauroy AugustinMauroy requested a review from a team as a code owner December 15, 2025 13:42
Copilot AI review requested due to automatic review settings December 15, 2025 13:42
@vercel
Copy link

vercel bot commented Dec 15, 2025

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

Project Deployment Review Updated (UTC)
nodejs-org Ready Ready Preview Dec 30, 2025 5:18pm

@github-actions
Copy link
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! 🙏

@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.70%. Comparing base (d7ac93d) to head (d6ea7b6).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

📦 Build Size Comparison

Summary

Metric Value
Old Total Size 3.72 MB
New Total Size 3.72 MB
Delta 0 B (0.00%)

Changes

➕ Added Assets (1)
Name Size
.next/static/chunks/7f46055d12b548d9.js 205.09 KB
➖ Removed Assets (1)
Name Size
.next/static/chunks/3706bf043231ef56.js 205.09 KB

Copy link
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

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-log and zlib-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>
@ovflowd ovflowd added the github_actions:pull-request Trigger Pull Request Checks label Dec 30, 2025
@ovflowd ovflowd enabled auto-merge December 30, 2025 17:17
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Dec 30, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2025

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🔴 73 🟠 88 🟢 100 🟢 100 🔗
/en/about 🟢 99 🟢 93 🟢 100 🟠 88 🔗
/en/about/previous-releases 🟢 99 🟢 93 🟢 100 🟢 100 🔗
/en/download 🟢 98 🟢 96 🟢 100 🟢 100 🔗
/en/download/archive/current 🟢 100 🟢 100 🟢 100 🟢 100 🔗
/en/blog 🟢 100 🟢 100 🟢 96 🟢 100 🔗

@ovflowd ovflowd added this pull request to the merge queue Dec 30, 2025
Merged via the queue into main with commit 011eda1 Dec 30, 2025
16 checks passed
@ovflowd ovflowd deleted the augustin/codemods branch December 30, 2025 17:28
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.

4 participants