-
Notifications
You must be signed in to change notification settings - Fork 4
RERUM v1 npm Package Updates #238
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
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 updates the application's runtime environment and core dependencies as part of a coordinated upgrade across the TPEN 3.0 stack. The changes include a major Node.js version jump from 22.20.0 to 24.12.0, a major MongoDB driver upgrade from 6.20.0 to 7.0.0 (removing callback API support), and a minor Express update from 5.1.0 to 5.2.1. GitHub Actions workflows are updated to match the new Node.js 24 requirement, and an npm version constraint (>=11.7.0) is introduced.
Key changes:
- Runtime requirements upgraded to Node.js 24.12.0 and npm 11.7.0
- MongoDB driver upgraded from 6.x to 7.x (major version with breaking changes)
- Express framework updated from 5.1.0 to 5.2.1 (minor update)
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package.json | Updated Node.js to >=24.12.0, added npm >=11.7.0 requirement, upgraded mongodb to ^7.0.0 and express to ^5.2.1, reordered devDependencies |
| package-lock.json | Lock file updates reflecting dependency version changes and transitive dependency updates |
| .github/workflows/cd_prod.yaml | Updated CI/CD Node.js version from 22 to 24 for production deployments |
| .github/workflows/cd_dev.yaml | Updated CI/CD Node.js version from 22 to 24 for development deployments |
|
[laugh] Patrick Cuba reacted to your message:
________________________________
From: Bryan Haberberger ***@***.***>
Sent: Wednesday, December 17, 2025 10:30:47 PM
To: CenterForDigitalHumanities/rerum_server_nodejs ***@***.***>
Cc: Patrick Cuba ***@***.***>; Review requested ***@***.***>
Subject: [External] Re: [CenterForDigitalHumanities/rerum_server_nodejs] RERUM v1 npm Package Updates (PR #238)
@ thehabes commented on this pull request. In package. json: > "@ jest/globals": "^30. 2. 0", + "jest": "^30. 2. 0", I blame AI — Reply to this email directly, view it on GitHub, or unsubscribe. You
@thehabes commented on this pull request.
________________________________
In package.json<https://urldefense.com/v3/__https://github.com/CenterForDigitalHumanities/rerum_server_nodejs/pull/238*discussion_r2628861756__;Iw!!K543PA!OKgMhp7RoYBXQhvDWzeONVcNjHABW7xEgGY2ef92eiS78FZTuJidfNOZRAnrqUQvQVWNvHPuN_Wwplup9PA-NA$>:
***@***.***/globals": "^30.2.0",
+ "jest": "^30.2.0",
I blame AI
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/CenterForDigitalHumanities/rerum_server_nodejs/pull/238*discussion_r2628861756__;Iw!!K543PA!OKgMhp7RoYBXQhvDWzeONVcNjHABW7xEgGY2ef92eiS78FZTuJidfNOZRAnrqUQvQVWNvHPuN_Wwplup9PA-NA$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAIRHPKPOSEEUEPNXAUVIAT4CHKRPAVCNFSM6AAAAACPLLFLTSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTKOBZHEZTOOJXGE__;!!K543PA!OKgMhp7RoYBXQhvDWzeONVcNjHABW7xEgGY2ef92eiS78FZTuJidfNOZRAnrqUQvQVWNvHPuN_WwplvPIl2kiw$>.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
Summary
Updates npm packages and Node.js version requirements across the application.
Package Updates
Major Version Updates
Minor/Patch Updates
Runtime Requirements
>=22.20.0→>=24.12.0>=11.7.0CI/CD Changes
22to24Related PRs
This PR is part of a coordinated package update across the TPEN 3.0 stack: