Skip to content

Bump @patternfly/react-core from 4.276.8 to 5.0.0 #629

Bump @patternfly/react-core from 4.276.8 to 5.0.0

Bump @patternfly/react-core from 4.276.8 to 5.0.0 #629

Triggered via pull request July 31, 2023 11:25
Status Failure
Total duration 1m 30s
Artifacts

build.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (18.x): src/actions/index.tsx#L75
Type 'AlertVariantType' is not assignable to type '"info" | "warning" | "success" | "danger" | "custom"'.
build (18.x): src/components/ArtifactGreenwaveState.tsx#L130
Type '{ children: string; className: string; icon: Element; isSmall: true; onClick: MouseEventHandler<Element>; variant: "control"; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<any>'.
build (18.x): src/components/ArtifactGreenwaveState.tsx#L253
Type '"default"' is not assignable to type '"info" | "warning" | "success" | "danger" | "custom" | undefined'.
build (18.x): src/components/ArtifactGreenwaveState.tsx#L296
Type '{ children: (string | Element)[]; isCompact: true; color: "cyan"; icon: null; variant: "filled"; isTruncated: true; }' is not assignable to type 'IntrinsicAttributes & LabelProps & { children?: ReactNode; }'.
build (18.x): src/components/ArtifactKaiState.tsx#L148
Type '{ children: string; className: string; component: "a"; href: string | undefined; icon: Element; isSmall: true; rel: string; target: string; title: string; variant: "secondary"; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<any>'.
build (18.x): src/components/ArtifactKaiState.tsx#L172
Type '{ children: string; className: string; component: "a"; href: string | undefined; icon: Element; isSmall: true; onClick: (e: MouseEvent<HTMLButtonElement, MouseEvent>) => void; rel: string; target: string; title: string; variant: "control"; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<any>'.
build (18.x): src/components/ArtifactState.tsx#L126
Type '{ children: Element; isCompact: true; color: "blue" | "cyan" | "green" | "orange" | "purple" | "red" | "grey" | "gold"; icon: Element | null; variant: "filled"; isTruncated: true; }' is not assignable to type 'IntrinsicAttributes & LabelProps & { children?: ReactNode; }'.
build (18.x): src/components/PageByFilters.tsx#L35
'"@patternfly/react-core"' has no exported member named 'SelectVariant'. Did you mean 'AlertVariant'?
build (18.x): src/components/PageByFilters.tsx#L100
Type '(_event: any, selection: any, isPlaceholder: any) => void' is not assignable to type '(event?: MouseEvent<Element, MouseEvent> | undefined, value?: string | number | undefined) => void'.
build (18.x): src/components/PageByFilters.tsx#L101
Parameter '_event' implicitly has an 'any' type.