Skip to content

build: update typescript to v4 #27

build: update typescript to v4

build: update typescript to v4 #27

Triggered via push February 17, 2024 12:23
Status Failure
Total duration 1m 19s
Artifacts

default.yml

on: push
Matrix: test
Finalize coverage
0s
Finalize coverage
Deploy
0s
Deploy
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 8 warnings
Tests (neo4j 3.5): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; run: SinonStub<any[], any>; beginTransaction: SinonStub<[transactionConfig?: TransactionConfig | undefined], Transaction>; readTransaction: SinonStub<...>; writeTransaction: SinonStub<...>; lastBookmark: SinonStub<...>; }' is missing the following properties from type 'Session': _mode, _database, _reactive, _fetchSize, and 18 more.
Tests (neo4j 3.5): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; session: SinonStub<any[], any>; rxSession: SinonStub<[({ defaultAccessMode?: SessionMode | undefined; bookmarks?: string | string[] | undefined; fetchSize?: number | undefined; database?: string | undefined; } | undefined)?], RxSession>; verifyConnectivity: SinonStub<...>; supportsMult...' is missing the following properties from type 'Driver': _id, _meta, _config, _log, and 10 more.
Tests (neo4j 3.5)
Process completed with exit code 1.
Tests (neo4j 4.2): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; run: SinonStub<any[], any>; beginTransaction: SinonStub<[transactionConfig?: TransactionConfig | undefined], Transaction>; readTransaction: SinonStub<...>; writeTransaction: SinonStub<...>; lastBookmark: SinonStub<...>; }' is missing the following properties from type 'Session': _mode, _database, _reactive, _fetchSize, and 18 more.
Tests (neo4j 4.2): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; session: SinonStub<any[], any>; rxSession: SinonStub<[({ defaultAccessMode?: SessionMode | undefined; bookmarks?: string | string[] | undefined; fetchSize?: number | undefined; database?: string | undefined; } | undefined)?], RxSession>; verifyConnectivity: SinonStub<...>; supportsMult...' is missing the following properties from type 'Driver': _id, _meta, _config, _log, and 10 more.
Tests (neo4j 4.2)
Process completed with exit code 1.
Tests (neo4j 4.1): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; run: SinonStub<any[], any>; beginTransaction: SinonStub<[transactionConfig?: TransactionConfig | undefined], Transaction>; readTransaction: SinonStub<...>; writeTransaction: SinonStub<...>; lastBookmark: SinonStub<...>; }' is missing the following properties from type 'Session': _mode, _database, _reactive, _fetchSize, and 18 more.
Tests (neo4j 4.1): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; session: SinonStub<any[], any>; rxSession: SinonStub<[({ defaultAccessMode?: SessionMode | undefined; bookmarks?: string | string[] | undefined; fetchSize?: number | undefined; database?: string | undefined; } | undefined)?], RxSession>; verifyConnectivity: SinonStub<...>; supportsMult...' is missing the following properties from type 'Driver': _id, _meta, _config, _log, and 10 more.
Tests (neo4j 4.1)
Process completed with exit code 1.
Tests (neo4j 4.0): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; run: SinonStub<any[], any>; beginTransaction: SinonStub<[transactionConfig?: TransactionConfig | undefined], Transaction>; readTransaction: SinonStub<...>; writeTransaction: SinonStub<...>; lastBookmark: SinonStub<...>; }' is missing the following properties from type 'Session': _mode, _database, _reactive, _fetchSize, and 18 more.
Tests (neo4j 4.0): tests/connection.mock.ts#L1
Type '{ close: SinonSpy<any[], any>; session: SinonStub<any[], any>; rxSession: SinonStub<[({ defaultAccessMode?: SessionMode | undefined; bookmarks?: string | string[] | undefined; fetchSize?: number | undefined; database?: string | undefined; } | undefined)?], RxSession>; verifyConnectivity: SinonStub<...>; supportsMult...' is missing the following properties from type 'Driver': _id, _meta, _config, _log, and 10 more.
Tests (neo4j 4.0)
The operation was canceled.
Tests (neo4j 3.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (neo4j 3.5)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (neo4j 4.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (neo4j 4.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (neo4j 4.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (neo4j 4.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (neo4j 4.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (neo4j 4.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/