Skip to content

chore: bump dependencies to resolve alerts (M2-10895, M2-10907, M2-10908, M2-10008, M2-10947) #2165

chore: bump dependencies to resolve alerts (M2-10895, M2-10907, M2-10908, M2-10008, M2-10947)

chore: bump dependencies to resolve alerts (M2-10895, M2-10907, M2-10908, M2-10008, M2-10947) #2165

Triggered via pull request June 30, 2026 01:27
Status Failure
Total duration 15m 13s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Tests
Process completed with exit code 1.
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