Bump @patternfly/react-core from 4.278.0 to 5.2.1 in /js #1514
Annotations
10 errors and 1 warning
Run pnpm --filter admin-ui run lint
Type '{ children: ReactNode; isRequired: boolean; label: string; fieldId: string; labelIcon: Element | undefined; helperTextInvalid: any; 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
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>'.
|
Run pnpm --filter admin-ui run lint
Property 'toggle' is missing in type '{ "data-testid": string; name: "attributes.locale"; label: string; controller: { defaultValue: string; }; options: { key: string; value: string; }[]; }' but required in type 'Omit<SelectProps, "isOpen" | "name" | "onSelect" | "onToggle" | "selections" | "onClear">'.
|
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