Skip to content

Bump @wdio/globals from 9.0.9 to 9.4.1 #42

Bump @wdio/globals from 9.0.9 to 9.4.1

Bump @wdio/globals from 9.0.9 to 9.4.1 #42

Triggered via pull request December 11, 2024 11:48
Status Failure
Total duration 1m 3s
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/popup/src/components/AwaitingApproval.tsx#L2
Flex not found in '@chakra-ui/react'
eslint: pages/popup/src/components/AwaitingApproval.tsx#L2
Card not found in '@chakra-ui/react'
eslint: pages/popup/src/components/AwaitingApproval.tsx#L2
CardBody not found in '@chakra-ui/react'
eslint: pages/popup/src/components/AwaitingApproval.tsx#L2
Image not found in '@chakra-ui/react'
eslint: pages/popup/src/components/AwaitingApproval.tsx#L2
Heading not found in '@chakra-ui/react'
eslint: pages/popup/src/components/AwaitingApproval.tsx#L2
Button not found in '@chakra-ui/react'
eslint: pages/popup/src/components/AwaitingApproval.tsx#L2
CloseButton not found in '@chakra-ui/react'
eslint: pages/popup/src/components/Events.tsx#L2
Box 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/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
eslint: pages/popup/src/components/evm/RequestFeeCard.tsx#L200
React Hook useEffect has missing dependencies: 'calculateUsdValue' and 'handleUpdateTransaction'. Either include them or remove the dependency array
eslint: pages/popup/src/components/utxo/CoinControlCard.tsx#L49
React Hook useEffect has missing dependencies: 'recommendedFees.high', 'recommendedFees.low', and 'recommendedFees.medium'. Either include them or remove the dependency array
eslint: pages/popup/src/components/utxo/ProjectFeeCard.tsx#L90
The 'inputs' logical expression could make the dependencies of useEffect Hook (at line 97) change on every render. To fix this, wrap the initialization of 'inputs' in its own useMemo() Hook
eslint: pages/popup/src/components/utxo/ProjectFeeCard.tsx#L91
The 'outputs' logical expression could make the dependencies of useEffect Hook (at line 97) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'outputs' in its own useMemo() Hook
eslint: pages/popup/src/components/utxo/ProjectFeeCard.tsx#L158
React Hook useEffect has a missing dependency: 'recommendedFees'. Either include it or remove the dependency array
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