feat!: upgrade dependencies and modernize tooling#56
Merged
ryanmcafee merged 10 commits intomainfrom Jan 15, 2026
Merged
Conversation
- Bump version to 4.0.0 - Upgrade AWS SDK to ^3.970.0 - Upgrade Jest to ^30.0.0 and other dev dependencies - Switch from yarn to npm in scripts - Replace lodash.chunk with full lodash package - Add Node.js >=18 engine requirement - Update tsconfig to use standard typescript config - Add .nvmrc for consistent Node version BREAKING CHANGE: Requires Node.js 18 or higher
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ryanmcafee
commented
Jan 15, 2026
| services: | ||
| dynamodb: | ||
| image: 'public.ecr.aws/aws-dynamodb-local/aws-dynamodb-local:1.19.0' | ||
| image: 'amazon/dynamodb-local:latest' |
Contributor
Author
There was a problem hiding this comment.
tokio-on-jupiter
previously approved these changes
Jan 15, 2026
- Switch from self-hosted scaleset-jupiterone-infra-arm64 to ubuntu-latest - Update actions/checkout and actions/setup-node to v4 - Fix step order: checkout before setup-node - Add Docker/Docker Compose verification step
The standalone docker-compose binary is not available on ubuntu-latest runners. Use the docker compose plugin syntax instead.
tokio-on-jupiter
approved these changes
Jan 15, 2026
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
@jupiterone/typescript-toolsto v20Breaking Change
Requires Node.js 18 or higher
Jira
PLATENG-879
Test Plan
npm testnpm run build