Update TanStack Dependencies #29
update-tanstack-deps.yml
on: schedule
Update TanStack Dependencies
42s
Annotations
10 errors and 11 warnings
|
typescript(TS2307):
src/utils/blog.functions.ts#L4
Cannot find module 'content-collections' or its corresponding type declarations.
|
|
typescript(TS7006):
src/utils/blog.ts#L51
Parameter 'b' implicitly has an 'any' type.
|
|
typescript(TS7006):
src/utils/blog.ts#L51
Parameter 'a' implicitly has an 'any' type.
|
|
typescript(TS7006):
src/utils/blog.ts#L50
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/
|
|
eslint(no-unused-vars):
src/utils/users.server.ts#L17
Variable 'capabilityPicklist' is declared but never used. Unused variables should match /(^_)|(^__+$)|(^e$)|(^error$)/.
|
|
eslint-plugin-jsx-a11y(prefer-tag-over-role):
src/components/LibraryLayout.tsx#L1268
Prefer `button` over `role` attribute `button`.
|
|
eslint-plugin-jsx-a11y(prefer-tag-over-role):
src/components/shop/ProductCard.tsx#L244
Prefer `button` over `role` attribute `button`.
|
|
eslint(no-unused-vars):
src/utils/stats-admin.server.ts#L5
Identifier 'v' is imported but never used.
|
|
eslint-plugin-react-hooks(exhaustive-deps):
src/components/shop/ProductDrawer.tsx#L422
React Hook useEffect has a missing dependency: 'variantForImage.image'
|
|
eslint(no-unused-vars):
src/components/shop/ProductDrawer.tsx#L391
Parameter 'onClose' is declared but never used. Unused parameters should match /(^_)|(^__+$)|(^e$)|(^error$)/.
|
|
eslint(no-unused-vars):
src/components/shop/ProductDrawer.tsx#L390
Parameter 'onNavigate' is declared but never used. Unused parameters should match /(^_)|(^__+$)|(^e$)|(^error$)/.
|
|
eslint(no-unused-vars):
src/components/shop/ProductDrawer.tsx#L389
Parameter 'allHandles' is declared but never used. Unused parameters should match /(^_)|(^__+$)|(^e$)|(^error$)/.
|
|
eslint(no-unused-vars):
src/components/shop/ProductDrawer.tsx#L68
Function 'contrastColor' is declared but never used.
|
|
eslint(no-unused-vars):
src/utils/intent-admin.server.ts#L6
Identifier 'v' is imported but never used.
|