Bump @patternfly/react-core from 4.278.0 to 5.1.2 in /js #40
Annotations
10 errors and 7 warnings
Run pnpm --filter ui-shared run build
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 ui-shared run build
'"@patternfly/react-core"' has no exported member named 'SelectVariant'. Did you mean 'AlertVariant'?
|
Run pnpm --filter ui-shared run build
Property 'variant' does not exist on type 'SelectControlProps<T, P>'.
|
Run pnpm --filter ui-shared run build
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 ui-shared run build
Parameter 'isOpen' implicitly has an 'any' type.
|
Run pnpm --filter ui-shared run build
'v' is possibly 'undefined'.
|
Run pnpm --filter ui-shared run build
Parameter 'event' implicitly has an 'any' type.
|
Run pnpm --filter ui-shared run build
Argument of type 'string' is not assignable to parameter of type 'FormEvent<HTMLTextAreaElement>'.
|
Run pnpm --filter ui-shared run build
Argument of type 'string' is not assignable to parameter of type 'FormEvent<HTMLInputElement>'.
|
Run pnpm --filter ui-shared run build
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/.
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L66
React Hook useMemo has a missing dependency: 'defaultValue'. Either include it or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L89
React Hook useEffect has a missing dependency: 'name'. Either include it or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/user-profile/UserProfileFields.tsx#L187
React Hook useMemo has a missing dependency: 'value'. Either include it or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/utils/useStorageItem.ts#L23
React Hook useCallback has missing dependencies: 'keyName' and 'storageArea'. Either include them or remove the dependency array
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/utils/useStorageItem.ts#L48
React Hook useEffect has a missing dependency: 'defaultValue'. Either include it or remove the dependency array. If 'setInnerValue' needs the current value of 'defaultValue', you can also switch to useReducer instead of useState and read 'defaultValue' in the reducer
|
Run pnpm --filter ui-shared run lint:
js/libs/ui-shared/src/utils/useStoredState.ts#L34
React Hook useCallback has a missing dependency: 'setStoredValue'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading