fix(deps): update mikro-orm monorepo to v7 (major) #11384
Annotations
10 errors and 1 warning
|
pnpm typecheck:
tests/performance/storage/MikroOrmStorage.test.ts#L349
Argument of type '{ dbName: string; entities: (typeof PerformanceRecord)[]; }' is not assignable to parameter of type 'Options<IDatabaseDriver<Connection>, EntityManager<IDatabaseDriver<Connection>>, (string | EntityClass<Partial<any>> | EntitySchema<...>)[]>'.
|
|
pnpm typecheck:
tests/performance/storage/MikroOrmStorage.test.ts#L326
Argument of type '{ dbName: string; entities: (typeof PerformanceRecord)[]; }' is not assignable to parameter of type 'Options<IDatabaseDriver<Connection>, EntityManager<IDatabaseDriver<Connection>>, (string | EntityClass<Partial<any>> | EntitySchema<...>)[]>'.
|
|
pnpm typecheck:
tests/performance/storage/MikroOrmStorage.test.ts#L23
Argument of type '{ dbName: string; discovery: { warnWhenNoEntities: false; }; entities: never[]; }' is not assignable to parameter of type 'Options<IDatabaseDriver<Connection>, EntityManager<IDatabaseDriver<Connection>>, (string | EntityClass<Partial<any>> | EntitySchema<...>)[]>'.
|
|
pnpm typecheck:
src/types/orm/entities/PerformanceRecord.ts#L1
Module '"@mikro-orm/core"' has no exported member 'Property'.
|
|
pnpm typecheck:
src/types/orm/entities/PerformanceRecord.ts#L1
'"@mikro-orm/core"' has no exported member named 'PrimaryKey'. Did you mean 'IPrimaryKey'?
|
|
pnpm typecheck:
src/types/orm/entities/PerformanceRecord.ts#L1
Module '"@mikro-orm/core"' has no exported member 'Entity'.
|
|
pnpm typecheck:
src/performance/storage/MikroOrmStorage.ts#L49
Property 'updateSchema' does not exist on type 'SqlSchemaGenerator | SqlSchemaGenerator'.
|
|
pnpm typecheck:
src/performance/storage/MikroOrmStorage.ts#L44
Argument of type 'BetterSqliteOptions' is not assignable to parameter of type 'Options<IDatabaseDriver<Connection>, EntityManager<IDatabaseDriver<Connection>>, (string | EntityClass<Partial<any>> | EntitySchema<...>)[]>'.
|
|
pnpm typecheck:
src/performance/storage/MikroOrmStorage.ts#L44
Type 'MikroORM<IDatabaseDriver<Connection>, EntityManager<IDatabaseDriver<Connection>>, (string | EntityClass<Partial<any>> | EntitySchema<...>)[]>' is not assignable to type 'MariaDbMikroORM<SqlEntityManager<MariaDbDriver>, (string | EntityClass<Partial<any>> | EntitySchema<any, never, EntityCtor<any>>)[]> | BetterSqliteMikroORM<...> | undefined'.
|
|
pnpm typecheck:
mikro-orm.config-template.ts#L6
Argument of type '{ dbName: string; debug: true; entities: (typeof PerformanceRecord)[]; }' is not assignable to parameter of type 'BetterSqliteOptions'.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/dependency-review-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
Loading