Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

chore(deps): update dependency @types/node to v20.11.26 #14

chore(deps): update dependency @types/node to v20.11.26

chore(deps): update dependency @types/node to v20.11.26 #14

Triggered via pull request March 11, 2024 23:12
Status Failure
Total duration 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint (20): node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/index.d.ts#L5
Cannot find module 'rollup/parseAst' or its corresponding type declarations.
lint (20): src/components/index.tsx#L94
'data' is possibly 'undefined'.
lint (20): src/components/index.tsx#L97
Argument of type '{ text: string; id?: number | undefined; }' is not assignable to parameter of type 'Todo'.
lint (20): src/components/index.tsx#L98
Type '{ text: string; id?: number | undefined; }[] | undefined' is not assignable to type 'Todo[] | ((currentData: Todo[] | undefined, displayedData: Todo[] | undefined) => Todo[]) | undefined'.
lint (20): src/components/index.tsx#L136
Type 'Todo[] | undefined' is not assignable to type 'Todo[]'.
lint (20): src/main.tsx#L6
Argument of type 'HTMLElement | null' is not assignable to parameter of type 'Container'.
lint (20)
Process completed with exit code 1.