Merge pull request #412 from Vidheendu/feat/delete-confirmation-dialog #384
ci.yml
on: push
Lint Frontend
22s
Lint Backend
23s
Lint Admin
19s
Build Frontend
29s
Annotations
10 errors and 13 warnings
|
Lint Backend
Process completed with exit code 1.
|
|
Lint Backend:
backend/index.js#L54
'path' is not defined
|
|
Lint Backend:
backend/index.js#L52
'express' is not defined
|
|
Lint Backend:
backend/index.js#L51
'fs' is not defined
|
|
Lint Backend:
backend/index.js#L49
'path' is not defined
|
|
Lint Backend:
backend/index.js#L48
'path' is not defined
|
|
Lint Backend:
backend/index.js#L47
'fileURLToPath' is not defined
|
|
Lint Backend:
backend/index.js#L41
'botRoute' is not defined
|
|
Lint Backend:
backend/index.js#L40
'notificationRouter' is not defined
|
|
Lint Backend:
backend/index.js#L14
'globalIpLimiter' is defined but never used
|
|
Lint Admin
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint Admin:
admin/src/pages/Order.jsx#L52
React Hook useEffect has a missing dependency: 'fetchAllOrders'. Either include it or remove the dependency array
|
|
Lint Admin:
admin/src/pages/List.jsx#L53
React Hook useEffect has a missing dependency: 'fetchList'. Either include it or remove the dependency array
|
|
Lint Admin:
admin/src/pages/Home.jsx#L59
React Hook useEffect has a missing dependency: 'fetchCounts'. Either include it or remove the dependency array
|
|
Lint Admin:
admin/src/Context/NotificationContext.jsx#L118
React Hook useEffect has missing dependencies: 'fetchNotifications' and 'socket'. Either include them or remove the dependency array
|
|
Lint Admin:
admin/src/Context/NotificationContext.jsx#L8
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
|
Lint Admin:
admin/src/Context/AuthProvider.jsx#L4
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
|
Lint Admin:
admin/src/Context/AdminProvider.jsx#L28
React Hook useEffect has a missing dependency: 'getAdmin'. Either include it or remove the dependency array
|
|
Lint Admin:
admin/src/Context/AdminProvider.jsx#L6
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
|
Lint Frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint Frontend:
frontend/src/context/ShopContext.jsx#L221
Unexpected console statement
|
|
Lint Backend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|