Skip to content

Bump @patternfly/react-styles from 5.4.0 to 6.0.0 #1125

Bump @patternfly/react-styles from 5.4.0 to 6.0.0

Bump @patternfly/react-styles from 5.4.0 to 6.0.0 #1125

Triggered via pull request October 28, 2024 01:06
Status Failure
Total duration 4m 22s
Artifacts

js-ci.yml

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

Annotations

11 errors and 9 warnings
Account UI
Property 'light' does not exist on type '{ bordered: "pf-m-bordered"; sm: "pf-m-sm"; md: "pf-m-md"; lg: "pf-m-lg"; xl: "pf-m-xl"; }'.
Account UI
Property 'dark' does not exist on type '{ bordered: "pf-m-bordered"; sm: "pf-m-sm"; md: "pf-m-md"; lg: "pf-m-lg"; xl: "pf-m-xl"; }'.
Account UI
Process completed with exit code 1.
Admin UI
Property 'light' does not exist on type '{ bordered: "pf-m-bordered"; sm: "pf-m-sm"; md: "pf-m-md"; lg: "pf-m-lg"; xl: "pf-m-xl"; }'.
Admin UI
Property 'dark' does not exist on type '{ bordered: "pf-m-bordered"; sm: "pf-m-sm"; md: "pf-m-md"; lg: "pf-m-lg"; xl: "pf-m-xl"; }'.
Admin UI
Process completed with exit code 1.
UI Shared
Property 'light' does not exist on type '{ bordered: "pf-m-bordered"; sm: "pf-m-sm"; md: "pf-m-md"; lg: "pf-m-lg"; xl: "pf-m-xl"; }'.
UI Shared
Property 'dark' does not exist on type '{ bordered: "pf-m-bordered"; sm: "pf-m-sm"; md: "pf-m-md"; lg: "pf-m-lg"; xl: "pf-m-xl"; }'.
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.
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L123
React Hook useEffect has missing dependencies: 'canSelectAll' and 'rows.length'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L419
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/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#L42
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#L42
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
UI Shared: 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
UI Shared: 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
UI Shared: 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