Bump typescript-eslint from 8.1.0 to 8.8.1 #1817
js-ci.yml
on: pull_request
Admin Client
50s
Keycloak JS
52s
UI Shared
48s
Account UI
1m 12s
Admin UI
1m 20s
Matrix: Admin UI E2E
Annotations
19 errors, 23 warnings, and 1 notice
UI Shared:
js/libs/ui-shared/src/user-profile/UserProfileFields.tsx#L57
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
UI Shared:
js/libs/ui-shared/src/user-profile/UserProfileFields.tsx#L86
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
UI Shared:
js/libs/ui-shared/src/user-profile/UserProfileFields.tsx#L175
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
UI Shared
Process completed with exit code 1.
|
Admin Client:
js/libs/keycloak-admin-client/test/groups.spec.ts#L87
`setOrCreateChild` is deprecated. Use `createChildGroup` or `updateChildGroup` instead
|
Admin Client
Process completed with exit code 1.
|
Admin UI:
js/apps/admin-ui/src/clients/authorization/policy/PolicyDetails.tsx#L48
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
Admin UI:
js/apps/admin-ui/src/components/json-file-upload/patternfly/FileUpload.tsx#L107
`onChange` is deprecated. A callback for when the file contents change. Please instead use onFileInputChange, onTextChange, onDataChange, onClearClick individually
|
Admin UI:
js/apps/admin-ui/src/components/table-toolbar/KeycloakDataTable.tsx#L42
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
Admin UI:
js/apps/admin-ui/src/components/table-toolbar/KeycloakDataTable.tsx#L43
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
Admin UI:
js/apps/admin-ui/src/components/table-toolbar/KeycloakDataTable.tsx#L231
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
Admin UI:
js/apps/admin-ui/src/components/table-toolbar/KeycloakDataTable.tsx#L237
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
|
Admin UI:
js/apps/admin-ui/src/groups/groupIdUtils.ts#L2
`substr` is deprecated. A legacy feature for browser compatibility
|
Admin UI:
js/apps/admin-ui/src/realm-settings/security-defences/HelpLinkTextInput.tsx#L15
`substr` is deprecated. A legacy feature for browser compatibility
|
Admin UI:
js/apps/admin-ui/src/realm-settings/user-profile/AttributesTab.tsx#L248
`name` is deprecated
|
Admin UI
Process completed with exit code 1.
|
[chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L1
1) [chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information
Test timeout of 30000ms exceeded.
|
[chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L23
1) [chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('email')
21 | await login(page, user, "pwd");
22 |
> 23 | await page.getByTestId("email").fill(`${user}@somewhere.com`);
| ^
24 | await page.getByTestId("firstName").fill("Erik");
25 | await page.getByTestId("lastName").fill("de Wit");
26 | await page.getByTestId("save").click();
at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/personal-info/personal-info.spec.ts:23:37
|
Status Check - Keycloak JavaScript CI
Process completed with exit code 1.
|
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/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/oid4vci/Oid4Vci.tsx#L69
React Hook useEffect has missing dependencies: 'context', 'credentialsIssuer', 'initialSelected', and 'selectOptions'. Either include them or remove the dependency array
|
Account UI:
js/apps/account-ui/src/resources/EditTheResource.tsx#L42
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#L72
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
|
Account UI:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L67
Unexpected use of page.waitForSelector()
|
Account UI:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L81
Unexpected use of page.waitForSelector()
|
Account UI:
js/apps/account-ui/test/personal-info/personal-info.spec.ts#L117
Unexpected use of the `.skip()` annotation
|
Admin UI:
js/apps/admin-ui/cypress/e2e/authentication_test.spec.ts#L84
Unexpected skipped mocha test
|
Admin UI:
js/apps/admin-ui/cypress/e2e/client_authorization_test.spec.ts#L180
Unexpected skipped mocha test
|
Admin UI:
js/apps/admin-ui/cypress/e2e/client_scopes_test.spec.ts#L181
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L224
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L234
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L581
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L33
Unexpected skipped mocha test
|
Admin UI:
js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L71
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L106
Do not wait for arbitrary time periods
|
Admin UI:
js/apps/admin-ui/cypress/e2e/group_test.spec.ts#L264
Unexpected skipped mocha test
|
🎭 Playwright Run Summary
1 flaky
[chromium] › personal-info/personal-info.spec.ts:18:3 › Personal info page › sets basic information
1 skipped
24 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
account-ui-playwright-report
Expired
|
1.36 MB |
|
account-ui-server-log
|
2.38 KB |
|
admin-ui-server-log-1-chrome
|
1.59 KB |
|
admin-ui-server-log-2-chrome
|
2.62 KB |
|
admin-ui-server-log-3-chrome
|
2.13 KB |
|
admin-ui-server-log-4-chrome
|
3.96 KB |
|
admin-ui-server-log-5-chrome
|
2.64 KB |
|
cypress-videos-4-chrome
Expired
|
5.61 MB |
|
keycloak
|
146 MB |
|
m2-keycloak.tzts
Expired
|
367 MB |
|