fix(deps): update dependency @reduxjs/toolkit to v2 #10546
Annotations
9 errors and 2 warnings
|
lint (tsc)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (build)
Process completed with exit code 1.
|
|
lint (build):
src/commons/gitHubOverlay/__tests__/FileExplorerDialog.test.tsx#L3
Module '"@reduxjs/toolkit"' has no exported member 'DeepPartial'.
|
|
lint (build):
src/commons/application/reducers/RootReducer.ts#L17
Type 'Reducer<{ router: Router | null; achievement: AchievementState; dashboard: DashboardState; playground: PlaygroundState; session: SessionState; ... 5 more ...; vscode: VscodeState; }, SourceActionType | UnknownAction, Partial<...>>' is not assignable to type 'Reducer<OverallState, SourceActionType>'.
|
|
lint (test-coveralls)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (format:ci)
The operation was canceled.
|
|
lint (format:ci)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (test --bail=1)
The operation was canceled.
|
|
lint (test --bail=1)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (eslint):
src/pages/sicp/subcomponents/chatbot/ChatBox.tsx#L60
React Hook useCallback has an unnecessary dependency: 'maxContentSize'. Either exclude it or remove the dependency array
|
|
lint (eslint):
src/pages/academy/adminPanel/subcomponents/assessmentConfigPanel/AssessmentConfigPanel.tsx#L262
React Hook useMemo has a missing dependency: 'setIsMinigame'. Either include it or remove the dependency array
|