Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project from Node 20 (LTS Iron) to Node 22, including significant dependency updates and code adjustments to align with the new Node version and updated libraries.
- Upgraded all AWS SDK packages from v3.645.0 to v3.929.0
- Upgraded Middy middleware from v4.7.0 to v6.4.5 (major version bump)
- Updated development tooling including Nx (19.6.5 → 22.0.3), TypeScript (5.5.4 → 5.9.3), and ESLint dependencies
- Removed callback parameter from middyfy handler invocation to align with Middy v6 changes
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .nvmrc | Updated Node.js LTS version reference from "lts/iron" to "lts/jod" |
| .github/workflows/npm-publish.yml | Updated Node.js version from 20.x to 22.x in CI workflow |
| .github/workflows/checks.yml | Updated Node.js version from 20.x to 22.x in CI workflow |
| package.json | Upgraded AWS SDK packages, Middy middleware (v4→v6), Nx tooling (v19→v22), TypeScript, and ESLint dependencies; added @middy/util package |
| packages/api/package.json | Bumped package version from 0.1.0 to 0.2.4 |
| packages/api/src/lib/apiHandler/apiHandler.ts | Removed callback parameter from middyfy handler invocation (Middy v6 compatibility) |
| packages/s3/tsconfig.lib.json | Added "node" to types array for Node.js type definitions |
| packages/dynamo/tsconfig.lib.json | Added "node" to types array for Node.js type definitions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
dgoerdes
approved these changes
Nov 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.



No description provided.