Skip to content

Upgrade developer dependencies #444

Upgrade developer dependencies

Upgrade developer dependencies #444

Triggered via pull request July 15, 2024 18:20
Status Failure
Total duration 1m 48s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
typecheck
Argument of type '(peerAddress: string | string[]) => Promise<boolean[]>' is not assignable to parameter of type '{ (peerAddress: string, opts?: Partial<NetworkOptions> | undefined): Promise<boolean>; (peerAddress: string[], opts?: Partial<NetworkOptions> | undefined): Promise<...>; }'.
typecheck
@xmtp/react-sdk#typecheck: command (/home/runner/work/xmtp-web/xmtp-web/packages/react-sdk) /tmp/xfs-68aada62/yarn run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: packages/react-sdk/src/contexts/XMTPContext.tsx#L24
Unexpected any. Specify a different type
lint: packages/react-sdk/src/helpers/caching/db.ts#L31
Unexpected any. Specify a different type
lint: packages/react-sdk/src/helpers/caching/db.ts#L48
Unexpected any. Specify a different type
lint: packages/react-sdk/src/helpers/caching/messages.ts#L27
Unexpected any. Specify a different type
lint: packages/react-sdk/src/helpers/caching/messages.ts#L49
Unexpected any. Specify a different type
lint: packages/react-sdk/src/helpers/combineCodecs.ts#L22
Unexpected any. Specify a different type
lint: packages/react-sdk/src/hooks/useMessage.ts#L88
Unexpected any. Specify a different type
lint: packages/react-sdk/src/sharedTypes.ts#L15
Unexpected any. Specify a different type
lint: examples/remix/app/root.tsx#L55
React Hook useMemo has a missing dependency: 'ENV.PROJECT_ID'. Either include it or remove the dependency array
lint: apps/react/src/components/library/ConversationPreviewCard.tsx#L39
Unexpected any. Specify a different type