fix(deps): update dependency @blueprintjs/select to v6 - autoclosed #10692
Annotations
6 errors and 8 warnings
|
lint (test --bail=1)
Process completed with exit code 1.
|
|
src/commons/assessmentWorkspace/__tests__/AssessmentWorkspace.test.tsx > AssessmentWorkspace > AssessmentWorkspace page with programming question renders correctly:
src/commons/assessmentWorkspace/__tests__/AssessmentWorkspace.test.tsx#L126
Error: Snapshot `AssessmentWorkspace > AssessmentWorkspace page with programming question renders correctly 1` mismatched
- Expected
+ Received
@@ -100,11 +100,11 @@
<div
aria-controls="listbox-0"
aria-disabled="true"
aria-expanded="false"
aria-haspopup="listbox"
- class="bp5-popover-target"
+ class="bp6-popover-target"
role="combobox"
>
<button
class="bp5-button bp5-disabled bp5-minimal"
disabled=""
❯ src/commons/assessmentWorkspace/__tests__/AssessmentWorkspace.test.tsx:126:23
|
|
lint (build)
The operation was canceled.
|
|
lint (build)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|
|
lint (test-coveralls)
The operation was canceled.
|
|
lint (test-coveralls)
The strategy configuration was canceled because "lint.test_--bail_1" 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#L138
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include it or remove the dependency array
|
|
lint (eslint):
src/pages/leaderboard/subcomponents/LeaderboardExportButton.tsx#L54
React Hook useEffect has missing dependencies: 'exportCSV' and 'exportRequested'. Either include them 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
|