fix(deps): update dependency @blueprintjs/core to v6 - autoclosed #10816
Annotations
24 errors and 6 warnings
|
lint (build)
Process completed with exit code 1.
|
|
lint (build):
src/commons/sideContent/content/githubAssessments/SideContentMarkdownEditor.tsx#L44
Type '{ onChange: (event: any) => void; fill: true; growVertically: boolean; defaultValue: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<TextArea> & Pick<Readonly<TextAreaProps>, never> & InexactPartial<...> & InexactPartial<...>'.
|
|
lint (build):
src/commons/mobileWorkspace/mobileSideContent/MobileSideContent.tsx#L40
No overload matches this call.
|
|
lint (build):
src/commons/editingOverviewCard/EditingOverviewCard.tsx#L116
No overload matches this call.
|
|
lint (build):
src/commons/assessment/Assessment.tsx#L236
No overload matches this call.
|
|
lint (build):
src/commons/assessment/Assessment.tsx#L229
No overload matches this call.
|
|
lint (build):
src/commons/achievement/AchievementView.tsx#L62
No overload matches this call.
|
|
lint (build):
src/commons/achievement/AchievementFilter.tsx#L22
No overload matches this call.
|
|
lint (format:ci)
The operation was canceled.
|
|
lint (format:ci)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (tsc)
The operation was canceled.
|
|
lint (tsc):
src/commons/sideContent/content/githubAssessments/SideContentMarkdownEditor.tsx#L44
Type '{ onChange: (event: any) => void; fill: true; growVertically: boolean; defaultValue: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<TextArea> & Pick<Readonly<TextAreaProps>, never> & InexactPartial<...> & InexactPartial<...>'.
|
|
lint (tsc):
src/commons/mobileWorkspace/mobileSideContent/MobileSideContent.tsx#L40
No overload matches this call.
|
|
lint (tsc):
src/commons/editingOverviewCard/EditingOverviewCard.tsx#L116
No overload matches this call.
|
|
lint (tsc):
src/commons/assessment/Assessment.tsx#L236
No overload matches this call.
|
|
lint (tsc):
src/commons/assessment/Assessment.tsx#L229
No overload matches this call.
|
|
lint (tsc):
src/commons/achievement/AchievementView.tsx#L62
No overload matches this call.
|
|
lint (tsc):
src/commons/achievement/AchievementFilter.tsx#L22
No overload matches this call.
|
|
lint (tsc)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (test --bail=1)
The operation was canceled.
|
|
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 --bail=1)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (test-coveralls)
The operation was canceled.
|
|
lint (test-coveralls)
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/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
|