fix(deps): update redux ecosystem (major) - autoclosed #14496
test.yml
on: pull_request
Test
11m 12s
Lint
2m 40s
Build
2m 10s
Annotations
21 errors and 1 warning
Build
Process completed with exit code 1.
|
Lint:
src/app/base/components/AppSideNavigation/AppSideNavigation.tsx#L153
Type 'ActionCreatorWithoutPayload<`controller/${string}`> | ActionCreatorWithPayload<any, `controller/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `controller/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/AppSideNavigation/AppSideNavigation.tsx#L155
Type 'ActionCreatorWithoutPayload<`pod/${string}`> | ActionCreatorWithPayload<any, `pod/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `pod/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/ControllerLink/ControllerLink.tsx#L26
Type 'ActionCreatorWithoutPayload<`controller/${string}`> | ActionCreatorWithPayload<any, `controller/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `controller/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/DeviceLink/DeviceLink.tsx#L26
Type 'ActionCreatorWithoutPayload<`device/${string}`> | ActionCreatorWithPayload<any, `device/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `device/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/SubnetLink/SubnetLink.tsx#L24
Type 'ActionCreatorWithoutPayload<`subnet/${string}`> | ActionCreatorWithPayload<any, `subnet/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `subnet/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/SubnetSelect/SubnetSelect.tsx#L36
Type 'ActionCreatorWithoutPayload<`subnet/${string}`> | ActionCreatorWithPayload<any, `subnet/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `subnet/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/VLANLink/VLANLink.tsx#L24
Type 'ActionCreatorWithoutPayload<`vlan/${string}`> | ActionCreatorWithPayload<any, `vlan/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `vlan/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/VLANSelect/VLANSelect.tsx#L84
Expected at least 1 arguments, but got 0.
|
Lint:
src/app/base/components/node/FieldlessForm/FieldlessForm.test.tsx#L52
Type 'ActionCreatorWithoutPayload<`machine/${string}`> | ActionCreatorWithPayload<any, `machine/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `machine/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
Lint:
src/app/base/components/node/FieldlessForm/FieldlessForm.test.tsx#L72
Type 'ActionCreatorWithoutPayload<`machine/${string}`> | ActionCreatorWithPayload<any, `machine/${string}`> | ActionCreatorWithPreparedPayload<any[], any, `machine/${string}`, never, never> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...> | ActionCreatorWithPreparedPayload<...>' is not assignable to type '() => AnyAction'.
|
src/app/App.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/components/AppSidePanel/AppSidePanel.tsx:7:31
|
src/app/Routes.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/components/AppSidePanel/AppSidePanel.tsx:7:31
|
src/app/base/side-panel-context.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
src/app/api/query/base.test.ts:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
src/app/api/query/zones.test.ts:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
src/app/base/hooks/base.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
src/app/base/hooks/dataFetching.test.ts:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
src/app/base/hooks/node.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
src/app/intro/views/Intro.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/components/AppSidePanel/AppSidePanel.tsx:7:31
|
src/app/kvm/views/KVM.test.tsx:
src/redux-store.ts#L24
TypeError: getDefaultMiddleware is not a function or its return value is not iterable
❯ src/redux-store.ts:24:4
❯ src/app/base/websocket-context.tsx:3:31
|
Test
No files were found with the provided path: coverage. No artifacts will be uploaded.
|