Skip to content

chore: update dependency preact to v10.17.1 #4196

chore: update dependency preact to v10.17.1

chore: update dependency preact to v10.17.1 #4196

Triggered via push August 28, 2023 12:58
Status Failure
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Build (ubuntu-20.04, 16)
Process completed with exit code 1.
Build (windows-latest, 16)
The job was canceled because "ubuntu-20_04_16" failed.
Build (windows-latest, 16)
The operation was canceled.
Build (macos-latest, 16)
The job was canceled because "ubuntu-20_04_16" failed.
Build (macos-latest, 16)
The operation was canceled.
Build (ubuntu-20.04, 16): packages/form-js-editor/src/features/render-injection/slot-fill/SlotFillRoot.js#L17
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/components/FormEditor.js#L113
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/components/FormEditor.js#L309
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/components/FormEditor.js#L384
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Build (ubuntu-20.04, 16): packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo has missing dependencies: 'debounce' and 'fn'. Either include them or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L66
React Hook useEffect contains a call to 'setInitialSchema'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [props] as a second argument to the useEffect Hook
Build (ubuntu-20.04, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L170
React Hook useEffect has missing dependencies: 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
Build (ubuntu-20.04, 16): packages/form-js-playground/src/components/PlaygroundRoot.js#L203
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
Build (ubuntu-20.04, 16): packages/form-js-viewer/src/render/Renderer.js#L37
React Hook useCallback has an unnecessary dependency: 'form'. Either exclude it or remove the dependency array. Outer scope values like 'form' aren't valid dependencies because mutating them doesn't re-render the component