Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 27 updates #939

chore(deps): bump the all-dependencies group across 1 directory with 27 updates

chore(deps): bump the all-dependencies group across 1 directory with 27 updates #939

Triggered via pull request October 20, 2025 23:50
Status Failure
Total duration 2m 47s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint
Process completed with exit code 1.
lint: nuxt.config.ts#L96
Object literal may only specify known properties, and 'optimizeTranslationDirective' does not exist in type 'Pick<PluginOptions, "compositionOnly" | "runtimeOnly" | "fullInstall" | "dropMessageCompiler" | "onlyLocales">'.
lint: app/composables/useInfiniteQuery.ts#L74
Argument of type 'unknown' is not assignable to parameter of type 'TData'.
lint: app/composables/useInfiniteQuery.ts#L73
Argument of type 'unknown' is not assignable to parameter of type 'TData'.
lint: app/components/profile/tabs/profileActivity/ProfileActivity.vue#L59
'response.data' is possibly 'undefined'.
lint: app/components/landing/topCollections/utils/useTopCollections.ts#L90
Type '{ collectionsSales: { id: string; sales: { events: { id: string; meta: string; caller: string; timestamp: unknown; blockNumber: string | null; interaction: "LOCK" | "CREATE" | "MINT" | "LIST" | "UNLIST" | ... 7 more ... | "SWAP"; }[]; }[]; }[]; } | undefined' is not assignable to type '{ collectionsSales: { id: string; sales: { events: { id: string; meta: string; caller: string; timestamp: unknown; blockNumber: string | null; interaction: "LOCK" | "CREATE" | "MINT" | "LIST" | "UNLIST" | ... 7 more ... | "SWAP"; }[]; }[]; }[]; } | { ...; } | null'.
lint: app/components/gallery/TokenActivity.vue#L72
'data' is possibly 'undefined'.