Skip to content

Bump rollup from 4.21.3 to 4.28.1 #41

Bump rollup from 4.21.3 to 4.28.1

Bump rollup from 4.21.3 to 4.28.1 #41

Triggered via pull request December 11, 2024 11:48
Status Failure
Total duration 1m 13s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
eslint: pages/devtools-panel/src/Panel.tsx#L2
'useStorage' is defined but never used
eslint: pages/devtools-panel/src/Panel.tsx#L4
'ComponentPropsWithoutRef' is defined but never used
eslint: pages/side-panel/src/SidePanel.tsx#L3
useDisclosure not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L4
Flex not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L5
Text not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L6
Box not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L7
IconButton not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L8
Modal not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L9
ModalOverlay not found in '@chakra-ui/react'
eslint: pages/side-panel/src/SidePanel.tsx#L10
ModalContent not found in '@chakra-ui/react'
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
eslint: pages/side-panel/src/components/AppStore.tsx#L71
React Hook useEffect has a missing dependency: 'fetchDapps'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Asset.tsx#L73
React Hook useEffect has a missing dependency: 'fetchAssetContext'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Asset.tsx#L90
React Hook useEffect has a missing dependency: 'fetchBalancesAndPubkeys'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/AssetSelect.tsx#L55
React Hook useEffect has a missing dependency: 'onStart'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Balances.tsx#L148
React Hook useEffect has a missing dependency: 'setShowBack'. Either include it or remove the dependency array. If 'setShowBack' changes too often, find the parent component that defines it and wrap that definition in useCallback
eslint: pages/side-panel/src/components/Connect.tsx#L26
React Hook useEffect has a missing dependency: 'connectKeepkey'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Context.tsx#L42
React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Transfer.tsx#L82
React Hook useEffect has a missing dependency: 'onStart'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Transfer.tsx#L222
React Hook useCallback has a missing dependency: 'onClose'. Either include it or remove the dependency array
eslint: pages/popup/src/components/evm/RequestFeeCard.tsx#L175
React Hook useEffect has missing dependencies: 'fees.medium' and 'getFee'. Either include them or remove the dependency array