chore(deps): update npm dependencies - #127
Merged
Merged
Conversation
Updated npm dependencies and adjusted test tooling for compatibility: - Updated @types/node to ^26.2.0 - Pinned @actions/http-client to ^3.0.2 (latest 4.x is ESM-only, breaks jest CJS tests) - Pinned pako to ^2.1.0 (3.x ships TS declarations incompatible with current tsconfig) - Pinned mockttp to ^4.2.1 (latest 4.6.x transitively pulls ESM-only dependencies) - Added get-port ^6.1.2 dev dependency to provide CommonJS-compatible port selection for mockttp tests - Added typescript ^5.6.3 as explicit dev dependency to keep builds stable - Updated jest.config.ts to transpile ESM dependencies (mockttp, get-port, milliparsec) and map get-port to the CJS-compatible version - Regenerated pact fixture metadata from pact-js 17.1.2 All tests pass: make build && make test && make prettier-check
kriscoleman
approved these changes
Aug 18, 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.
Updated npm dependencies and adjusted test tooling for compatibility.
Changes
Verification