Skip to content

Merge pull request #1 from tdiesler/oidc4vc #4

Merge pull request #1 from tdiesler/oidc4vc

Merge pull request #1 from tdiesler/oidc4vc #4

Triggered via push December 6, 2023 12:39
Status Cancelled
Total duration 2m 8s
Artifacts

js-ci.yml

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

Annotations

15 errors and 18 warnings
Account UI: js/apps/account-ui/src/oidc4vp/VCIssuer.tsx#L8
Replace `····` with `··`
Account UI: js/apps/account-ui/src/oidc4vp/VCIssuer.tsx#L9
Replace `····` with `··`
Account UI: js/apps/account-ui/src/oidc4vp/VCIssuer.tsx#L11
Replace `····` with `··`
Build Keycloak
Canceling since a higher priority waiting request for 'js-ci-refs/heads/add-vci' exists
Build Keycloak
The operation was canceled.
Admin UI
Canceling since a higher priority waiting request for 'js-ci-refs/heads/add-vci' exists
Admin UI
The operation was canceled.
Status Check - Keycloak JavaScript CI
Process completed with exit code 1.
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 Client: js/libs/keycloak-admin-client/src/resources/agent.ts#L140
Unnecessary conditional, value is always truthy
Admin Client: js/libs/keycloak-admin-client/src/resources/agent.ts#L293
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#L77
Unnecessary conditional, value is always truthy
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L69
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#L92
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#L191
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
Account UI: js/apps/account-ui/src/resources/EditTheResource.tsx#L36
React Hook useEffect has missing dependencies: 'permissions' and 'reset'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/src/resources/ShareTheResource.tsx#L64
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
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
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect has missing dependencies: 'callback' and 'factory'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback