chore(deps): update dependency typescript to v4.9.5 #1000
Annotations
2 errors and 8 warnings
Run npm run build --if-present:
node_modules/@types/node/globals.d.ts#L72
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
Run npm run build --if-present
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm run lint:
__tests__/integration/persistenceLayer-postgres.ts#L14
Unexpected any. Specify a different type
|
Run npm run lint:
__tests__/integration/persistenceLayer-postgres.ts#L14
Unexpected any. Specify a different type
|
Run npm run lint:
__tests__/integration/persistenceLayer-postgres.ts#L207
'now' is assigned a value but never used
|
Run npm run lint:
__tests__/unit/repository.ts#L8
Unexpected any. Specify a different type
|
Run npm run lint:
__tests__/unit/repository.ts#L8
Unexpected any. Specify a different type
|
Run npm run lint:
src/Event.ts#L25
Unexpected any. Specify a different type
|
Run npm run lint:
src/Repository.ts#L16
Unexpected any. Specify a different type
|
Loading