Migrations as replicas refactor #180
Annotations
10 errors and 3 warnings
build:
src/components/App.tsx#L1
Cannot find module '@src/components/smart/TransfersPage/TransfersPage' or its corresponding type declarations.
|
build:
src/components/App.tsx#L1
Cannot find module '@src/components/smart/TransferDetailsPage/TransferDetailsPage' or its corresponding type declarations.
|
build:
src/components/modules/DashboardModule/DashboardContent/DashboardContent.spec.tsx#L1
Type '{ transfers: never[]; migrations: never[]; endpoints: never[]; projects: never[]; transfersLoading: false; migrationsLoading: boolean; endpointsLoading: false; usersLoading: false; projectsLoading: false; ... 10 more ...; onAddLicenceClick: jest.Mock<...>; }' is not assignable to type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
|
build:
src/components/modules/DashboardModule/DashboardContent/DashboardContent.tsx#L1
No overload matches this call.
|
build:
src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.spec.tsx#L1
'"@src/@types/MainItem"' has no exported member named 'MigrationItem'. Did you mean 'ActionItem'?
|
build:
src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.tsx#L1
'ActionItem' is declared but its value is never read.
|
build:
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
'"@src/@types/MainItem"' has no exported member named 'MigrationItem'. Did you mean 'ActionItem'?
|
build:
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
Property 'migrations' does not exist on type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
|
build:
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
Type '{ transfers: TransferItem[]; migrations: any; endpoints: Endpoint[]; style: {}; loading: false; onNewClick: jest.Mock<any, any>; }' is not assignable to type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
|
build:
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
No overload matches this call.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
No files were found with the provided path: cypress/screenshots. No artifacts will be uploaded.
|