Skip to content

Update dependency typeorm to ^0.3.0 [SECURITY] #2844

Update dependency typeorm to ^0.3.0 [SECURITY]

Update dependency typeorm to ^0.3.0 [SECURITY] #2844

Triggered via push March 21, 2024 19:54
Status Failure
Total duration 32s
Artifacts

test.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 2 warnings
build (10.19): src/matrix/AppService.ts#L91
Argument of type '{ matrix_userid: string; is_matrix_user: boolean; }' is not assignable to parameter of type 'FindManyOptions<User>'.
build (10.19): src/matrix/AppService.ts#L167
Argument of type '{ mattermost_username: string; }' is not assignable to parameter of type 'FindOneOptions<User>'.
build (10.19): src/matrix/AppService.ts#L174
Object is possibly 'null'.
build (10.19): src/matrix/AppService.ts#L182
Object is possibly 'null'.
build (10.19): src/matrix/AppService.ts#L182
Object is possibly 'null'.
build (10.19): src/matrix/AppService.ts#L189
Object is possibly 'null'.
build (10.19): src/matrix/AppService.ts#L190
Object is possibly 'null'.
build (10.19): src/matrix/MatrixHandler.ts#L209
Argument of type '{ eventid: any; }' is not assignable to parameter of type 'FindOneOptions<Post>'.
build (10.19): src/matrix/MatrixHandler.ts#L212
Object is possibly 'null'.
build (10.19): src/matrix/MatrixHandler.ts#L216
Argument of type '{ eventid: any; }' is not assignable to parameter of type 'FindOneOptions<Post>'.
build (12.x)
The job was canceled because "_10_19" failed.
build (12.x): src/matrix/AppService.ts#L91
Argument of type '{ matrix_userid: string; is_matrix_user: boolean; }' is not assignable to parameter of type 'FindManyOptions<User>'.
build (12.x): src/matrix/AppService.ts#L167
Argument of type '{ mattermost_username: string; }' is not assignable to parameter of type 'FindOneOptions<User>'.
build (12.x): src/matrix/AppService.ts#L174
Object is possibly 'null'.
build (12.x): src/matrix/AppService.ts#L182
Object is possibly 'null'.
build (12.x): src/matrix/AppService.ts#L182
Object is possibly 'null'.
build (12.x): src/matrix/AppService.ts#L189
Object is possibly 'null'.
build (12.x): src/matrix/AppService.ts#L190
Object is possibly 'null'.
build (12.x): src/matrix/MatrixHandler.ts#L209
Argument of type '{ eventid: any; }' is not assignable to parameter of type 'FindOneOptions<Post>'.
build (12.x): src/matrix/MatrixHandler.ts#L212
Object is possibly 'null'.
build (12.x): src/matrix/MatrixHandler.ts#L216
Argument of type '{ eventid: any; }' is not assignable to parameter of type 'FindOneOptions<Post>'.
build (14.x)
The job was canceled because "_10_19" failed.
build (14.x): src/matrix/AppService.ts#L91
Argument of type '{ matrix_userid: string; is_matrix_user: boolean; }' is not assignable to parameter of type 'FindManyOptions<User>'.
build (14.x): src/matrix/AppService.ts#L167
Argument of type '{ mattermost_username: string; }' is not assignable to parameter of type 'FindOneOptions<User>'.
build (14.x): src/matrix/AppService.ts#L174
Object is possibly 'null'.
build (14.x): src/matrix/AppService.ts#L182
Object is possibly 'null'.
build (14.x): src/matrix/AppService.ts#L182
Object is possibly 'null'.
build (14.x): src/matrix/AppService.ts#L189
Object is possibly 'null'.
build (14.x): src/matrix/AppService.ts#L190
Object is possibly 'null'.
build (14.x): src/matrix/MatrixHandler.ts#L209
Argument of type '{ eventid: any; }' is not assignable to parameter of type 'FindOneOptions<Post>'.
build (14.x): src/matrix/MatrixHandler.ts#L212
Object is possibly 'null'.
build (14.x): src/matrix/MatrixHandler.ts#L216
Argument of type '{ eventid: any; }' is not assignable to parameter of type 'FindOneOptions<Post>'.
build (10.19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (10.19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/