Skip to content

fix(deps): update mikro-orm monorepo to v7 #11685

fix(deps): update mikro-orm monorepo to v7

fix(deps): update mikro-orm monorepo to v7 #11685

Triggered via pull request May 8, 2026 15:21
Status Failure
Total duration 3m 13s
Artifacts

ci.yml

on: pull_request
check-secrets
3s
check-secrets
Build simulator docker image
1m 30s
Build simulator docker image
Build dashboard docker image
1m 11s
Build dashboard docker image
Matrix: build-ocpp-server
Matrix: build-common
Matrix: build-dashboard
Matrix: build-simulator
Matrix: build-cli
Fit to window
Zoom out
Zoom in

Annotations

26 errors, 3 warnings, and 11 notices
Build simulator with Node 24.x on ubuntu-latest: 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<...>)[]>'.
Build simulator with Node 24.x on ubuntu-latest: 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<...>)[]>'.
Build simulator with Node 24.x on ubuntu-latest: 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<...>)[]>'.
Build simulator with Node 24.x on ubuntu-latest: src/types/orm/entities/PerformanceRecord.ts#L1
Module '"@mikro-orm/core"' has no exported member 'Property'.
Build simulator with Node 24.x on ubuntu-latest: src/types/orm/entities/PerformanceRecord.ts#L1
'"@mikro-orm/core"' has no exported member named 'PrimaryKey'. Did you mean 'IPrimaryKey'?
Build simulator with Node 24.x on ubuntu-latest: src/types/orm/entities/PerformanceRecord.ts#L1
Module '"@mikro-orm/core"' has no exported member 'Entity'.
Build simulator with Node 24.x on ubuntu-latest: src/performance/storage/MikroOrmStorage.ts#L49
Property 'updateSchema' does not exist on type 'SqlSchemaGenerator | SqlSchemaGenerator'.
Build simulator with Node 24.x on ubuntu-latest: 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<...>)[]>'.
Build simulator with Node 24.x on ubuntu-latest: 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'.
Build simulator with Node 24.x on ubuntu-latest: mikro-orm.config-template.ts#L6
Argument of type '{ dbName: string; debug: true; entities: (typeof PerformanceRecord)[]; }' is not assignable to parameter of type 'BetterSqliteOptions'.
Build simulator with Node 22.x on ubuntu-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node 22.x on ubuntu-latest
The operation was canceled.
Build simulator with Node latest on ubuntu-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node latest on ubuntu-latest
The operation was canceled.
Build simulator with Node latest on macos-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node latest on macos-latest
The operation was canceled.
Build simulator with Node 24.x on windows-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node 24.x on windows-latest
The operation was canceled.
Build simulator with Node latest on windows-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node latest on windows-latest
The operation was canceled.
Build simulator with Node 22.x on windows-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node 22.x on windows-latest
The operation was canceled.
Build simulator with Node 24.x on macos-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node 24.x on macos-latest
The operation was canceled.
Build simulator with Node 22.x on macos-latest
The strategy configuration was canceled because "build-simulator.ubuntu-latest_24_x" failed
Build simulator with Node 22.x on macos-latest
The operation was canceled.
Build simulator with Node 24.x on ubuntu-latest
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/
Build dashboard with Node 24.x on ubuntu-latest
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/
Build CLI with Node 24.x on ubuntu-latest
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/
Build OCPP mock server with Python 3.14 on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build OCPP mock server with Python 3.13 on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build simulator with Node 24.x on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build simulator with Node latest on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build simulator with Node 22.x on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build dashboard with Node latest on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build dashboard with Node 22.x on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build dashboard with Node 24.x on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build CLI with Node 24.x on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build CLI with Node latest on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build CLI with Node 22.x on windows-latest
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026