Release #30
Annotations
15 warnings
build
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/
|
build
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/
|
build
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/
|
build
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/
|
build
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/
|
build:
app/src/components/main/grid/gridBody/nestedGridRow/nestedGridRow.jsx#L136
React Hook React.useEffect has missing dependencies: 'content' and 'direction'. Either include them or remove the dependency array
|
build:
app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L75
React Hook useEffect has a missing dependency: 'onKeydown'. Either include it or remove the dependency array
|
build:
app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L78
React Hook useEffect has missing dependencies: 'hotKeyAction' and 'modalHasChanges'. Either include them or remove the dependency array
|
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
|
build:
app/src/pages/inside/profilePage/apiKeys/apiKeys.jsx#L33
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
build:
app/src/pages/inside/stepPage/modals/makeDecisionModal/executionSection/executionSection.jsx#L89
React Hook useEffect has missing dependencies: 'activeProject', 'currentTestItems', 'dispatch', and 'setModalState'. Either include them or remove the dependency array. If 'setModalState' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build:
app/src/pages/inside/stepPage/modals/makeDecisionModal/executionSection/executionSection.jsx#L161
React Hook useEffect has missing dependencies: 'activeFilter.id', 'activeProject', 'currentTestItems', 'dispatch', 'historyItems', 'modalState', and 'setModalState'. Either include them or remove the dependency array. If 'setModalState' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build:
app/src/pages/inside/stepPage/modals/makeDecisionModal/executionSection/optionsSection/itemsList/itemsListHeader/itemsListHeader.jsx#L50
React Hook useEffect has a missing dependency: 'testItems.length'. Either include it or remove the dependency array. If 'setIsAllSelected' needs the current value of 'testItems.length', you can also switch to useReducer instead of useState and read 'testItems.length' in the reducer
|
build:
app/src/pages/inside/stepPage/modals/makeDecisionModal/makeDecisionFooter/infoBlock/commentSection/commentSection.jsx#L87
React Hook useEffect has missing dependencies: 'modalState.commentOption', 'setModalState', 'touchedCommentOpt', and 'untouchedCommentOpt'. Either include them or remove the dependency array. If 'setModalState' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build:
app/src/pages/inside/stepPage/modals/makeDecisionModal/makeDecisionModal.jsx#L115
React Hook useEffect has missing dependencies: 'isBulkOperation', 'isMLSuggestionsAvailable', and 'itemData.issue'. Either include them or remove the dependency array
|