Bump follow-redirects from 1.15.0 to 1.15.6 in /frontend #6
Annotations
12 warnings
run-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, dorny/paths-filter@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
run-lint:
frontend/src/APIClients/AuthAPIClient.ts#L2
'FetchResult' is defined but never used
|
run-lint:
frontend/src/APIClients/AuthAPIClient.ts#L3
'MutationFunctionOptions' is defined but never used
|
run-lint:
frontend/src/APIClients/AuthAPIClient.ts#L4
'OperationVariables' is defined but never used
|
|
run-lint:
frontend/src/APIClients/AuthAPIClient.ts#L119
Replace `·login,·logout,·loginWithGoogle,·register,·resetPassword,·refresh·` with `⏎··login,⏎··logout,⏎··loginWithGoogle,⏎··register,⏎··resetPassword,⏎··refresh,⏎`
|
run-lint:
frontend/src/App.tsx#L30
Replace `⏎····useState<AuthenticatedUser>(currentUser` with `·useState<AuthenticatedUser>(⏎····currentUser,⏎··`
|
|
|
run-lint:
frontend/src/components/crud/CreateForm.tsx#L87
Replace `·formData:·multipartFormData` with `⏎······formData:·multipartFormData,⏎···`
|
|