Fixes #4673 Improvements in user management screen (#4674) #1169
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
chaoscenter/web/src/components/PipelineDiagram/Nodes/StartNode/StartNodeStage.tsx#L10
Unexpected any. Specify a different type
|
chaoscenter/web/src/components/PipelineDiagram/Nodes/StartNode/StartNodeStep.tsx#L10
Unexpected any. Specify a different type
|
chaoscenter/web/src/components/PipelineDiagram/Nodes/utils.tsx#L9
Unexpected any. Specify a different type
|
chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L31
Unexpected any. Specify a different type
|
chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L101
React Hook useLayoutEffect has missing dependencies: 'redrawSVGLinks', 'renderSVGLinksDelayed', and 'shouldDelayRender'. Either include them or remove the dependency array
|
chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L141
React Hook useEffect has a missing dependency: 'panZoom'. Either include it or remove the dependency array
|
chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraphUtils.ts#L180
Unexpected any. Specify a different type
|
chaoscenter/web/src/components/PipelineDiagram/hooks/useIntersection.ts#L39
React Hook useEffect has a missing dependency: 'compareFn'. Either include it or remove the dependency array. If 'compareFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
chaoscenter/web/src/components/PipelineDiagram/hooks/useResizeObserver.ts#L31
Forbidden non-null assertion
|
chaoscenter/web/src/components/PipelineDiagram/hooks/useResizeObserver.ts#L56
React Hook useEffect has missing dependencies: 'onResize' and 'parentSelector'. Either include them or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "env_artifact".
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 succeeded
Loading