Skip to content

fix: resolve all ESLint errors across codebase #65

fix: resolve all ESLint errors across codebase

fix: resolve all ESLint errors across codebase #65

Triggered via push April 4, 2026 21:34
Status Failure
Total duration 1m 0s
Artifacts

deploy.yml

on: push
build-and-deploy
55s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-deploy
Process completed with exit code 2.
build-and-deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/configure-pages@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-deploy: src/components/shared/LearnPanel.tsx#L178
React Hook useCallback has a missing dependency: 'onComplete'. Either include it or remove the dependency array. If 'onComplete' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-deploy: src/app/fov-simulator/_components/Canvas.tsx#L487
React Hook useCallback has a missing dependency: 'onOffsetsChange'. Either include it or remove the dependency array. If 'onOffsetsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-deploy: src/app/fov-simulator/_components/Canvas.tsx#L417
React Hook useEffect has a missing dependency: 'onOffsetsChange'. Either include it or remove the dependency array. If 'onOffsetsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-deploy: src/app/fov-simulator/_components/Canvas.tsx#L408
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build-and-deploy: src/app/fov-simulator/_components/Canvas.tsx#L408
React Hook useEffect has missing dependencies: 'lensKeys' and 'onOffsetsChange'. Either include them or remove the dependency array. If 'onOffsetsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-deploy: src/app/fov-simulator/_components/Canvas.tsx#L342
React Hook useEffect has a missing dependency: 'sourceImageRef'. Either include it or remove the dependency array
build-and-deploy: src/app/fov-simulator/_components/Canvas.tsx#L331
React Hook useCallback has a missing dependency: 'cleanCanvasRef'. Either include it or remove the dependency array
build-and-deploy: src/app/color-scheme-generator/_components/ColorHarmony.tsx#L292
React Hook useCallback has an unnecessary dependency: 'baseHex'. Either exclude it or remove the dependency array
build-and-deploy: src/app/color-scheme-generator/_components/ColorHarmony.tsx#L136
React Hook useMemo has unnecessary dependencies: 'harmony' and 'hue'. Either exclude them or remove the dependency array