
> new@0.1.0 build
> next build

   ▲ Next.js 15.5.18
   - Environments: .env.local, .env
   - Experiments (use with caution):
     ✓ optimizeCss

   Creating an optimized production build ...
 ✓ Compiled successfully in 23.9s
   Linting and checking validity of types ...
(node:657138) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files
(Use `node --trace-warnings ...` to show where the warning was created)

./src/app/(main)/ai-scholarship-match/AiScholarshipMatch.tsx
411:6  Warning: React Hook useEffect has missing dependencies: 'saveProfile' and 'scholarships?.length'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/(main)/consultant/[slug]/ConsultantDetailClient.tsx
136:19  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element

./src/app/(main)/consultant/consultant.tsx
115:6  Warning: React Hook useEffect has missing dependencies: 'fetchConsultants' and 'searchParams'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
132:6  Warning: React Hook useEffect has a missing dependency: 'fetchConsultants'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
138:6  Warning: React Hook useEffect has missing dependencies: 'checkIfFiltersApplied' and 'fetchConsultants'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
303:11  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element

./src/app/(main)/find-my-consultant/page.tsx
239:6  Warning: React Hook useEffect has a missing dependency: 'searchConsultants'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/(main)/payment/page.tsx
40:6  Warning: React Hook useEffect has a missing dependency: 'createPaymentIntent'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/admin/pages/Student/StudentApplicationList.tsx
93:6  Warning: React Hook useCallback has a missing dependency: 'studentId'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/components/AISearchBox.tsx
77:6  Warning: React Hook useEffect has a missing dependency: 'handleSearch'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/components/ConsultantCard.tsx
585:7  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element

./src/app/components/StandardSearchForm.tsx
49:35  Warning: React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead.  react-hooks/exhaustive-deps
73:32  Warning: React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead.  react-hooks/exhaustive-deps

./src/app/components/molecules/consultant/Dashboard.tsx
86:4  Warning: React Hook useEffect has a missing dependency: 'activeTab'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/components/organisms/StudentReviews.tsx
74:6  Warning: React Hook useEffect has a missing dependency: 'fallbackReviews'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

./src/app/components/organisms/VideoSection.js
118:23  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element

./src/app/context/WishlistContext.js
171:6  Warning: React Hook useCallback has a missing dependency: 'isWishlisted'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/app/api-reference/config/eslint#disabling-rules
