Skip to content

Update dependency @reduxjs/toolkit to v2 (v3) #5620

Update dependency @reduxjs/toolkit to v2 (v3)

Update dependency @reduxjs/toolkit to v2 (v3) #5620

Triggered via pull request December 5, 2024 03:10
Status Failure
Total duration 2m 11s
Artifacts

unit-tests.yml

on: pull_request
Type-checks, eslint, unit tests and SonarCloud
2m 2s
Type-checks, eslint, unit tests and SonarCloud
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"isLoading/startDataTaskIsLoading">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"isLoading/finishDataTaskIsLoading">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Cannot find module 'immer/dist/types/types-external' or its corresponding type declarations.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"queue/startInitialAppTaskQueue">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"queue/startInitialAppTaskQueueFulfilled">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"queue/startInitialDataTaskQueue">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"queue/startInitialDataTaskQueueFulfilled">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"queue/startInitialInfoTaskQueue">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type 'ActionCreatorWithoutPayload<"queue/startInitialInfoTaskQueueFulfilled">' is not assignable to parameter of type 'UnknownAction'.
Type-checks, eslint, unit tests and SonarCloud
Argument of type '() => undefined' is not assignable to parameter of type '(action: AnyAction, ...extraArgs: any[]) => AnyAction'.
Type-checks, eslint, unit tests and SonarCloud
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Type-checks, eslint, unit tests and SonarCloud
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/