Hotfix 5.11.1-r1 #5995
Triggered via pull request
September 10, 2024 13:43
Status
Success
Total duration
4m 57s
Artifacts
–
Annotations
12 warnings
build (14)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (14)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (14):
app/src/componentLibrary/attributeEditor/attributeEditor.jsx#L81
React Hook useEffect has a missing dependency: 'getValidationErrors'. Either include it or remove the dependency array
|
build (14):
app/src/componentLibrary/attributeList/editableAttributeList.jsx#L46
React Hook useEffect has missing dependencies: 'defaultOpen' and 'handleAddNew'. Either include them or remove the dependency array
|
build (14):
app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L57
React Hook useMemo has a missing dependency: 'formatMessage'. Either include it or remove the dependency array
|
build (14):
app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L66
React Hook useMemo has a missing dependency: 'year'. Either include it or remove the dependency array
|
build (14):
app/src/components/extensionLoader/hooks.js#L51
React Hook React.useEffect has a missing dependency: 'Component'. Either include it or remove the dependency array
|
build (14):
app/src/components/extensionLoader/hooks.js#L58
React Hook React.useEffect has missing dependencies: 'moduleName' and 'scope'. Either include them or remove the dependency array
|
build (14):
app/src/components/main/grid/gridBody/nestedGridRow/nestedGridRow.jsx#L138
React Hook React.useEffect has missing dependencies: 'content' and 'direction'. Either include them or remove the dependency array
|
build (14):
app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L82
React Hook useEffect has a missing dependency: 'onKeydown'. Either include it or remove the dependency array
|
build (14):
app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L85
React Hook useEffect has missing dependencies: 'hotKeyAction' and 'modalHasChanges'. Either include them or remove the dependency array
|
build (14):
app/src/layouts/common/sidebar/supportBlock/modal/requestSupportModal.jsx#L62
React Hook useEffect has missing dependencies: 'email' and 'initialize'. Either include them or remove the dependency array. If 'initialize' changes too often, find the parent component that defines it and wrap that definition in useCallback
|