Skip to content

Prepare charts 5.1.0 release (#1287) #4737

Prepare charts 5.1.0 release (#1287)

Prepare charts 5.1.0 release (#1287) #4737

Triggered via push October 28, 2024 15:03
Status Success
Total duration 7m 55s
Artifacts

BuildJobs.yml

on: push
Check SHA in GH Actions
4s
Check SHA in GH Actions
Run code quality check
2m 10s
Run code quality check
Read versions file
4s
Read versions file
Matrix: build
Matrix: Run automated end-to-end tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run code quality check: packages/pluggableWidgets/tree-node-web/src/__mocks__/WebIcon.js#L1
Require statement not part of import statement
Run code quality check: packages/pluggableWidgets/tree-node-web/src/components/hooks/lazyLoading.ts#L14
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
Run code quality check: packages/pluggableWidgets/tree-node-web/src/components/hooks/useAnimatedHeight.tsx#L16
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
Run code quality check: packages/pluggableWidgets/tree-node-web/src/components/hooks/useAnimatedHeight.tsx#L35
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
Run code quality check: packages/pluggableWidgets/tree-node-web/src/components/hooks/useAnimatedHeight.tsx#L40
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
Run code quality check: packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L46
React Hook useCallback has a missing dependency: 'getValueBySourceType'. Either include it or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Run code quality check: packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L92
React Hook useEffect has missing dependencies: 'getValueBySourceType' and 'update'. Either include them or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component