-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Blog: v24.2.0 release post #7855
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 Git ↗︎
|
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
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
utilisNativeError
toutil.isNativeError
andErrorisError
toError.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)
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. |
Refs: nodejs/node#58635
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.