Skip to content

Update TanStack Dependencies #32

Update TanStack Dependencies

Update TanStack Dependencies #32

Triggered via schedule July 12, 2026 11:02
Status Failure
Total duration 42s
Artifacts
Update TanStack Dependencies
39s
Update TanStack Dependencies
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
typescript(TS2307): src/utils/blog.functions.ts#L4
Cannot find module 'content-collections' or its corresponding type declarations.
typescript(TS7006): src/utils/blog.ts#L12
Parameter 'b' implicitly has an 'any' type.
typescript(TS7006): src/utils/blog.ts#L12
Parameter 'a' implicitly has an 'any' type.
typescript(TS7006): src/utils/blog.ts#L11
Parameter 'post' implicitly has an 'any' type.
typescript(TS2307): src/utils/blog.ts#L1
Cannot find module 'content-collections' or its corresponding type declarations.
typescript(TS2345): src/hooks/useCart.ts#L291
Argument of type '{ checkoutUrl: Scalars['URL']['output']; totalQuantity: Scalars['Int']['output']; id: Scalars['ID']['output']; cost: { totalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; subtotalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; totalTaxAmount: Pick<MoneyV2, 'amount' | 'currencyCode'> | null; }; lines: { nodes: A...' is not assignable to parameter of type 'Updater<NoInfer<CartDetail | null> | undefined, NoInfer<CartDetail | null> | undefined>'.
typescript(TS2345): src/hooks/useCart.ts#L246
Argument of type '{ checkoutUrl: Scalars['URL']['output']; id: Scalars['ID']['output']; cost: { totalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; subtotalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; totalTaxAmount: Pick<MoneyV2, 'amount' | 'currencyCode'> | null; }; discountCodes: Array<{ code: string; applicable: boolean; ...' is not assignable to parameter of type 'Updater<NoInfer<CartDetail | null> | undefined, NoInfer<CartDetail | null> | undefined>'.
typescript(TS2345): src/hooks/useCart.ts#L213
Argument of type '{ checkoutUrl: Scalars['URL']['output']; id: Scalars['ID']['output']; cost: { totalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; subtotalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; totalTaxAmount: Pick<MoneyV2, 'amount' | 'currencyCode'> | null; }; discountCodes: Array<{ code: string; applicable: boolean; ...' is not assignable to parameter of type 'Updater<NoInfer<CartDetail | null> | undefined, NoInfer<CartDetail | null> | undefined>'.
typescript(TS2345): src/hooks/useCart.ts#L171
Argument of type '{ checkoutUrl: Scalars['URL']['output']; id: Scalars['ID']['output']; cost: { totalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; subtotalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; totalTaxAmount: Pick<MoneyV2, 'amount' | 'currencyCode'> | null; }; lines: { nodes: Array<CartLineDetail>; }; discountCodes: A...' is not assignable to parameter of type 'Updater<NoInfer<CartDetail | null> | undefined, NoInfer<CartDetail | null> | undefined>'.
typescript(TS2345): src/hooks/useCart.ts#L164
Argument of type '{ checkoutUrl: Scalars['URL']['output']; id: Scalars['ID']['output']; cost: { totalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; subtotalAmount: Pick<MoneyV2, 'amount' | 'currencyCode'>; totalTaxAmount: Pick<MoneyV2, 'amount' | 'currencyCode'> | null; }; discountCodes: Array<{ code: string; applicable: boolean; ...' is not assignable to parameter of type 'Updater<NoInfer<CartDetail | null> | undefined, NoInfer<CartDetail | null> | undefined>'.
Update TanStack Dependencies
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/