Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds the blog post for Node.js v24.2.0 release, including a summary of notable changes, complete commit list, download links, and SHASUMS.
- Introduce “Notable Changes” highlighting removal of HTTP/2 priority signaling and
import.meta.main - Add a detailed commit list and contributor attributions
- Provide download links and signed SHASUMS for all platforms
Comments suppressed due to low confidence (3)
apps/site/pages/en/blog/release/v24.2.0.md:92
- Fix typos in the commit message: change
utilisNativeErrortoutil.isNativeErrorandErrorisErrortoError.isError.
- [`984894b38c`](https://github.com/nodejs/node/commit/984894b38c) - **doc**: deprecate utilisNativeError in favor of ErrorisError (Miguel Marcondes Filho) [#58262](https://github.com/nodejs/node/pull/58262)
apps/site/pages/en/blog/release/v24.2.0.md:95
- This commit is already listed under 'Other Notable Changes'; please remove the duplicate entry in the commits list.
- [`d261274b0f`](https://github.com/nodejs/node/commit/d261274b0f) - **doc**: deprecate passing an empty string to `options.shell` (Antoine du Hamel) [#58564](https://github.com/nodejs/node/pull/58564)
apps/site/pages/en/blog/release/v24.2.0.md:100
- Duplicate entry for this commit appears earlier in the list; please dedupe to keep the history concise.
- [`e13930bbe0`](https://github.com/nodejs/node/commit/e13930bbe0) - **doc**: add Filip Skokan to TSC (Rafael Gonzaga) [#58499](https://github.com/nodejs/node/pull/58499)
Contributor
|
Lighthouse Results
|
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 #7855 +/- ##
==========================================
+ Coverage 75.43% 75.46% +0.02%
==========================================
Files 101 101
Lines 8305 8305
Branches 218 218
==========================================
+ Hits 6265 6267 +2
+ Misses 2038 2036 -2
Partials 2 2 ☔ View full report in Codecov by Sentry. |
avivkeller
approved these changes
Jun 9, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refs: nodejs/node#58635
Description
Validation
Related Issues
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.