UITEN-299 Rewrite class components to functional ones (ui-tenant-settings module) #1016
Annotations
1 error and 13 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: ***-org/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ***-org/checkout@v2, actions/setup-node@v3, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
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/
|
|
|
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/
|
|
src/settings/LocationLocations/LocationForm/LocationFormContainer.js#L33
React Hook useEffect has a missing dependency: 'location'. Either include it or remove the dependency array. If 'setInitialValues' needs the current value of 'location', you can also switch to useReducer instead of useState and read 'location' in the reducer
|
src/settings/LocationLocations/LocationForm/RemoteStorageField.js#L39
React Hook useEffect has a missing dependency: 'checkLocationHasHoldingsOrItems'. Either include it or remove the dependency array. If 'checkLocationHasHoldingsOrItems' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/settings/ServicePoints/ServicePointForm.js#L79
React Hook useMemo has a missing dependency: 'stripes'. Either include it or remove the dependency array
|
src/settings/ServicePoints/ServicePointFormContainer.js#L39
React Hook useEffect has a missing dependency: 'getServicePoint'. Either include it or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jest-coverage-report", "yarn.lock".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading