Skip to content

Update TanStack Dependencies #8

Update TanStack Dependencies

Update TanStack Dependencies #8

Triggered via schedule January 25, 2026 10:11
Status Failure
Total duration 2m 40s
Artifacts
Update TanStack Dependencies
2m 37s
Update TanStack Dependencies
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 16 warnings
Update TanStack Dependencies: src/components/Navbar.tsx#L336
Type '"/mcp"' is not assignable to type '"." | "/" | ".." | "/$libraryId" | "/admin" | "/account" | "/ads" | "/blog" | "/brand-guide" | "/builder" | "/dashboard" | "/ethos" | "/explore" | "/feedback-leaderboard" | "/learn" | ... 83 more ... | "/$libraryId/$version/docs/framework/$framework"'.
Update TanStack Dependencies: src/components/Navbar.tsx#L256
Type 'AuthUser | null | undefined' is not assignable to type '{ image?: string | null | undefined; oauthImage?: string | null | undefined; name?: string | null | undefined; email?: string | null | undefined; } | null'.
Update TanStack Dependencies: src/components/Navbar.tsx#L183
Property 'libraryId' does not exist on type '{} | ResolveParams<"/"> | { libraryId: LibraryId; } | ResolveParams<"/admin"> | ResolveParams<"/account"> | ResolveParams<"/ads"> | ... 82 more ... | ResolveParams<...>'.
Update TanStack Dependencies: src/components/LibraryHero.tsx#L57
Type '{ children: string; className: string; to?: "." | "/" | ".." | "/$libraryId" | "/admin" | "/account" | "/ads" | "/blog" | "/brand-guide" | "/builder" | "/dashboard" | "/ethos" | "/explore" | ... 86 more ... | undefined; ... 24 more ...; as: LinkComponent<...>; }' is not assignable to type 'Omit<Omit<LinkComponentReactProps<"a"> & OptionalToOptions<AnyRouter, string, string | undefined> & { hash?: true | Updater<...> | undefined; state?: true | ... 1 more ... | undefined; from?: string | undefined; unsafeRelative?: "path" | undefined; } & ... 6 more ... & LinkPropsChildren, "ref">, keyof ButtonOwnProps...'.
Update TanStack Dependencies: src/components/FeedbackModerationPage.tsx#L121
Type '(filters: Partial<{ page: number; pageSize: number; status?: ("pending" | "approved" | "denied")[] | undefined; libraryId?: LibraryId | undefined; isDetached?: boolean | undefined; dateFrom?: string | undefined; dateTo?: string | undefined; }>) => void' is not assignable to type '(filters: { status?: ("pending" | "approved" | "denied")[] | undefined; libraryId?: string | undefined; isDetached?: boolean | undefined; dateFrom?: string | undefined; dateTo?: string | undefined; }) => void'.
Update TanStack Dependencies: src/components/BottomCTA.tsx#L26
Type '{ children: string; className: string; replace?: boolean | undefined; search?: true | { [x: string]: unknown; } | ParamsReducerFn<RouterCore<Route<Register, any, "/", "/", string, "__root__", undefined, {}, ... 9 more ..., undefined>, "never", false, RouterHistory, Record<...>>, "SEARCH", string, "."> | undefined; ....' is not assignable to type 'Omit<Omit<LinkComponentReactProps<"a"> & OptionalToOptions<AnyRouter, string, string | undefined> & { hash?: true | Updater<...> | undefined; state?: true | ... 1 more ... | undefined; from?: string | undefined; unsafeRelative?: "path" | undefined; } & ... 6 more ... & LinkPropsChildren, "ref">, keyof ButtonOwnProps...'.
Update TanStack Dependencies: src/components/AuthenticatedUserMenu.tsx#L83
Property 'search' is missing in type '{ children: Element[]; to: "/admin"; className: string; }' but required in type 'MakeRequiredSearchParams<RouterCore<Route<Register, any, "/", "/", string, "__root__", undefined, {}, { queryClient: QueryClient; }, AnyContext, (ctx: BeforeLoadContextOptions<Register, ... 6 more ..., undefined>) => Promise<...>, ... 6 more ..., undefined>, "never", false, RouterHistory, Record<...>>, string, "/adm...'.
Update TanStack Dependencies: src/builder/api/validate.ts#L86
Property 'conflicts' does not exist on type '{ type: "deployment" | "integration" | "example" | "toolchain"; description: string; name: string; id: string; modes: ("file-router" | "code-router")[]; link?: string | undefined; category?: "database" | ... 10 more ... | undefined; ... 6 more ...; color?: string | undefined; }'.
Update TanStack Dependencies: src/builder/api/validate.ts#L85
Property 'conflicts' does not exist on type '{ type: "deployment" | "integration" | "example" | "toolchain"; description: string; name: string; id: string; modes: ("file-router" | "code-router")[]; link?: string | undefined; category?: "database" | ... 10 more ... | undefined; ... 6 more ...; color?: string | undefined; }'.
Update TanStack Dependencies: src/builder/api/features.ts#L63
Property 'conflicts' does not exist on type '{ type: "deployment" | "integration" | "example" | "toolchain"; description: string; name: string; id: string; modes: ("file-router" | "code-router")[]; link?: string | undefined; category?: "database" | ... 10 more ... | undefined; ... 6 more ...; color?: string | undefined; }'.
Update TanStack Dependencies: src/routes/$libraryId/$version.docs.npm-stats.tsx#L302
'handleMenuOpenChange' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/routes/$libraryId/$version.docs.npm-stats.tsx#L111
'openMenuPackage' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/routes/$libraryId/$version.docs.npm-stats.tsx#L2
'Link' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L242
The 'currentInjections' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentInjections' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L241
The 'currentFiles' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentFiles' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 533) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 235) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/DeployDialog.tsx#L252
React Hook useCallback has a missing dependency: 'providerInfo'. Either include it or remove the dependency array
Update TanStack Dependencies: src/routes/$libraryId/$version.docs.npm-stats.tsx#L302
'handleMenuOpenChange' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/routes/$libraryId/$version.docs.npm-stats.tsx#L111
'openMenuPackage' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/routes/$libraryId/$version.docs.npm-stats.tsx#L2
'Link' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L242
The 'currentInjections' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentInjections' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L241
The 'currentFiles' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentFiles' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 533) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 235) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
Update TanStack Dependencies: src/components/builder/DeployDialog.tsx#L252
React Hook useCallback has a missing dependency: 'providerInfo'. Either include it or remove the dependency array