Skip to content

chore(deps): update dependency undici to v7.24.6 - autoclosed #333

chore(deps): update dependency undici to v7.24.6 - autoclosed

chore(deps): update dependency undici to v7.24.6 - autoclosed #333

Triggered via pull request March 27, 2026 01:04
Status Failure
Total duration 29s
Artifacts

ts.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
test
Process completed with exit code 1.
test/client.test.ts > Client > should call GenericWSAPI with correct parameters: src/Client.ts#L89
TypeError: () => mockAPI is not a constructor ❯ Client.generic src/Client.ts:89:21 ❯ test/client.test.ts:117:22
test/client.test.ts > Client > should call DNSAPI with correct parameters: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.dns src/Client.ts:80:21 ❯ test/client.test.ts:104:22
test/client.test.ts > Client > should call TraceRouteAPI with correct parameters: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.traceRoute src/Client.ts:72:21 ❯ test/client.test.ts:93:22
test/client.test.ts > Client > should call HTTPingAPI with correct parameters for httping: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.httping src/Client.ts:64:21 ❯ test/client.test.ts:82:22
test/client.test.ts > Client > should call HTTPingAPI with correct parameters for http: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.http src/Client.ts:56:21 ❯ test/client.test.ts:71:22
test/client.test.ts > Client > should call BatchTCPingAPI with correct parameters: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.batchTCPing src/Client.ts:52:21 ❯ test/client.test.ts:60:22
test/client.test.ts > Client > should call TCPingAPI with correct parameters: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.tcping src/Client.ts:42:21 ❯ test/client.test.ts:49:22
test/client.test.ts > Client > should call PingAPI with correct parameters: src/Client.ts#L104
TypeError: () => mockAPI is not a constructor ❯ Client._createAPI src/Client.ts:104:29 ❯ Client.ping src/Client.ts:34:21 ❯ test/client.test.ts:38:22
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/