Skip to content

Detect file renames without triggering deletions #1738

Detect file renames without triggering deletions

Detect file renames without triggering deletions #1738

Triggered via pull request March 10, 2026 11:28
Status Success
Total duration 2m 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint: plugins/dither/src/use-image-texture.tsx#L27
React Hook useEffect has a missing dependency: 'onUpdate'. Either include it or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
eslint: plugins/dither/src/use-gradient-texture.ts#L15
Assignments to the 'quantization' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
eslint: plugins/dither/src/App.tsx#L149
React Hook useCallback has an unnecessary dependency: 'resolution'. Either exclude it or remove the dependency array
eslint: plugins/dither/src/App.tsx#L120
React Hook useEffect has a missing dependency: 'mesh'. Either include it or remove the dependency array
eslint: plugins/dither/src/App.tsx#L65
React Hook useEffect has a missing dependency: 'gl'. Either include it or remove the dependency array
eslint: plugins/tidyup/src/App.tsx#L672
React Hook useLayoutEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
eslint: plugins/tidyup/src/App.tsx#L371
React Hook useMemo has an unnecessary dependency: 'randomKey'. Either exclude it or remove the dependency array
eslint: plugins/photobooth/src/App.tsx#L38
React Hook useCallback has a missing dependency: 'animate'. Either include it or remove the dependency array
eslint: plugins/threshold/src/App.tsx#L149
React Hook useEffect has a missing dependency: 'updateCanvas'. Either include it or remove the dependency array
eslint: plugins/threshold/src/App.tsx#L133
React Hook useMemo has missing dependencies: 'maxHeight' and 'maxWidth'. Either include them or remove the dependency array