Bump form-data in /frontend #3323
Annotations
11 warnings
|
es-lint (20.x)
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/
|
|
es-lint (20.x):
frontend/src/modules/Catalog/components/RequestRedshiftAccessModal.js#L73
React Hook useCallback has a missing dependency: 'stopLoader'. Either include it or remove the dependency array
|
|
es-lint (20.x):
frontend/src/modules/Catalog/components/RequestAccessModal.js#L243
React Hook useEffect has missing dependencies: 'fetchDatasetExpirationDetails' and 'hit._id'. Either include them or remove the dependency array
|
|
es-lint (20.x):
frontend/src/modules/Administration/views/AdministrationView.js#L142
Prefer named exports
|
|
es-lint (20.x):
frontend/src/design/components/popovers/NotificationsPopover.js#L123
React Hook useEffect has a missing dependency: 'getCountInbox'. Either include it or remove the dependency array
|
|
es-lint (20.x):
frontend/src/design/components/popovers/NotificationsPopover.js#L57
React Hook useCallback has a missing dependency: 'fetchItems'. Either include it or remove the dependency array
|
|
es-lint (20.x)
React Hook useEffect has missing dependencies: '_getMaintenanceStatus' and 'dispatch'. Either include them or remove the dependency array
|
|
es-lint (20.x):
frontend/src/authentication/views/Login.js#L98
Prefer named exports
|
|
es-lint (20.x):
frontend/src/authentication/views/Callback.js#L144
Prefer named exports
|
|
es-lint (20.x):
frontend/src/authentication/contexts/GenericAuthContext.js#L114
React Hook useEffect has a missing dependency: 'getAuthenticatedUser'. Either include it or remove the dependency array
|
|
es-lint (20.x):
frontend/src/authentication/components/MaintenanceGuard.js#L45
React Hook useEffect has missing dependencies: 'checkMaintenanceMode' and 'dispatch'. Either include them or remove the dependency array
|