chore(deps): update dependency cross-zip to ^4.0.1 #4688
BuildJobs.yml
on: pull_request
Check SHA in GH Actions
3s
Matrix: build
Matrix: Run automated end-to-end tests
Annotations
10 warnings
Run code quality check:
packages/pluggableWidgets/tooltip-web/src/Tooltip.editorConfig.ts#L40
Missing return type on function
|
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
|
Run code quality check:
packages/pluggableWidgets/combobox-web/src/__tests__/__mocks__/intersectionObserverMock.ts#L7
Missing return type on function
|
Run code quality check:
packages/pluggableWidgets/combobox-web/src/__tests__/__mocks__/intersectionObserverMock.ts#L11
Missing return type on function
|