This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Update react-types to v18 (major) #856
static_analysis.yaml
on: pull_request
Typescript Syntax Check
8m 32s
i18n Check
/
check
1m 11s
Rethemendex Check
7s
ESLint
1m 59s
Style Lint
48s
Workflow Lint
45s
Analyse Dead Code
1m 38s
Annotations
10 errors and 1 warning
Typescript Syntax Check:
src/NodeAnimator.tsx#L74
Argument of type 'string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal' is not assignable to parameter of type 'ReactElement<any, string | JSXElementConstructor<any>> | ReactPortal | ReactFragment'.
|
Typescript Syntax Check:
src/NodeAnimator.tsx#L105
Type 'bigint' cannot be used as an index type.
|
Typescript Syntax Check:
src/NodeAnimator.tsx#L119
Type 'bigint' cannot be used as an index type.
|
Typescript Syntax Check:
src/components/views/location/index.tsx#L27
Type 'LazyExoticComponent<typeof LocationPicker>' does not satisfy the constraint 'JSXElementConstructor<any> | keyof IntrinsicElements'.
|
Typescript Syntax Check:
src/components/views/location/index.tsx#L30
'LocationPickerComponent' cannot be used as a JSX component.
|
Typescript Syntax Check:
src/components/views/location/index.tsx#L30
Spread types may only be created from object types.
|
Typescript Syntax Check:
src/languageHandler.tsx#L439
No overload matches this call.
|
Typescript Syntax Check:
test/components/views/settings/AddRemoveThreepids-test.tsx#L52
Property 'children' does not exist on type '{}'.
|
Typescript Syntax Check:
test/hooks/useUserOnboardingTasks-test.tsx#L71
'props' is of type 'unknown'.
|
Typescript Syntax Check
Process completed with exit code 2.
|
i18n Check / check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|