Skip to content

Update TanStack Dependencies #4

Update TanStack Dependencies

Update TanStack Dependencies #4

Triggered via schedule December 28, 2025 10:10
Status Failure
Total duration 37s
Artifacts
Update TanStack Dependencies
33s
Update TanStack Dependencies
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
Update TanStack Dependencies
Process completed with exit code 1.
Update TanStack Dependencies: src/routes/admin/users.tsx#L46
'User' is already defined
Update TanStack Dependencies: src/components/FeedEntry.tsx#L43
'FeedEntry' is already defined
Update TanStack Dependencies: src/components/ThemeProvider.tsx#L9
'resolvedThemeSchema' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies
'submitIconComponent' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/components/NpmStatsChart.tsx#L73
The ref value 'plotRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'plotRef.current' to a variable inside the effect, and use that variable in the cleanup function
Update TanStack Dependencies: src/components/FeedFilters.tsx#L139
React Hook React.useEffect has a missing dependency: 'onFiltersChange'. Either include it or remove the dependency array. If 'onFiltersChange' changes too often, find the parent component that defines it and wrap that definition in useCallback