Skip to content

chore(deps): update npm dependencies - #127

Merged
xavpaice merged 1 commit into
mainfrom
deps/replicated-lib-update-npm
Aug 20, 2026
Merged

chore(deps): update npm dependencies#127
xavpaice merged 1 commit into
mainfrom
deps/replicated-lib-update-npm

Conversation

@replicated-software-factory

Copy link
Copy Markdown
Contributor

Updated npm dependencies and adjusted test tooling for compatibility.

Changes

  • 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

Verification

  • make build
  • make test (96 tests passed)
  • make prettier-check

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
@xavpaice
xavpaice merged commit 3dd81ab into main Aug 20, 2026
1 check passed
@xavpaice
xavpaice deleted the deps/replicated-lib-update-npm branch August 20, 2026 01:59
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.

2 participants