Skip to content

refactor: avatar profile centralized, session handling, SEO tags, refactored referrals and other minor fixes #256

refactor: avatar profile centralized, session handling, SEO tags, refactored referrals and other minor fixes

refactor: avatar profile centralized, session handling, SEO tags, refactored referrals and other minor fixes #256

Triggered via pull request January 20, 2025 23:00
@cswnicswni
synchronize #448
app/next/fixes
Status Failure
Total duration 2m 15s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
Static Analysis and Test | Node 20
Process completed with exit code 1.
Static Analysis and Test | Node 18
The job was canceled because "_20" failed.
Static Analysis and Test | Node 18
The operation was canceled.
Static Analysis and Test | Node 20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static Analysis and Test | Node 20: src/components/carousel/variants/carousel-creators.tsx#L66
React Hook useEffect has a missing dependency: 'calculateItemsPerSlide'. Either include it or remove the dependency array
Static Analysis and Test | Node 20: src/components/carousel/variants/carousel-creators.tsx#L74
React Hook useEffect has a missing dependency: 'calculateItemsPerSlide'. Either include it or remove the dependency array
Static Analysis and Test | Node 20: src/components/carousel/variants/carousel-poster-mini.tsx#L71
React Hook useEffect has a missing dependency: 'calculateItemsPerSlide'. Either include it or remove the dependency array
Static Analysis and Test | Node 20: src/components/carousel/variants/carousel-poster-mini.tsx#L79
React Hook useEffect has a missing dependency: 'calculateItemsPerSlide'. Either include it or remove the dependency array
Static Analysis and Test | Node 20: src/components/follow-unfollow-button.tsx#L10
'ReadResult' is defined but never used
Static Analysis and Test | Node 20: src/components/follow-unfollow-button.tsx#L64
React Hook useEffect has missing dependencies: 'getProfile', 'profileId', and 'sessionData?.profile?.id'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/follow-unfollow-button.tsx#L74
React Hook useEffect has missing dependencies: 'getProfile' and 'profileId'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/login-modal/modal.tsx#L60
React Hook useEffect has missing dependencies: 'dispatch' and 'w3'. Either include them or remove the dependency array
Static Analysis and Test | Node 20: src/components/login-modal/modal.tsx#L90
React Hook useEffect has missing dependencies: 'onClose' and 'w3'. Either include them or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
Static Analysis and Test | Node 20: src/components/login-modal/modal.tsx#L96
React Hook useCallback has missing dependencies: 'acceptOrCreateInvitationForUser' and 'dispatch'. Either include them or remove the dependency array