Bump vitest from 2.1.5 to 2.1.6 #1895
Annotations
10 warnings
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
js/libs/ui-shared/src/context/KeycloakContext.tsx#L46
Unexpected reassignment of a variable which was defined outside of the component. Components and hooks should be pure and side-effect free, but variable reassignment is a form of side-effect. If this variable is used in rendering, use useState instead. (https://react.dev/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render)
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
js/libs/ui-shared/src/context/KeycloakContext.tsx#L81
React Hook useEffect has a missing dependency: 'environment.scope'. 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/controls/table/KeycloakDataTable.tsx#L132
React Hook useEffect has a missing dependency: 'rowsSelectedOnPage.length'. 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/controls/table/KeycloakDataTable.tsx#L456
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/select/SingleSelect.tsx#L52
This function accesses a ref value (the `current` property), which may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run pnpm --fail-if-no-match --filter @keycloak/keycloak-ui-shared lint:
js/libs/ui-shared/src/select/SingleSelect.tsx#L52
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
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#L43
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#L43
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
|
Loading