Conversation
This was referenced Dec 17, 2025
Contributor
There was a problem hiding this comment.
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 |
Member
|
[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: ***@***.***>
|
cubap
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: