Skip to content

Bump @patternfly/react-core from 5.4.10 to 5.4.11 #1915

Bump @patternfly/react-core from 5.4.10 to 5.4.11

Bump @patternfly/react-core from 5.4.10 to 5.4.11 #1915

Triggered via pull request December 4, 2024 01:10
Status Failure
Total duration 1h 19m 51s
Artifacts

js-ci.yml

on: pull_request
Check conditional workflows and jobs
5s
Check conditional workflows and jobs
Account UI E2E
0s
Account UI E2E
Matrix: Admin UI E2E
Status Check - Keycloak JavaScript CI
8s
Status Check - Keycloak JavaScript CI
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 16 warnings
Admin UI
Type '{ children: Element; onClick: () => void; onOpenChange: () => void; selected: string[]; toggle: (ref: RefObject<any>) => Element; onSelect: (_event: MouseEvent<Element, MouseEvent> | undefined, v: string | ... 1 more ... | undefined) => void; ... 299 more ...; chipGroupProps?: ChipGroupProps | undefined; }' is not assignable to type 'SelectProps'.
Admin UI
Type 'SelectVariant.single' is not assignable to type '"typeahead"'.
Admin UI
This comparison appears to be unintentional because the types '"typeahead"' and 'SelectVariant.single' have no overlap.
Admin UI
This comparison appears to be unintentional because the types '"typeahead" | undefined' and 'SelectVariant.typeaheadMulti' have no overlap.
Admin UI
This comparison appears to be unintentional because the types '"typeahead" | undefined' and 'SelectVariant.typeaheadMulti' have no overlap.
Admin UI
Type 'SelectVariant' is not assignable to type '"typeahead" | undefined'.
Admin UI
Process completed with exit code 1.
Account UI
Type '{ children: Element; onClick: () => void; onOpenChange: () => void; selected: string[]; toggle: (ref: RefObject<any>) => Element; onSelect: (_event: MouseEvent<Element, MouseEvent> | undefined, v: string | ... 1 more ... | undefined) => void; ... 299 more ...; chipGroupProps?: ChipGroupProps | undefined; }' is not assignable to type 'SelectProps'.
Account UI
Type 'SelectVariant.single' is not assignable to type '"typeahead"'.
Account UI
This comparison appears to be unintentional because the types '"typeahead"' and 'SelectVariant.single' have no overlap.
Account UI
This comparison appears to be unintentional because the types '"typeahead" | undefined' and 'SelectVariant.typeaheadMulti' have no overlap.
Account UI
This comparison appears to be unintentional because the types '"typeahead" | undefined' and 'SelectVariant.typeaheadMulti' have no overlap.
Account UI
Type 'SelectVariant' is not assignable to type '"typeahead" | undefined'.
Account UI
Process completed with exit code 1.
UI Shared
Type '{ children: Element; onClick: () => void; onOpenChange: () => void; selected: string[]; toggle: (ref: RefObject<any>) => Element; onSelect: (_event: MouseEvent<Element, MouseEvent> | undefined, v: string | ... 1 more ... | undefined) => void; ... 299 more ...; chipGroupProps?: ChipGroupProps | undefined; }' is not assignable to type 'SelectProps'.
UI Shared
Type 'SelectVariant.single' is not assignable to type '"typeahead"'.
UI Shared
This comparison appears to be unintentional because the types '"typeahead"' and 'SelectVariant.single' have no overlap.
UI Shared
This comparison appears to be unintentional because the types '"typeahead" | undefined' and 'SelectVariant.typeaheadMulti' have no overlap.
UI Shared
This comparison appears to be unintentional because the types '"typeahead" | undefined' and 'SelectVariant.typeaheadMulti' have no overlap.
UI Shared
Type 'SelectVariant' is not assignable to type '"typeahead" | undefined'.
UI Shared
Process completed with exit code 1.
Build Keycloak
Process completed with exit code 1.
Status Check - Keycloak JavaScript CI
Process completed with exit code 1.
Check conditional workflows and jobs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Generate Test Seed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Admin UI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Account UI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Admin Client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
UI Shared
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
UI Shared: js/libs/ui-shared/src/context/KeycloakContext.tsx#L46
Unexpected reassignment of a variable which was defined outside of the component. Components and hooks should be pure and side-effect free, but variable reassignment is a form of side-effect. If this variable is used in rendering, use useState instead. (https://react.dev/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render)
UI Shared: js/libs/ui-shared/src/context/KeycloakContext.tsx#L81
React Hook useEffect has a missing dependency: 'environment.scope'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L132
React Hook useEffect has a missing dependency: 'rowsSelectedOnPage.length'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L456
React Hook useMemo has missing dependencies: 'convertToColumns', 'getNodeText', 'isPaginated', and 'unPaginatedData'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/select/SingleSelect.tsx#L52
This function accesses a ref value (the `current` property), which may not be accessed during render. (https://react.dev/reference/react/useRef)
UI Shared: js/libs/ui-shared/src/select/SingleSelect.tsx#L52
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L72
React Hook useMemo has a missing dependency: 'defaultValue'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L99
React Hook useEffect has a missing dependency: 'name'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
UI Shared: js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect has missing dependencies: 'adminClientCall', 'callback', and 'showBoundary'. Either include them or remove the dependency array. If 'adminClientCall' changes too often, find the parent component that defines it and wrap that definition in useCallback