Skip to content

Update react dependencies (major) #2257

Update react dependencies (major)

Update react dependencies (major) #2257

Triggered via pull request January 25, 2024 20:43
Status Failure
Total duration 4m 14s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
lint
Process completed with exit code 1.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L73
Type '{ name: string; id: string; cell: (datum: any) => any; width: string; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L75
Parameter 'datum' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L83
Type '{ name: string; id: string; cell: (datum: any) => any; width: string; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L85
Parameter 'datum' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L92
Type '{ name: string; id: string; selector: string; cell: (datum: any) => any; sortable: true; sortFunction: (row1: any, row2: any) => any; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L95
Parameter 'datum' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L102
Parameter 'row1' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L102
Parameter 'row2' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L108
Type '{ name: string; id: string; selector: string; cell: (datum: any) => any; sortable: true; sortFunction: (row1: any, row2: any) => number; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L114
Parameter 'datum' implicitly has an 'any' type.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.