This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Update dependency @vector-im/compound-web to v7 - autoclosed #9
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 37s
i18n Check
/
check
1m 10s
Rethemendex Check
4s
ESLint
1m 54s
Style Lint
48s
Workflow Lint
44s
Analyse Dead Code
1m 42s
Annotations
3 errors and 1 warning
Typescript Syntax Check:
src/components/views/elements/AccessibleButton.tsx#L95
Property 'label' does not exist on type 'PropsWithChildren<TooltipProps>'.
|
Typescript Syntax Check:
src/components/views/right_panel/RoomSummaryCard.tsx#L378
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/
|