Skip to content

fix(deps): update dependency ace-builds to v1.43.2 - autoclosed #9813

fix(deps): update dependency ace-builds to v1.43.2 - autoclosed

fix(deps): update dependency ace-builds to v1.43.2 - autoclosed #9813

Triggered via pull request June 27, 2025 12:29
Status Failure
Total duration 1m 23s
Artifacts

ci.yml

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

Annotations

11 errors and 2 warnings
lint (tsc)
Process completed with exit code 2.
lint (tsc): src/features/sourceRecorder/SourceRecorderTypes.ts#L1
File '/home/runner/work/frontend/frontend/node_modules/ace-builds/ace.d.ts' is not a module.
lint (tsc): src/commons/editor/Editor.tsx#L373
Argument of type '(event: any) => void' is not assignable to parameter of type '() => void'.
lint (build)
The operation was canceled.
lint (build): src/features/sourceRecorder/SourceRecorderTypes.ts#L1
File '/home/runner/work/frontend/frontend/node_modules/ace-builds/ace.d.ts' is not a module.
lint (build): src/commons/editor/Editor.tsx#L373
Argument of type '(event: any) => void' is not assignable to parameter of type '() => void'.
lint (build)
The strategy configuration was canceled because "lint.tsc" failed
lint (test-coveralls)
The operation was canceled.
lint (test-coveralls)
The strategy configuration was canceled because "lint.tsc" failed
lint (test)
The operation was canceled.
lint (test)
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/academy/adminPanel/subcomponents/assessmentConfigPanel/AssessmentConfigPanel.tsx#L262
React Hook useMemo has a missing dependency: 'setIsMinigame'. Either include it or remove the dependency array