Skip to content

chore(app): update and re-patch deps #1043

chore(app): update and re-patch deps

chore(app): update and re-patch deps #1043

Triggered via push August 21, 2024 03:42
Status Failure
Total duration 6m 35s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 10 warnings
contracts-foundry
A branch or tag with the name 'dev' could not be found
app-tests
app#lint: command (/home/runner/work/zallo/zallo/app) /tmp/xfs-114d5add/yarn run lint exited (1)
app-tests: app/src/app/onboard/user.tsx#L85
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useMemo. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useMemo
app-tests: app/src/components/cloud/google/useSignInWithGoogle.web.ts#L14
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
app-tests: app/src/components/cloud/google/useSignInWithGoogle.web.ts#L17
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
app-tests: app/src/components/cloud/google/useSignInWithGoogle.web.ts#L21
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
app-tests: app/src/components/fields/FormSubmitButton.tsx#L35
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
app-tests: app/src/components/fields/FormSubmitButton.tsx#L36
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
app-tests: app/src/components/link/ledger/LedgerItem.tsx#L129
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
app-tests: app/src/components/link/ledger/LedgerItem.tsx#L129
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useCallback. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useCallback
app-tests: app/src/components/provider/NotificationsProvider/NotificationsRegistrar.native.tsx#L111
The result of useMutation is not referentially stable, so don't pass it directly into the dependencies array of useEffect. Instead, destructure the return value of useMutation and pass the destructured values into the dependency array of useEffect
app-web-build
app#build:web: command (/home/runner/work/zallo/zallo/app) /tmp/xfs-370e12d3/yarn run build:web exited (1)
app-web-build
Process completed with exit code 1.
app-tests: app/src/api/network/noop.ts#L3
'noopExchange' is assigned a value but never used. Allowed unused vars must match /^_/u
app-tests: app/src/app/(nav)/[account]/(home)/activity/index.tsx#L118
Unexpected any. Specify a different type
app-tests: app/src/app/(nav)/[account]/(home)/activity/index.tsx#L166
'm' is defined but never used. Allowed unused args must match /^_/u
app-tests: app/src/app/(nav)/[account]/(home)/send.tsx#L26
'TransferFromMode' is defined but never used. Allowed unused vars must match /^_/u
app-tests: app/src/app/(sheet)/ledger/approve.tsx#L17
'skip' is defined but never used. Allowed unused vars must match /^_/u
app-tests: app/src/components/AccountSelector.tsx#L5
'AddressIcon' is defined but never used. Allowed unused vars must match /^_/u
app-tests: app/src/components/AccountSelector.tsx#L6
'ICON_SIZE' is defined but never used. Allowed unused vars must match /^_/u
app-tests: app/src/components/AccountSelector.tsx#L7
'memo' is defined but never used. Allowed unused vars must match /^_/u
app-tests: app/src/components/Blur/index.tsx#L27
'colors' is defined but never used. Allowed unused args must match /^_/u
app-tests: app/src/components/CreateAccount.tsx#L99
'colors' is defined but never used. Allowed unused args must match /^_/u