Skip to content

Bump lodash-es from 4.17.21 to 4.17.23 #1369

Bump lodash-es from 4.17.21 to 4.17.23

Bump lodash-es from 4.17.21 to 4.17.23 #1369

Triggered via pull request January 22, 2026 00:13
Status Success
Total duration 2m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint: plugins/concentric/src/App.tsx#L139
React Hook useEffect has missing dependencies: 'isAllowedToSetAttributes' and 'state'. Either include them 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/dither/src/use-image-texture.tsx#L27
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
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#L146
React Hook useCallback has an unnecessary dependency: 'resolution'. Either exclude it or remove the dependency array
eslint: plugins/dither/src/App.tsx#L117
React Hook useEffect has a missing dependency: 'mesh'. Either include it or remove the dependency array
eslint: plugins/dither/src/App.tsx#L62
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