Bump @patternfly/react-styles from 5.4.0 to 6.0.0 #1125
Annotations
3 errors and 9 warnings
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared build
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"; }'.
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared build
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"; }'.
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared build
Process completed with exit code 1.
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
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
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
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
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
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
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
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
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
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
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
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
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared 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 --fail-if-no-match --filter @keycloak/keycloak-ui-shared 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 --fail-if-no-match --filter @keycloak/keycloak-ui-shared 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
|
Loading