fix(deps): update dependency @blueprintjs/core to v6 - autoclosed #10760
Annotations
8 errors and 6 warnings
|
lint (test --bail=1)
Process completed with exit code 1.
|
|
src/commons/sideContent/__tests__/SideContentAutograder.test.tsx > Autograder renders placeholders correctly when testcases and results are empty:
src/commons/sideContent/__tests__/SideContentAutograder.test.tsx#L92
Error: Snapshot `Autograder renders placeholders correctly when testcases and results are empty 1` mismatched
- Expected
+ Received
@@ -1,18 +1,18 @@
<div
className="Autograder"
>
- <Blueprint5.Button
+ <Blueprint6.Button
className="collapse-button"
icon="caret-down"
minimal={true}
onClick={[Function]}
>
<span>
Testcases
</span>
- <Blueprint5.Tooltip
+ <Blueprint6.Tooltip
compact={false}
content={
<div
className="autograder-help-tooltip"
>
@@ -35,16 +35,16 @@
interactionKind="hover-target"
minimal={false}
placement="left"
transitionDuration={100}
>
- <Blueprint5.Icon
+ <Blueprint6.Icon
icon="help"
/>
- </Blueprint5.Tooltip>
+ </Blueprint6.Tooltip>
- </Blueprint5.Button>
+ </Blueprint6.Button>
- <Blueprint5.Collapse
+ <Blueprint6.Collapse
component="div"
isOpen={true}
keepChildrenMounted={true}
transitionDuration={200}
>
@@ -52,11 +52,11 @@
className="noResults"
data-testid="noResults"
>
There are no testcases provided for this question.
</div>
- </Blueprint5.Collapse>
+ </Blueprint6.Collapse>
<ControlButton
icon="caret-down"
label="Autograder Results"
onClick={[Function]}
options={
@@ -64,11 +64,11 @@
"className": "collapse-button",
"minimal": true,
}
}
/>
- <Blueprint5.Collapse
+ <Blueprint6.Collapse
component="div"
isOpen={true}
keepChildrenMounted={true}
transitionDuration={200}
>
@@ -76,7 +76,7 @@
className="noResults"
data-testid="noResults"
>
There are no results to show.
</div>
- </Blueprint5.Collapse>
+ </Blueprint6.Collapse>
</div>
❯ src/commons/sideContent/__tests__/SideContentAutograder.test.tsx:92:16
|
|
lint (test-coveralls)
The operation was canceled.
|
|
lint (test-coveralls)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|
|
lint (build)
The operation was canceled.
|
|
lint (build)
The strategy configuration was canceled because "lint.test_--bail_1" failed
|
|
lint (tsc)
The operation was canceled.
|
|
lint (tsc)
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#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/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
|