feat: keep session alive on Admin ( M2 - 11001 ) #2181
Annotations
11 warnings
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/modules/Auth/state/Auth.utils.ts#L40
Expected an assignment or function call and instead saw an expression
|
|
Lint:
src/modules/Auth/state/Auth.utils.ts#L26
Expected an assignment or function call and instead saw an expression
|
|
Lint:
src/modules/Auth/state/Auth.utils.ts#L24
Expected an assignment or function call and instead saw an expression
|
|
Lint:
src/modules/Auth/state/Auth.thunk.test.ts#L79
Unexpected any. Specify a different type
|
|
Lint:
src/modules/Auth/state/Auth.thunk.test.ts#L60
Unexpected any. Specify a different type
|
|
Lint:
src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion
|
|
Lint:
src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion
|
|
Lint:
src/modules/Auth/features/Login/MFAForm/useMFAVerification.test.tsx#L312
Unexpected any. Specify a different type
|
|
Lint:
src/modules/Auth/features/Login/MFAForm/useMFAVerification.test.tsx#L132
Unexpected any. Specify a different type
|
|
Lint:
src/__mocks__/LookupTableUploader.tsx#L64
React Hook useEffect has a missing dependency: 'onFileReady'. Either include it or remove the dependency array. If 'onFileReady' changes too often, find the parent component that defines it and wrap that definition in useCallback
|