chore(deps): update dependency @types/node to v18.19.64 #283
ci.yml
on: pull_request
Run Type Check & Linters
1m 9s
Annotations
7 warnings
Run Type Check & Linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Type Check & Linters:
src/contexts/AuthContext.tsx#L54
React Hook useEffect has missing dependencies: 'USER_CREDENTIALS_KEY' and 'cookies'. Either include them or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/admin/categories/edit/[id].tsx#L69
React Hook useEffect has a missing dependency: 'getCategoryData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/admin/users/edit/[id].tsx#L69
React Hook useEffect has a missing dependency: 'getUserData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/index.tsx#L68
React Hook useEffect has a missing dependency: 'getDashboardData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/subscriptions/index.tsx#L44
React Hook useEffect has a missing dependency: 'getSubscriptionsData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/event/[id].tsx#L68
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array
|