Skip to content

데벨업 v2.0.4 Release #257

데벨업 v2.0.4 Release

데벨업 v2.0.4 Release #257

Triggered via pull request October 24, 2024 09:02
@Minjoo522Minjoo522
synchronize #748
dev
Status Success
Total duration 1m 34s
Artifacts

front_ci.yml

on: pull_request
PATH_CHANGES
2s
PATH_CHANGES
FE_SLACK_MESSAGE
7s
FE_SLACK_MESSAGE
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
FE_CI
Process completed with exit code 1.
FE_CI: frontend/src/index.tsx#L287
'enableMocking' is defined but never used
FE_CI
Process completed with exit code 1.
FE_CI: frontend/src/components/DiscussionSubmit/index.tsx#L79
React Hook useEffect has missing dependencies: 'handleDescription' and 'handleDiscussionTitle'. Either include them or remove the dependency array
FE_CI: frontend/src/components/common/ListenKeyDown.tsx#L21
React Hook useEffect has missing dependencies: 'onKeyDown' and 'targetKey'. Either include them or remove the dependency array. If 'onKeyDown' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useAnimation.ts#L44
React Hook useEffect has missing dependencies: '$animationTime' and 'unMountEvent'. Either include them or remove the dependency array. If 'unMountEvent' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useCarousel.ts#L36
React Hook useEffect has a missing dependency: 'handleTransitionEnd'. Either include it or remove the dependency array
FE_CI: frontend/src/hooks/useCarousel.ts#L38
The 'handleNextSlide' function makes the dependencies of useEffect Hook (at line 77) change on every render. To fix this, wrap the definition of 'handleNextSlide' in its own useCallback() Hook
FE_CI: frontend/src/hooks/useDashboardDiscussion.ts#L28
React Hook useEffect has missing dependencies: 'onPageInfoUpdate' and 'totalPage'. Either include them or remove the dependency array. If 'onPageInfoUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useDashboardDiscussionComment.ts#L28
React Hook useEffect has missing dependencies: 'onPageInfoUpdate' and 'totalPage'. Either include them or remove the dependency array. If 'onPageInfoUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useDiscussions.ts#L38
React Hook useEffect has missing dependencies: 'onPageInfoUpdate' and 'totalPage'. Either include them or remove the dependency array. If 'onPageInfoUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_CI: frontend/src/hooks/useErrorBoundary.ts#L48
React Hook useMemo has a missing dependency: 'context'. Either include it or remove the dependency array
FE_CI: frontend/src/hooks/useMissionInProgress.ts#L24
React Hook useEffect has missing dependencies: 'onPageInfoUpdate' and 'totalPage'. Either include them or remove the dependency array. If 'onPageInfoUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
FE_SLACK_MESSAGE
The following actions use a deprecated Node.js version and will be forced to run on node20: slackapi/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/