-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: Add support for Node 24 #9901
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: Add support for Node 24 #9901
Conversation
|
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughThe pull request adds Node.js 24.11.0 support. CI workflow matrices are updated to include and use Node 24.11.0 (and retain a Node 22 entry for one matrix), README compatibility and table are updated for Node 24, and package.json Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ 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 (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 |
✅ 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. |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9901 +/- ##
==========================================
- Coverage 93.00% 92.99% -0.01%
==========================================
Files 187 187
Lines 15177 15177
Branches 177 177
==========================================
- Hits 14115 14114 -1
- Misses 1050 1051 +1
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@HeinrichFilter Can / should we lower the required Node version from 24.11.0? |
# [8.4.0-alpha.1](8.3.1-alpha.1...8.4.0-alpha.1) (2025-11-05) ### Features * Add support for Node 24 ([#9901](#9901)) ([25dfe19](25dfe19))
|
🎉 This change has been released in version 8.4.0-alpha.1 |
# [8.4.0](8.3.0...8.4.0) (2025-11-05) ### Bug Fixes * Add problematic MIME types to default value of Parse Server option `fileUpload.fileExtensions` ([#9902](#9902)) ([fa245cb](fa245cb)) * Uploading a file by providing an origin URL allows for Server-Side Request Forgery (SSRF); fixes vulnerability [GHSA-x4qj-2f4q-r4rx](GHSA-x4qj-2f4q-r4rx) ([#9903](#9903)) ([9776386](9776386)) ### Features * Add support for Node 24 ([#9901](#9901)) ([25dfe19](25dfe19))
|
🎉 This change has been released in version 8.4.0 |
Pull Request
Issue
Node 24 is the current active LTS version; not officially supported by Parse Server yet.
Approach
Add support for Node 24.
Tasks
Summary by CodeRabbit
Chores
Documentation