-
-
Notifications
You must be signed in to change notification settings - Fork 67
feat: Remove support for Node 14 and 16; add support for Node 22 and 24 #186
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
feat: Remove support for Node 14 and 16; add support for Node 22 and 24 #186
Conversation
|
🚀 Thanks for opening this pull request! |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughCI and dependency management updates: Node.js versions tested in CI matrix are updated (14 and 16 removed, 22 and 24 added); package.json devDependencies are converted from caret-prefixed to exact versions, and minimum Node.js engine requirement is updated from 14 to 18. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #186 +/- ##
=======================================
Coverage 95.84% 95.84%
=======================================
Files 23 23
Lines 842 842
=======================================
Hits 807 807
Misses 35 35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# [7.0.0](6.5.0...7.0.0) (2025-12-01) ### Bug Fixes * Security upgrade node-forge from 1.3.1 to 1.3.2 ([#185](#185)) ([2025512](2025512)) ### Features * Remove support for Node 14 and 16; add support for Node 22 and 24 ([#186](#186)) ([9deedb3](9deedb3)) ### BREAKING CHANGES * Removes support for Node 14 and 16; adds support for Node 22 and 24. ([9deedb3](9deedb3))
|
🎉 This change has been released in version 7.0.0 |
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.