Bump webpack-dev-middleware from 6.1.1 to 6.1.2 #24669
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run JS Linting:
frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx#L58
Unexpected any. Specify a different type
|
Run JS Linting:
frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx#L60
Unexpected any. Specify a different type
|
Run JS Linting:
frontend/components/App/App.tsx#L1
'ReactNode' is defined but never used
|
Run JS Linting:
frontend/components/App/App.tsx#L123
React Hook useEffect has a missing dependency: 'fetchCurrentUser'. Either include it or remove the dependency array
|
Run JS Linting:
frontend/components/App/App.tsx#L149
Expected to return a value at the end of async arrow function
|
Run JS Linting:
frontend/components/App/App.tsx#L166
Unexpected any. Specify a different type
|
Run JS Linting:
frontend/components/ClickableUrls/ClickableUrls.tsx#L34
Dangerous property 'dangerouslySetInnerHTML' found
|
|
Run JS Linting:
frontend/components/FlashMessage/FlashMessage.tsx#L61
React Hook useEffect has missing dependencies: 'isPersistent' and 'onRemoveFlash'. Either include them or remove the dependency array. If 'onRemoveFlash' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run JS Linting:
frontend/components/FleetAce/FleetAce.tsx#L201
Unexpected any. Specify a different type
|
Loading