Skip to content

chore(deps): update dependency cross-zip to ^4.0.1 #4688

chore(deps): update dependency cross-zip to ^4.0.1

chore(deps): update dependency cross-zip to ^4.0.1 #4688

Triggered via pull request October 23, 2024 08:19
Status Success
Total duration 37m 4s
Artifacts

BuildJobs.yml

on: pull_request
Check SHA in GH Actions
3s
Check SHA in GH Actions
Run code quality check
9m 49s
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/tooltip-web/src/utils/useFloatingUI.ts#L71
React Hook useCallback has a missing dependency: 'setShowTooltip'. Either include it or remove the dependency array
Run code quality check: packages/pluggableWidgets/tooltip-web/src/utils/useFloatingUI.ts#L72
React Hook useCallback has a missing dependency: 'setShowTooltip'. Either include it or remove the dependency array
Run code quality check: packages/customWidgets/signature-web/src/components/Signature.tsx#L3
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
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/bubble-chart-web/src/BubbleChart.tsx#L91
React Hook useCallback has missing dependencies: 'props.height', 'props.heightUnit', 'props.width', and 'props.widthUnit'. Either include them or remove the dependency array
Run code quality check: packages/pluggableWidgets/combobox-web/src/__mocks__/WebIcon.js#L1
Require statement not part of import statement