feat(auth): enforce strict password complexity validation #22
ci.yml
on: pull_request
Typecheck Client
24s
Typecheck Server
38s
Lint Client
1m 27s
Annotations
10 errors and 13 warnings
|
Lint Client:
client/src/hooks/useFaceDetection.ts#L32
Unexpected any. Specify a different type
|
|
Lint Client:
client/src/components/ui/toast.tsx#L110
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint Client:
client/src/components/ui/textarea.tsx#L4
An interface declaring no members is equivalent to its supertype
|
|
Lint Client:
client/src/components/ui/button.tsx#L393
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint Client:
client/src/components/ui/LocationDropdown.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint Client:
client/src/components/ui/FormField.tsx#L58
Unexpected any. Specify a different type
|
|
Lint Client
Expected an assignment or function call and instead saw an expression
|
|
Lint Client:
client/src/components/dsa-theory/algo/StepPlayer.tsx#L18
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint Client:
client/src/components/SEO.tsx#L25
'_keywords' is defined but never used
|
|
Lint Client:
client/src/components/FAQSection.tsx#L5
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Typecheck Client
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Typecheck Server
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Lint Client
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Lint Client:
client/src/module/admin/users/UsersListPage.tsx#L36
React Hook useEffect has a missing dependency: 'fetchUsers'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/reviews/AdminReviewsPage.tsx#L32
React Hook useEffect has a missing dependency: 'fetchReviews'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/repo-requests/AdminRepoRequestsPage.tsx#L34
React Hook useEffect has a missing dependency: 'fetchRequests'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/jobs/AdminJobsListPage.tsx#L46
React Hook useEffect has a missing dependency: 'fetchJobs'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/contributions/AdminContributionsPage.tsx#L47
React Hook useEffect has a missing dependency: 'fetchContributions'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/companies/AdminCompaniesPage.tsx#L30
React Hook useEffect has a missing dependency: 'fetchCompanies'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/activity/ActivityLogsPage.tsx#L43
React Hook useEffect has a missing dependency: 'fetchLogs'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/module/admin/activity/ActivityLogsPage.tsx#L38
React Hook useEffect has a missing dependency: 'fetchLogs'. Either include it or remove the dependency array
|
|
Lint Client
React Hook useEffect has a missing dependency: 'fetchSubscribers'. Either include it or remove the dependency array
|
|
Lint Client:
client/src/components/ui/shape-landing-hero.tsx#L257
React Hook useEffect has a missing dependency: 'startAnimation'. Either include it or remove the dependency array
|