chore(deps): bump the dependencies group with 6 updates - #108
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the dependencies group with 6 updates#108dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
6 errors and 8 warnings
|
|
|
Test + coverage
The operation was canceled.
|
|
Test + coverage:
test/events-storage.test.ts#L67
AssertionError: expected [ 'events_contract_id_idx', …(6) ] to deeply equal [ 'events_contract_id_idx', …(5) ]
- Expected
+ Received
[
"events_contract_id_idx",
"events_data_gin_idx",
"events_entity_id_idx",
+ "events_ledger_id_idx",
"events_ledger_idx",
"events_pkey",
"events_symbol_idx",
]
❯ test/events-storage.test.ts:67:48
|
|
Test + coverage:
test/events-storage.test.ts#L50
AssertionError: expected [ { column_name: 'id', …(1) }, …(9) ] to deeply equal [ { column_name: 'id', …(1) }, …(8) ]
- Expected
+ Received
@@ -30,9 +30,13 @@
{
"column_name": "tx_hash",
"data_type": "text",
},
{
+ "column_name": "decode_error",
+ "data_type": "text",
+ },
+ {
"column_name": "created_at",
"data_type": "timestamp with time zone",
},
]
❯ test/events-storage.test.ts:50:18
|
|
Test + coverage:
test/config.test.ts#L40
AssertionError: expected { http: { port: 4000, …(8) }, …(3) } to deeply equal { http: { port: 4000, …(7) }, …(3) }
- Expected
+ Received
@@ -4,10 +4,11 @@
"nonceStore": "postgres",
},
"http": {
"corsOrigin": "http://localhost:3000",
"host": "0.0.0.0",
+ "logLevel": "info",
"port": 4000,
"rateLimitEventsMax": 30,
"rateLimitMax": 100,
"rateLimitWindowMs": 60000,
"statsCacheMs": 5000,
❯ test/config.test.ts:40:22
|
|
Test + coverage:
src/db/migrate.ts#L77
error: duplicate key value violates unique constraint "schema_migrations_pkey"
❯ node_modules/pg/lib/client.js:694:17
❯ migrate src/db/migrate.ts:77:11
❯ test/setup.ts:17:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { length: 222, severity: 'ERROR', code: '23505', detail: 'Key (version)=(14) already exists.', hint: undefined, position: undefined, internalPosition: undefined, internalQuery: undefined, where: undefined, schema: 'public', table: 'schema_migrations', dataType: undefined, constraint: 'schema_migrations_pkey', file: 'nbtinsert.c', routine: '_bt_check_unique' }
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
test/events-storage.test.ts#L6
'DERIVED_TABLES' is defined but never used
|
|
Lint:
test/api-stream.test.ts#L24
'streamPromise' is assigned a value but never used
|
|
Lint:
test/api-stream.test.ts#L4
'query' is defined but never used
|
|
Lint:
test/api-stream.test.ts#L4
'pool' is defined but never used
|
|
Lint:
test/api-stream.test.ts#L1
'vi' is defined but never used
|
|
Lint:
src/api/stream.ts#L137
'err' is defined but never used
|
|
Lint:
src/api/routes/index.ts#L162
'error' is defined but never used
|
background
wait
wait-all
cancel
parallel
Loading