-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Add new ESP partner: NodeSource #8226
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.
|
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.
self-review
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8226 +/- ##
==========================================
+ Coverage 76.44% 76.45% +0.01%
==========================================
Files 115 115
Lines 9643 9643
Branches 316 316
==========================================
+ Hits 7372 7373 +1
+ Misses 2270 2269 -1
Partials 1 1 ☔ 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 adds NodeSource as a new Ecosystem Sustainability Program (ESP) partner alongside HeroDevs to provide commercial support for End-of-Life Node.js versions.
- Added NodeSource to the partners configuration with appropriate categories and metadata
- Updated EOL documentation to mention both HeroDevs and NodeSource as commercial support providers
- Generalized language to reference "partners" instead of specifically mentioning only HeroDevs
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
packages/i18n/src/locales/en.json |
Updated alert message to reference multiple ESP partners instead of just HeroDevs |
apps/site/public/static/partners/constants.json |
Added NodeSource partner configuration with security, ESP, and release categories |
apps/site/pages/en/about/partners.mdx |
Changed reference from "NES" to "commercial support" for broader terminology |
apps/site/pages/en/about/eol.mdx |
Updated commercial support section to include both HeroDevs and NodeSource with their respective offerings |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Requesting fast-track and merge once @kyliewd approves |
Description
Add our new ESP partner.
Validation
Related Issues
closes #8225
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.