Update dependency @vector-im/compound-web to v7 - autoclosed #11545
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 58s
i18n Check
/
check
1m 2s
ESLint
58s
Style Lint
1m 14s
Workflow Lint
54s
Analyse Dead Code
1m 38s
Annotations
10 errors and 1 warning
Typescript Syntax Check
Duplicate identifier 'LibraryManagedAttributes'.
|
Typescript Syntax Check
Property 'label' does not exist on type 'PropsWithChildren<TooltipProps>'.
|
Typescript Syntax Check
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
Property 'toJSON' is missing in type '{ latitude: number; longitude: number; altitude: number | null; accuracy: number; altitudeAccuracy: null; heading: null; speed: null; }' but required in type 'GeolocationCoordinates'.
|
Typescript Syntax Check:
node_modules/@types/react/index.d.ts#L3153
Duplicate identifier 'LibraryManagedAttributes'.
|
Typescript Syntax Check:
node_modules/@types/react/index.d.ts#L3165
Subsequent property declarations must have the same type. Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
|
Typescript Syntax Check:
node_modules/@types/react/index.d.ts#L3166
Subsequent property declarations must have the same type. Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Typescript Syntax Check:
node_modules/@types/react/index.d.ts#L3167
Subsequent property declarations must have the same type. Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Typescript Syntax Check:
node_modules/@types/react/index.d.ts#L3168
Subsequent property declarations must have the same type. Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
|
Typescript Syntax Check:
node_modules/@types/react/index.d.ts#L3169
Subsequent property declarations must have the same type. Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
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/
|