This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Update dependency @vector-im/compound-web to v7 - autoclosed #821
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 41s
i18n Check
/
check
1m 19s
Rethemendex Check
6s
ESLint
2m 2s
Style Lint
47s
Workflow Lint
47s
Analyse Dead Code
1m 40s
Annotations
4 errors and 1 warning
|
Typescript Syntax Check:
src/components/views/right_panel/RoomSummaryCard.tsx#L307
Type '"success"' is not assignable to type '"default" | "blue" | "green" | "grey" | "red" | "on-solid" | undefined'.
|
|
Typescript Syntax Check:
src/components/views/right_panel/RoomSummaryCard.tsx#L321
Type '"critical"' is not assignable to type '"default" | "blue" | "green" | "grey" | "red" | "on-solid" | undefined'.
|
|
Typescript Syntax Check:
src/components/views/right_panel/RoomSummaryCard.tsx#L376
Type '{ Icon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "children" | "ref"> & RefAttributes<SVGSVGElement>>; label: string; checked: boolean; onChange: () => void; onSelect: () => void; }' is not assignable to type 'IntrinsicAttributes & Pick<{ as?: "button" | "a" | "div" | undefined; className?: string | undefined; Icon: ReactNode | ComponentType<SVGAttributes<SVGElement>>; ... 4 more ...; disabled?: boolean | undefined; } & Omit<...>, "label" | ... 3 more ... | "Icon"> & { ...; } & RefAttributes<...>'.
|
|
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/
|