Release #33
Annotations
16 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, oleksiyrudenko/gha-git-credentials@v2, actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: oleksiyrudenko/gha-git-credentials@v2, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Upload UI Asset
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Create Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Create Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Create Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
JS Build:
app/src/componentLibrary/attributeEditor/attributeEditor.jsx#L81
React Hook useEffect has a missing dependency: 'getValidationErrors'. Either include it or remove the dependency array
|
JS Build:
app/src/componentLibrary/attributeList/editableAttributeList.jsx#L46
React Hook useEffect has missing dependencies: 'defaultOpen' and 'handleAddNew'. Either include them or remove the dependency array
|
JS Build:
app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L57
React Hook useMemo has a missing dependency: 'formatMessage'. Either include it or remove the dependency array
|
JS Build:
app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L66
React Hook useMemo has a missing dependency: 'year'. Either include it or remove the dependency array
|
JS Build:
app/src/components/extensionLoader/hooks.js#L51
React Hook React.useEffect has a missing dependency: 'Component'. Either include it or remove the dependency array
|
JS Build:
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
|
JS Build:
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
|
JS Build:
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
|
JS Build:
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
|
JS Build:
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
|
Loading