fix(deps): update dependency @reduxjs/toolkit to v2 #10723
Annotations
9 errors and 7 warnings
|
lint (tsc)
Process completed with exit code 2.
|
|
lint (tsc):
src/commons/gitHubOverlay/__tests__/FileExplorerDialog.test.tsx#L3
Module '"@reduxjs/toolkit"' has no exported member 'DeepPartial'.
|
|
lint (tsc):
src/commons/application/reducers/RootReducer.ts#L18
Type 'Reducer<{ router: Router | null; achievement: AchievementState; leaderboard: LeaderboardState; dashboard: DashboardState; ... 7 more ...; vscode: VscodeState; }, SourceActionType | UnknownAction, Partial<...>>' is not assignable to type 'Reducer<OverallState, SourceActionType>'.
|
|
lint (test-coveralls)
The operation was canceled.
|
|
lint (test-coveralls)
The strategy configuration was canceled because "lint.tsc" failed
|
|
lint (build)
The operation was canceled.
|
|
lint (build)
The strategy configuration was canceled because "lint.tsc" failed
|
|
lint (test --bail=1)
The operation was canceled.
|
|
lint (test --bail=1)
The strategy configuration was canceled because "lint.tsc" 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/leaderboard/subcomponents/OverallLeaderboard.tsx#L130
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include it or remove the dependency array
|
|
lint (eslint):
src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx#L156
React Hook useMemo has a missing dependency: 'handleLinkClick'. Either include it or remove the dependency array
|
|
lint (eslint):
src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx#L46
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include 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
|
|
lint (eslint):
src/commons/assessmentWorkspace/AssessmentWorkspace.tsx#L245
React Hook useEffect has missing dependencies: 'checkWorkspaceReset', 'question.type', and 'votingId'. Either include them or remove the dependency array
|
|
lint (eslint):
src/commons/assessmentWorkspace/AssessmentWorkspace.tsx#L201
React Hook useEffect has missing dependencies: 'code', 'initialRunCompleted', 'props.fromContestLeaderboard', and 'votingId'. Either include them or remove the dependency array
|