Skip to content

chore(deps): update dependency typescript to ^5.1.6 - autoclosed #3529

chore(deps): update dependency typescript to ^5.1.6 - autoclosed

chore(deps): update dependency typescript to ^5.1.6 - autoclosed #3529

Triggered via pull request June 28, 2023 01:47
Status Failure
Total duration 1m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: components/list/Lists.vue#L33
Argument of type '{ endMessage: false; "end-message": boolean; paginator: Paginator<List[], never>; }' is not assignable to parameter of type '{ paginator: Paginator<List[], never>; keyProp?: keyof List | undefined; virtualScroller?: boolean | undefined; stream?: Promise<WsEvents> | undefined; eventType?: "update" | ... 1 more ... | undefined; preprocess?: ((items: List[]) => List[]) | undefined; endMessage?: string | ... 1 more ... | undefined; } & VNodeP...'.
ci: components/nav/NavBottomMoreMenu.vue#L44
Argument of type '{ enterActiveClass: string; "enter-active-class": string; enterFromClass: string; "enter-from-class": string; enterToClass: string; "enter-to-class": string; leaveActiveClass: string; "leave-active-class": string; ... 4 more ...; persisted: true; }' is not assignable to parameter of type 'TransitionProps'.
ci: components/status/edit/StatusEditHistory.vue#L23
Argument of type '{ paginator: Paginator<StatusEdit[], never>; keyProp: "createdAt"; "key-prop": string; preprocess: (items: StatusEdit[]) => StatusEdit[]; buffer: number; }' is not assignable to parameter of type '{ paginator: Paginator<StatusEdit[], never>; keyProp?: "content" | "account" | "emojis" | "mediaAttachments" | "createdAt" | "sensitive" | "spoilerText" | undefined; ... 4 more ...; endMessage?: string | ... 1 more ... | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps'.
ci: components/tag/TagCardPaginator.vue#L10
Argument of type '{ paginator: Paginator<Tag[], DefaultPaginationParams>; keyProp: "name"; "key-prop": string; }' is not assignable to parameter of type '{ paginator: Paginator<Tag[], DefaultPaginationParams>; keyProp?: keyof Tag | undefined; virtualScroller?: boolean | undefined; stream?: Promise<...> | undefined; eventType?: "update" | ... 1 more ... | undefined; preprocess?: ((items: Tag[]) => Tag[]) | undefined; endMessage?: string | ... 1 more ... | undefined; }...'.
ci: components/timeline/TimelinePaginator.vue#L26
Argument of type '{ virtualScroller: ReactiveVariable<false> | ReactiveVariable<true>; "virtual-scroller": ReactiveVariable<false> | ReactiveVariable<...>; ... 4 more ...; endMessage: string | ... 1 more ... | undefined; }' is not assignable to parameter of type '{ paginator: Paginator<Status[], ListAccountStatusesParams>; keyProp?: keyof Status | undefined; virtualScroller?: boolean | undefined; stream?: Promise<...> | undefined; eventType?: "update" | ... 1 more ... | undefined; preprocess?: ((items: Status[]) => Status[]) | undefined; endMessage?: string | ... 1 more ... ...'.
ci: components/user/UserSignIn.vue#L156
Argument of type '{ css: true; enterActiveClass: string; "enter-active-class": string; }' is not assignable to parameter of type 'TransitionProps'.
ci: composables/masto/publish.ts#L175
Property 'width' does not exist on type 'CanvasImageSource'.
ci: composables/masto/publish.ts#L175
Property 'height' does not exist on type 'CanvasImageSource'.
ci: pages/[[server]]/explore/users.vue#L13
Argument of type '{ paginator: Paginator<Suggestion[], ListSuggestionsParams>; keyProp: "account"; "key-prop": string; }' is not assignable to parameter of type '{ paginator: Paginator<Suggestion[], ListSuggestionsParams>; keyProp?: keyof Suggestion | undefined; virtualScroller?: boolean | undefined; stream?: Promise<...> | undefined; eventType?: "update" | ... 1 more ... | undefined; preprocess?: ((items: Suggestion[]) => Suggestion[]) | undefined; endMessage?: string | ......'.
ci
Process completed with exit code 1.