Skip to content

Bump typeorm from 0.2.45 to 0.3.0 #317

Bump typeorm from 0.2.45 to 0.3.0

Bump typeorm from 0.2.45 to 0.3.0 #317

Triggered via pull request March 21, 2024 19:43
Status Failure
Total duration 1m 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts#L1
'"typeorm"' has no exported member named 'ConnectionOptions'. Did you mean 'CollectionOptions'?
test: node_modules/@nestjs/typeorm/dist/common/typeorm.utils.d.ts#L1
'"typeorm"' has no exported member named 'ConnectionOptions'. Did you mean 'CollectionOptions'?
test: node_modules/@nestjs/typeorm/dist/interfaces/typeorm-options.interface.d.ts#L1
'"typeorm"' has no exported member named 'ConnectionOptions'. Did you mean 'CollectionOptions'?
test: node_modules/@nestjs/typeorm/dist/typeorm.module.d.ts#L1
'"typeorm"' has no exported member named 'ConnectionOptions'. Did you mean 'CollectionOptions'?
test: node_modules/typeorm-seeding/dist/connection.d.ts#L1
'"typeorm"' has no exported member named 'ConnectionOptions'. Did you mean 'CollectionOptions'?
test: node_modules/typeorm-seeding/dist/connection.d.ts#L1
Cannot find module 'typeorm/driver/aurora-data-api/AuroraDataApiConnectionOptions' or its corresponding type declarations.
test: src/assignment/assignment.service.spec.ts#L1
Module '"typeorm"' has no exported member 'FindConditions'.
test: src/assignment/assignment.service.ts#L1
Type 'number' is not assignable to type 'boolean | FindOperator<any> | FindOptionsWhere<Assignment> | EqualOperator<Assignment> | FindOptionsWhere<Assignment>[]'.
test: src/auth/auth.service.ts#L1
Argument of type '{ email: string; }' is not assignable to parameter of type 'FindOneOptions<User>'.
test: src/survey/survey.service.spec.ts#L1
Module '"typeorm"' has no exported member 'FindConditions'.
test
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/.
test
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/