chore(infra): enable auto update #5563
Annotations
6 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run cd web; npm run lint && npm test:
web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L38
React Hook useMemo has a missing dependency: 'form'. Either include it or remove the dependency array
|
Run cd web; npm run lint && npm test:
web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L67
React Hook useEffect has missing dependencies: 'onReset' and 'onStartPolling'. Either include them or remove the dependency array
|
Run cd web; npm run lint && npm test:
web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run cd web; npm run lint && npm test:
web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run cd web; npm run lint && npm test:
web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading