Skip to content

Conversation

@thehabes
Copy link
Member

@thehabes thehabes commented Dec 17, 2025

Summary

Updates npm packages and Node.js version requirements across the application.

Package Updates

Major Version Updates

Package From To Notes
jsonld ^8.3.3 ^9.0.0 JSON-LD processor major upgrade

Minor/Patch Updates

Package From To
express ^5.1.0 ^5.2.1

Runtime Requirements

  • Node.js: >=22.20.0>=24.12.0
  • npm: Added >=11.7.0

CI/CD Changes

  • Updated Node.js version in GitHub Actions workflows from 22 to 24

Related PRs

This PR is part of a coordinated package update across the TPEN 3.0 stack:

Copy link

Copilot AI left a 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 npm package dependencies and Node.js/npm version requirements across the TinyNode application, which is a Node.js web application for connecting with the RERUM API. However, the PR specifies non-existent versions of Node.js and npm.

Key Changes:

  • Node.js requirement updated from >=22.20.0 to >=24.12.0 (version does not exist)
  • npm requirement added: >=11.7.0 (version does not exist)
  • Express updated from ^5.1.0 to ^5.2.1 (minor update)
  • jsonld updated from ^8.3.3 to ^9.0.0 (major version upgrade with potential breaking changes)

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
package.json Updates Node.js to non-existent v24.12.0, adds non-existent npm v11.7.0 requirement, upgrades express (minor), and jsonld (major)
package-lock.json Reflects package.json changes with updated dependency tree including transitive dependencies
.github/workflows/cd_prod.yaml Updates CI/CD Node.js version to non-existent v24
.github/workflows/cd_dev.yaml Updates CI/CD Node.js version to non-existent v24 in two locations

Critical Issues Found:

  • Node.js 24.x and npm 11.x do not exist as of January 2025 (my knowledge cutoff). The latest available versions are Node.js 22.x LTS and npm 10.x. These versions appear to be from the future or are incorrectly specified.
  • The jsonld major version upgrade (v8 → v9) lacks documentation about potential breaking changes, particularly important since the application uses it for JSON-LD expansion in the preprocessor middleware.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@cubap cubap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

successful build. no other testing, just trust here.

@cubap cubap merged commit afdfc16 into main Dec 18, 2025
3 checks passed
@cubap cubap deleted the 12-17-package-updates branch December 18, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TinyNode npm Package Updates

3 participants