Skip to content

Update TanStack Dependencies #24

Update TanStack Dependencies

Update TanStack Dependencies #24

Triggered via schedule May 17, 2026 10:57
Status Failure
Total duration 41s
Artifacts
Update TanStack Dependencies
38s
Update TanStack Dependencies
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
Update TanStack Dependencies
Process completed with exit code 1.
typescript(TS7006): src/utils/blog.functions.ts#L75
Parameter 'candidate' implicitly has an 'any' type.
typescript(TS7006): src/utils/blog.functions.ts#L25
Parameter 'post' implicitly has an 'any' type.
typescript(TS2307): src/utils/blog.functions.ts#L4
Cannot find module 'content-collections' or its corresponding type declarations.
typescript(TS7006): src/utils/blog.ts#L51
Parameter 'b' implicitly has an 'any' type.
typescript(TS7006): src/utils/blog.ts#L51
Parameter 'a' implicitly has an 'any' type.
typescript(TS7006): src/utils/blog.ts#L50
Parameter 'post' implicitly has an 'any' type.
typescript(TS2307): src/utils/blog.ts#L1
Cannot find module 'content-collections' or its corresponding type declarations.
Update TanStack Dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. 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/
eslint(no-unused-vars): src/utils/stats.server.ts#L2
Identifier 'v' is imported but never used.
eslint(no-unused-vars): src/utils/users.server.ts#L13
Variable 'capabilityPicklist' is declared but never used. Unused variables should match /(^_)|(^__+$)|(^e$)|(^error$)/.
eslint-plugin-react-hooks(exhaustive-deps): src/components/shop/ProductDrawer.tsx#L422
React Hook useEffect has a missing dependency: 'variantForImage.image'
eslint(no-unused-vars): src/components/shop/ProductDrawer.tsx#L391
Parameter 'onClose' is declared but never used. Unused parameters should match /(^_)|(^__+$)|(^e$)|(^error$)/.
eslint(no-unused-vars): src/components/shop/ProductDrawer.tsx#L390
Parameter 'onNavigate' is declared but never used. Unused parameters should match /(^_)|(^__+$)|(^e$)|(^error$)/.
eslint(no-unused-vars): src/components/shop/ProductDrawer.tsx#L389
Parameter 'allHandles' is declared but never used. Unused parameters should match /(^_)|(^__+$)|(^e$)|(^error$)/.
eslint(no-unused-vars): src/components/shop/ProductDrawer.tsx#L68
Function 'contrastColor' is declared but never used.
eslint(no-unused-vars): src/utils/intent-admin.server.ts#L6
Identifier 'v' is imported but never used.
eslint-plugin-jsx-a11y(prefer-tag-over-role): src/components/shop/ProductCard.tsx#L244
Prefer `button` over `role` attribute `button`.
eslint(no-unused-vars): src/utils/stats-admin.server.ts#L5
Identifier 'v' is imported but never used.