-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
blog: postpone security release to january #8426
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 @nodejs/web-infra 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 #8426 +/- ##
==========================================
- Coverage 73.70% 73.66% -0.05%
==========================================
Files 107 107
Lines 9161 9161
Branches 311 312 +1
==========================================
- Hits 6752 6748 -4
- Misses 2407 2411 +4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
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 postpones a Node.js security release from December 18, 2025 to January 7, 2026, updating both the website banner configuration and the associated blog post to reflect the new date. The delay is to give the team more time to prepare patches and to avoid disrupting the holiday season.
Key Changes:
- Updated website banner end date and text to reflect January 7, 2026 release date
- Added a new update section to the blog post explaining the postponement
- Updated the blog post title to reference the new January date
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
apps/site/site.json |
Updated banner end date to January 7, 2026 and changed display text to reflect new release date |
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md |
Added update section explaining postponement and updated title to January 7, 2026 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md
Show resolved
Hide resolved
mcollina
left a comment
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.
lgtm
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
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.