[Snyk] Security upgrade axios from 1.11.0 to 1.12.0 #92
run-checks.yml
on: pull_request
frontend-format
/
run-check
34s
frontend-lint
/
run-check
39s
frontend-test
/
run-check
28s
frontend-build
55s
Annotations
10 errors and 10 warnings
|
frontend-lint / run-check:
GUI/src/components/Flow/Controls/ImportExportControls.tsx#L4
Member 'useCallback' of the import declaration should be sorted alphabetically
|
|
frontend-lint / run-check:
GUI/src/components/Flow/Controls/ImportExportControls.tsx#L4
`react` import should occur before import of `react-i18next`
|
|
frontend-lint / run-check:
GUI/src/components/Dropdown/index.tsx#L11
'React' is not defined
|
|
frontend-lint / run-check:
GUI/src/components/Collapsible/index.tsx#L8
`react-i18next` import should occur before import of `react-icons/md`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/index.tsx#L6
There should be no empty line within import group
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/index.tsx#L4
`..` import should occur after import of `utils/string-util`
|
|
|
|
|
|
|
|
frontend-lint / run-check:
GUI/src/RootComponent.tsx#L13
`pages/ConnectionRequestsPage` import should occur before import of `react`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/Endpoints/OpenAPI/index.tsx#L105
Unsafe argument of type `any` assigned to a parameter of type `{}`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/Endpoints/OpenAPI/index.tsx#L100
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/Endpoints/OpenAPI/index.tsx#L61
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/Endpoints/OpenAPI/index.tsx#L41
React Hook useEffect has a missing dependency: 'key'. Either include it or remove the dependency array. You can also do a functional update 'setKey(k => ...)' if you only need 'key' in the 'setKey' call
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpointCard/Endpoints/Custom/index.tsx#L59
React Hook useEffect has a missing dependency: 'key'. Either include it or remove the dependency array. You can also do a functional update 'setKey(k => ...)' if you only need 'key' in the 'setKey' call
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpoint/index.tsx#L157
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpoint/index.tsx#L142
Unsafe argument of type `any` assigned to a parameter of type `EndpointData | undefined`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpoint/index.tsx#L126
Unsafe argument of type `any` assigned to a parameter of type `EndpointData | undefined`
|
|
frontend-lint / run-check:
GUI/src/components/ApiEndpoint/index.tsx#L103
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
frontend-lint / run-check:
GUI/src/App.tsx#L18
Unsafe argument of type `any` assigned to a parameter of type `UserInfo`
|