Skip to content

fix(deps): update dependency @blueprintjs/core to v6 - autoclosed #10751

fix(deps): update dependency @blueprintjs/core to v6 - autoclosed

fix(deps): update dependency @blueprintjs/core to v6 - autoclosed #10751

Triggered via pull request August 9, 2025 08:00
Status Failure
Total duration 3m 48s
Artifacts

ci.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

23 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/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 (test --bail=1)
The operation was canceled.
lint (test --bail=1)
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 (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/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-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