Skip to content

fix: checks

fix: checks #213

Triggered via pull request March 3, 2025 15:37
Status Success
Total duration 1m 51s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

31 errors
Argument of type '{ nodeId: any; githubUserId: any; primaryInfo: any; secondaryInfo: any; imageSrc: any; }[]' is not assignable to parameter of type 'SuggestedItem[]'.: .yarn/__virtual__/@app-add-member-to-organization-modal-fragment-virtual-9f8da2c437/1/app/fragments/app-add-member-to-organization-modal/src/github-users-search/github-users-search.component.tsx#L44
Argument of type '{ nodeId: any; githubUserId: any; primaryInfo: any; secondaryInfo: any; imageSrc: any; }[]' is not assignable to parameter of type 'SuggestedItem[]'. Type '{ nodeId: any; githubUserId: any; primaryInfo: any; secondaryInfo: any; imageSrc: any; }' is missing the following properties from type 'SuggestedItem': id, name
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'.: .yarn/__virtual__/@globals-data-virtual-696d063049/1/globals/data/src/octokit-graphql/hooks/request-octokit-graphql.hook.ts#L9
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'. Type 'Promise<unknown>' is not assignable to type 'Promise<GraphQlQueryResponseData>'. Type 'unknown' is not assignable to type 'GraphQlQueryResponseData'.
Type 'SuggestedItem[]' is not assignable to type 'SuggestedItemProps[]'.: .yarn/__virtual__/@ui-input-virtual-4eb424a80f/1/ui/input/src/select-input/select-input.component.tsx#L67
Type 'SuggestedItem[]' is not assignable to type 'SuggestedItemProps[]'. Property 'primaryInfo' is missing in type 'SuggestedItem' but required in type 'SuggestedItemProps'.
Type 'SelectedItem[] | null' is not assignable to type 'SelectedItemProps[]'.: .yarn/__virtual__/@ui-input-virtual-4eb424a80f/1/ui/input/src/select-input/selected-items/selected-items.component.tsx#L14
Type 'SelectedItem[] | null' is not assignable to type 'SelectedItemProps[]'. Type 'null' is not assignable to type 'SelectedItemProps[]'.
Type 'ReactNode' is not assignable to type 'Element'.: .yarn/__virtual__/@ui-switch-virtual-e012ab7276/1/ui/switch/src/icon-switch/icon-switch.component.tsx#L34
Type 'ReactNode' is not assignable to type 'Element'. Type 'undefined' is not assignable to type 'ReactElement<any, any>'.
Argument of type '{ nodeId: any; githubUserId: any; primaryInfo: any; secondaryInfo: any; imageSrc: any; }[]' is not assignable to parameter of type 'SuggestedItem[]'.: app/fragments/app-add-member-to-organization-modal/src/github-users-search/github-users-search.component.tsx#L44
Argument of type '{ nodeId: any; githubUserId: any; primaryInfo: any; secondaryInfo: any; imageSrc: any; }[]' is not assignable to parameter of type 'SuggestedItem[]'. Type '{ nodeId: any; githubUserId: any; primaryInfo: any; secondaryInfo: any; imageSrc: any; }' is missing the following properties from type 'SuggestedItem': id, name
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'.: globals/data/src/octokit-graphql/hooks/request-octokit-graphql.hook.ts#L9
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'. Type 'Promise<unknown>' is not assignable to type 'Promise<GraphQlQueryResponseData>'.
Cannot find module '@screens/sign-in' or its corresponding type declarations.: mobile/app/app/(auth)/sign-in.ts#L1
Cannot find module '@screens/sign-in' or its corresponding type declarations.
Cannot find module '@screens/dashboard' or its corresponding type declarations.: mobile/app/app/dashboard.ts#L1
Cannot find module '@screens/dashboard' or its corresponding type declarations.
Cannot find module 'react-native' or its corresponding type declarations.: mobile/app/app/index.tsx#L1
Cannot find module 'react-native' or its corresponding type declarations.
Cannot find module 'expo-router' or its corresponding type declarations.: mobile/app/app/index.tsx#L2
Cannot find module 'expo-router' or its corresponding type declarations.
Cannot find module '@screens/sign-in' or its corresponding type declarations.: mobile/app/app/src/(auth)/sign-in.ts#L1
Cannot find module '@screens/sign-in' or its corresponding type declarations.
Type '(e: MouseEvent<HTMLButtonElement, MouseEvent>) => void' is not assignable to type 'MouseEventHandler<HTMLDivElement>'.: ui/input/src/delete-button/delete-button.component.tsx#L19
Type '(e: MouseEvent<HTMLButtonElement, MouseEvent>) => void' is not assignable to type 'MouseEventHandler<HTMLDivElement>'. Types of parameters 'e' and 'event' are incompatible. Type 'MouseEvent<HTMLDivElement, MouseEvent>' is not assignable to type 'MouseEvent<HTMLButtonElement, MouseEvent>'. Type 'HTMLDivElement' is missing the following properties from type 'HTMLButtonElement': disabled, form, formAction, formEnctype, and 15 more.
Type 'SuggestedItem[]' is not assignable to type 'SuggestedItemProps[]'.: ui/input/src/select-input/select-input.component.tsx#L67
Type 'SuggestedItem[]' is not assignable to type 'SuggestedItemProps[]'. Property 'primaryInfo' is missing in type 'SuggestedItem' but required in type 'SuggestedItemProps'.
Property 'nodeId' is missing in type 'SelectedItemProps' but required in type 'SelectedItem'.: ui/input/src/select-input/selected-item/selected-item.component.tsx#L38
Property 'nodeId' is missing in type 'SelectedItemProps' but required in type 'SelectedItem'.
Type 'SelectedItem[] | null' is not assignable to type 'SelectedItemProps[]'.: ui/input/src/select-input/selected-items/selected-items.component.tsx#L14
Type 'SelectedItem[] | null' is not assignable to type 'SelectedItemProps[]'. Type 'null' is not assignable to type 'SelectedItemProps[]'.
Property 'nodeId' is missing in type 'SuggestedItemProps' but required in type 'SelectedItem'.: ui/input/src/select-input/suggested-item/suggested-item.component.tsx#L44
Property 'nodeId' is missing in type 'SuggestedItemProps' but required in type 'SelectedItem'.