Check #2112
Annotations
15 warnings
|
yarn
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
biome
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, tj-actions/changed-files@v45. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typescript
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint:
plugins/doodles/src/App.tsx#L129
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeSaturateInputValue'. Either include them or remove the dependency array. You can also do a functional update 'setStrokeColor(s => ...)' if you only need 'strokeColor' in the 'setStrokeColor' call
|
|
eslint:
plugins/doodles/src/App.tsx#L122
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeHueInputValue'. Either include them or remove the dependency array. You can also do a functional update 'setStrokeColor(s => ...)' if you only need 'strokeColor' in the 'setStrokeColor' call
|
|
eslint:
plugins/doodles/src/App.tsx#L115
React Hook useCallback has a missing dependency: 'strokeInputValue'. Either include it or remove the dependency array
|
|
eslint:
plugins/color-extract/src/App.tsx#L53
React Hook useEffect has a missing dependency: 'currentSelection'. 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#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
|