feature: add Node.js Interactive at RenderATL banner#8958
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview In Reviewed by Cursor Bugbot for commit b7ba49c. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b7ba49c. Configure here.
| "link": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases", | ||
| "type": "warning" | ||
| "startDate": "2026-06-16T00:00:00.000Z", | ||
| "endDate": "2026-08-13T23:59:59.000Z", |
There was a problem hiding this comment.
Banner ends before event day
Medium Severity
The banner’s endDate stops display once UTC rolls to August 14, but the copy advertises RenderATL on August 12–13 in Atlanta. Because dateIsBetween treats the end as exclusive, visitors in US Eastern time can lose the banner for much of the evening on the 13th while the event is still underway locally.
Reviewed by Cursor Bugbot for commit b7ba49c. Configure here.
MattIPv4
left a comment
There was a problem hiding this comment.
Security releases are scheduled for tomorrow: https://nodejs.org/en/blog/vulnerability/june-2026-security-releases -- these will need a banner that is higher priority than Node.js Interactive. I think we probably want to hold off on this promotion until a couple of weeks time, once the security releases have settled?


Description
Adds a website banner announcing Node.js Interactive at RenderATL, August 12-13, 2026.
The banner links to the registration page and will display site-wide until the event ends.
Validation
Banner appears at the top of all pages when visiting the site locally via
pnpm dev.Related Issues
Closes #8957
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.