Prepare charts 5.1.0 release (#1287) #4737
BuildJobs.yml
on: push
Check SHA in GH Actions
4s
Matrix: build
Matrix: Run automated end-to-end tests
Annotations
10 warnings
Run code quality check:
packages/pluggableWidgets/heatmap-chart-web/src/HeatMap.editorConfig.ts#L84
Missing return type on function
|
Run code quality check:
packages/pluggableWidgets/rating-web/src/StarRating.editorPreview.tsx#L36
Missing return type on function
|
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
|
Run code quality check:
packages/pluggableWidgets/time-series-chart-web/src/TimeSeries.editorConfig.ts#L96
Missing return type on function
|