Merge branch 'development' into dev/build #7009
Annotations
3 errors and 10 warnings
assets/apps/dashboard/src/utils/module-observer.js#L3
Expected JSDoc block lines to be aligned
|
assets/apps/dashboard/src/utils/module-observer.js#L3
JSDoc @return declaration present but return expression not available in function
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@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 `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/
|
assets/apps/dashboard/src/Components/App.js#L21
React Hook useEffect has a missing dependency: 'setSettings'. Either include it or remove the dependency array. If 'setSettings' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
assets/apps/dashboard/src/Components/Content/CustomLayoutsUnavailable.js#L28
React Hook useEffect has a missing dependency: 'setTab'. Either include it or remove the dependency array. If 'setTab' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
assets/apps/dashboard/src/Components/Header.js#L24
React Hook useEffect has a missing dependency: 'setTabToCurrentHash'. Either include it or remove the dependency array
|
assets/apps/dashboard/src/Components/ModuleCard.js#L32
React Hook useEffect has a missing dependency: 'slug'. Either include it or remove the dependency array
|
assets/apps/dashboard/src/Components/Plugin/InstallActivate.js#L56
React Hook useEffect has missing dependencies: 'labels' and 'setCustomLabels'. Either include them or remove the dependency array
|
assets/apps/dashboard/src/Components/Plugin/InstallActivate.js#L127
React Hook useEffect has missing dependencies: 'activatePlugin', 'currentState', and 'installPlugin'. Either include them or remove the dependency array
|
assets/apps/dashboard/src/Components/Plugin/MultiInstallActivate.js#L29
React Hook useEffect has missing dependencies: 'changeModuleStatus', 'installActivateNeeded', and 'slug'. Either include them or remove the dependency array. If 'changeModuleStatus' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
assets/apps/dashboard/src/Components/Snackbar.js#L11
React Hook useEffect has a missing dependency: 'setToast'. Either include it or remove the dependency array. If 'setToast' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
The logs for this run have expired and are no longer available.
Loading