Feat(Client): 주요 인터랙션 햅틱 피드백 + 홈 스크롤탑 버튼 제거 #595
Annotations
15 warnings
|
CI (test)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
|
CI (analytics:check)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
|
CI (coverage)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
|
CI (lint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
|
CI (lint):
packages/design-system/src/components/toast/hooks/use-toast-container.ts#L18
The 'deleteToast' function makes the dependencies of useEffect Hook (at line 55) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'deleteToast' in its own useCallback() Hook
|
|
CI (lint):
packages/design-system/src/components/toast/hooks/use-toast-container.ts#L10
The 'addToast' function makes the dependencies of useEffect Hook (at line 55) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'addToast' in its own useCallback() Hook
|
|
CI (lint):
apps/client/src/shared/hooks/use-music-player.ts#L66
React Hook useMemo has an unnecessary dependency: 'currentPlayingId'. Either exclude it or remove the dependency array
|
|
CI (lint):
apps/client/src/pages/search/page/search-page.tsx#L148
React Hook useMemo has missing dependencies: 'handleSelectArtistSuggestion' and 'handleSelectPerformanceSuggestion'. Either include them or remove the dependency array
|
|
CI (lint):
apps/client/src/pages/onboarding/components/artist-select-nested-search.tsx#L29
'_searchParams' is assigned a value but never used
|
|
CI (lint):
apps/client/src/pages/onboarding/components/artist-select-nested-delete.tsx#L29
'_searchParams' is assigned a value but never used
|
|
CI (lint):
apps/client/src/pages/home/components/performance-carousel/hooks/use-pointer-drag.ts#L94
React Hook useEffect has missing dependencies: 'clearAutoplay', 'setDragOffset', 'setIsAnimating', and 'startAutoplay'. Either include them or remove the dependency array. If 'clearAutoplay' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
CI (lint):
apps/client/src/pages/home/components/performance-carousel/hooks/use-carousel-controller.ts#L81
React Hook useEffect has a missing dependency: 'startAutoplay'. Either include it or remove the dependency array
|
|
CI (lint):
apps/client/src/pages/home/components/performance-carousel/hooks/use-carousel-controller.ts#L35
React Hook useEffect has a missing dependency: 'onSlideChange'. Either include it or remove the dependency array. If 'onSlideChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
CI (lint):
apps/client/src/pages/auth/page/redirect-apple.tsx#L15
React Hook useEffect has a missing dependency: 'location.search'. Either include it or remove the dependency array
|
|
CI (build)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|