Skip to content

chore: bump deps

chore: bump deps #2188

Triggered via pull request December 30, 2025 16:30
@sinziisinzii
synchronize #728
tvu-bump-deps
Status Failure
Total duration 1m 48s
Artifacts

run-tests.yml

on: pull_request
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
unit-tests (18.x)
Process completed with exit code 1.
Unhandled error: packages/utils/src/assert.ts#L24
Error: Please call the .follow() method before invoking any other methods in this group. ❯ throwError ../utils/src/assert.ts:24:9 ❯ Module.assert ../utils/src/assert.ts:6:3 ❯ ChainHead.#ensureFollowed src/json-rpc/group/ChainHead/ChainHead.ts:882:5 ❯ ChainHead.bestRuntimeVersion src/json-rpc/group/ChainHead/ChainHead.ts:178:16 ❯ V2Client.doInitialize src/client/V2Client.ts:148:49 ❯ runNextTicks node:internal/process/task_queues:60:5 ❯ listOnTimeout node:internal/timers:538:9 ❯ processTimers node:internal/timers:512:7 ❯ V2Client.initialize src/client/BaseSubstrateClient.ts:362:5 ❯ onConnected src/client/BaseSubstrateClient.ts:355:5 This error originated in "src/client/__tests__/V2Client.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should load metadata from cache". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.