chore: fix versioning and visual testing workflow #2487
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, codecov/codecov-action@v4-beta. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
malty/atoms/Floater/Floater.tsx#L68
React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array
|
malty/atoms/Tooltip/Tooltip.helper.tsx#L93
React Hook useEffect has a missing dependency: 'tooltipId'. Either include it or remove the dependency array
|
malty/atoms/Tooltip/Tooltip.helper.tsx#L137
React Hook useEffect has a missing dependency: 'isOpen'. Either include it or remove the dependency array
|
malty/molecules/AlertBanner/AlertBanner.helper.ts#L54
Assignments to the 'throttleTimeout' variable from inside React Hook useLayoutEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useLayoutEffect
|
malty/molecules/ProductsBar/ProductsBar.tsx#L58
React Hook useEffect has missing dependencies: 'ref' and 'setProfileMenuOpen'. Either include them or remove the dependency array. If 'setProfileMenuOpen' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
malty/molecules/Stepper/Stepper.tsx#L94
React Hook useEffect has missing dependencies: 'dataQaId', 'isMultiStep', and 'theme'. Either include them or remove the dependency array. If 'setElHtml' needs the current value of 'dataQaId', you can also switch to useReducer instead of useState and read 'dataQaId' in the reducer
|
malty/molecules/Toast/Toast.tsx#L47
React Hook useEffect has missing dependencies: 'autoHideTimer', 'hideToast', and 'setAutoHideTimer'. Either include them or remove the dependency array
|
malty/organisms/Carousel/Carousel.test.tsx#L101
Disabled test
|
This job succeeded
Loading