Skip to content

Bump @patternfly/react-icons from 4.93.7 to 5.3.1 in /js #296

Bump @patternfly/react-icons from 4.93.7 to 5.3.1 in /js

Bump @patternfly/react-icons from 4.93.7 to 5.3.1 in /js #296

Triggered via pull request April 26, 2024 00:46
Status Failure
Total duration 54m 27s
Artifacts

js-ci.yml

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

Annotations

14 errors and 20 warnings
Account UI
Type '{ noVerticalAlign: boolean; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps>'.
Account UI
Type '{ noVerticalAlign: boolean; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps>'.
Account UI
Type 'string' is not assignable to type 'number'.
Account UI
Process completed with exit code 1.
Admin UI
Type '{ noVerticalAlign: boolean; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps>'.
Admin UI
Type '{ noVerticalAlign: boolean; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps>'.
Admin UI
Type 'string' is not assignable to type 'number'.
Admin UI
Process completed with exit code 1.
UI Shared
Type '{ noVerticalAlign: boolean; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps>'.
UI Shared
Type '{ noVerticalAlign: boolean; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<SVGIconProps, any, any>> & Readonly<SVGIconProps>'.
UI Shared
Type 'string' is not assignable to type 'number'.
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.
Account UI
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/.
Admin Client
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/.
Admin Client: js/libs/keycloak-admin-client/src/resources/agent.ts#L151
Unnecessary conditional, value is always truthy
Admin Client: js/libs/keycloak-admin-client/src/resources/agent.ts#L304
This callback should return a conditional, but return is always falsy
Admin Client: js/libs/keycloak-admin-client/src/resources/clients.ts#L701
Unnecessary conditional, value is always truthy
Admin Client: js/libs/keycloak-admin-client/src/utils/auth.ts#L78
Unnecessary conditional, value is always truthy
Keycloak JS
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/.
Keycloak Masthead
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/.
Keycloak Masthead: js/libs/keycloak-masthead/src/Masthead.tsx#L58
Unnecessary optional chain on a non-nullish value
Keycloak Masthead: js/libs/keycloak-masthead/src/Masthead.tsx#L66
Unnecessary optional chain on a non-nullish value
Keycloak Masthead: js/libs/keycloak-masthead/src/Masthead.tsx#L72
Unnecessary optional chain on a non-nullish value
Keycloak Masthead: js/libs/keycloak-masthead/src/Masthead.tsx#L107
Unnecessary optional chain on a non-nullish value
Admin UI
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/.
UI Shared
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/.
UI Shared: 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
UI Shared: 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
UI Shared: 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
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