fix(deps): update all non-major dependencies #2417
Annotations
1 error and 11 warnings
|
Style Checks
Process completed with exit code 1.
|
|
Style Checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, styfle/cancel-workflow-action@0.13.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Style Checks:
packages/core/src/hooks/useSprings.ts#L157
React Hook useMemo has missing dependencies: 'declareUpdates', 'length', and 'prevLength'. Either include them or remove the dependency array
|
|
Style Checks:
packages/core/src/hooks/useSprings.ts#L157
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
|
Style Checks:
packages/core/src/hooks/useSprings.ts#L151
React Hook useMemo has missing dependencies: 'declareUpdates', 'prevLength', and 'ref'. Either include them or remove the dependency array
|
|
Style Checks:
packages/core/src/hooks/useSprings.ts#L127
React Hook useMemo has a missing dependency: 'forceUpdate'. Either include it or remove the dependency array
|
|
Style Checks:
packages/core/src/hooks/useSprings.ts#L85
React Hook useMemo has a missing dependency: 'propsFn'. Either include it or remove the dependency array
|
|
Style Checks:
targets/zdog/src/animated.ts#L42
'T' is defined but never used. Allowed unused vars must match /^_/u
|
|
Style Checks:
targets/zdog/src/animated.ts#L31
'T' is defined but never used. Allowed unused vars must match /^_/u
|
|
Style Checks:
docs/app/styles/routes/docs.css.ts#L5
'inlineLink' is defined but never used. Allowed unused vars must match /^_/u
|
|
Style Checks:
docs/app/components/Buttons/GradientButton.css.ts#L4
'style' is defined but never used. Allowed unused vars must match /^_/u
|
|
Style Checks:
demo/src/sandboxes/springy-boxes/src/App.tsx#L34
React Hook React.useEffect has a missing dependency: 'api'. Either include it or remove the dependency array
|