Skip to content

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.2.1 in /superset-frontend #1631

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.2.1 in /superset-frontend

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.2.1 in /superset-frontend #1631

Triggered via pull request February 22, 2024 02:01
Status Failure
Total duration 19m 19s
Artifacts

superset-frontend.yml

on: pull_request
frontend-build
4m 1s
frontend-build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
frontend-build
Type '{ charts: (charts: Record<string, ChartState> | undefined, action: AnyChartAction) => any; datasources: (datasources: DatasourcesState | undefined, action: DatasourcesActionPayload) => DatasourcesState; ... 15 more ...; user: (state?: { ...; }) => { ...; }; }' is not assignable to type 'Reducer<any, UnknownAction, any> | { [x: string]: Reducer<any, UnknownAction, any>; } | undefined'.
frontend-build
Type '(getDefaultMiddleware: GetDefaultMiddleware<any>) => Tuple<[ThunkMiddleware<any, UnknownAction, undefined>, (store: any) => (next: any) => (action: any) => any, Middleware<...>]> | ((store: any) => (next: any) => (action: any) => any)[]' is not assignable to type '(getDefaultMiddleware: GetDefaultMiddleware<any>) => Tuple<Middlewares<any>>'.
frontend-build
Type '{ sqlLab: (state: {} | undefined, action: any) => any; localStorageUsageInKilobytes: (state?: number) => number; messageToasts: (toasts: any[] | undefined, action: any) => any[]; common: (state?: CommonBootstrapData) => CommonBootstrapData; ... 13 more ...; explore: (state: {} | undefined, action: any) => any; }' is not assignable to type 'Reducer<any, UnknownAction, any> | { [x: string]: Reducer<any, UnknownAction, any>; }'.
frontend-build
Type 'StoreEnhancer<{}, {}>[]' is not assignable to type '(getDefaultEnhancers: GetDefaultEnhancers<Tuple<Middlewares<any>>>) => Tuple<Enhancers>'.
frontend-build
Process completed with exit code 2.
frontend-build
Process completed with exit code 1.
frontend-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./.github/actions/cached-dependencies. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
frontend-build
The following actions uses node12 which is deprecated and will be forced to run on node16: ./.github/actions/cached-dependencies. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/