Bump @patternfly/react-core from 4.278.0 to 5.2.2 in /js #1586
Annotations
10 errors and 1 warning
Run pnpm --filter admin-ui run lint
Type '{ children: ReactNode; isRequired: boolean; ref?: LegacyRef<HTMLDivElement> | undefined; "aria-describedby"?: string | undefined; "aria-label"?: string | undefined; ... 371 more ...; validated: ValidatedOptions; }' is not assignable to type 'IntrinsicAttributes & FormGroupProps'.
|
Run pnpm --filter admin-ui run lint
'"@patternfly/react-core"' has no exported member named 'SelectVariant'. Did you mean 'AlertVariant'?
|
Run pnpm --filter admin-ui run lint
Property 'variant' does not exist on type 'SelectControlProps<T, P>'.
|
Run pnpm --filter admin-ui run lint
Type '{ children: Element[]; toggleId: string; onToggle: (isOpen: any) => void; selections: any; onSelect: (_: MouseEvent<Element, MouseEvent> | undefined, v: string | ... 1 more ... | undefined) => void; ... 296 more ...; disabled?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & SelectProps & RefAttributes<any>'.
|
Run pnpm --filter admin-ui run lint
Parameter 'isOpen' implicitly has an 'any' type.
|
Run pnpm --filter admin-ui run lint
'v' is possibly 'undefined'.
|
Run pnpm --filter admin-ui run lint
Parameter 'event' implicitly has an 'any' type.
|
Run pnpm --filter admin-ui run lint
Type '{ children: Element; name: P; label: string; labelIcon: string | undefined; isRequired: boolean; error: FieldError | undefined; helperText: string | undefined; }' is not assignable to type 'IntrinsicAttributes & FieldProps<FieldValues> & Omit<FormGroupProps, "label" | "labelIcon"> & { ...; }'.
|
Run pnpm --filter admin-ui run lint
Argument of type 'string' is not assignable to parameter of type 'FormEvent<HTMLTextAreaElement>'.
|
Run pnpm --filter admin-ui run lint
Argument of type 'string' is not assignable to parameter of type 'FormEvent<HTMLInputElement>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading