Skip to content

build(deps-dev): bump elliptic from 6.5.4 to 6.6.1 in /angular #935

build(deps-dev): bump elliptic from 6.5.4 to 6.6.1 in /angular

build(deps-dev): bump elliptic from 6.5.4 to 6.6.1 in /angular #935

Triggered via pull request February 15, 2025 05:24
Status Failure
Total duration 2m 21s
Artifacts

main.yml

on: pull_request
Angular-Unit-Tests
7s
Angular-Unit-Tests
Angular-Linting
6s
Angular-Linting
React-Unit-Tests
2m 11s
React-Unit-Tests
React-Linting
30s
React-Linting
React-Build
48s
React-Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Angular-Linting
Process completed with exit code 1.
Angular-Unit-Tests
Process completed with exit code 1.
Angular-Linting
Cache not found for keys: node-cache-Linux-x64-npm-996510e6c5fe696ff39636e2d5bcef9362522f2031fe095b1919bfe122f34f6d
Angular-Unit-Tests
Cache not found for keys: node-cache-Linux-x64-npm-996510e6c5fe696ff39636e2d5bcef9362522f2031fe095b1919bfe122f34f6d
React-Linting: react/src/components/Systems/SystemSelect.tsx#L33
React Hook useEffect has a missing dependency: 'onSystemSelect'. Either include it or remove the dependency array. If 'onSystemSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
React-Linting: react/src/hooks/systems/useSystems.ts#L18
The 'systems' logical expression could make the dependencies of useMemo Hook (at line 22) change on every render. To fix this, wrap the initialization of 'systems' in its own useMemo() Hook
React-Linting: react/src/hooks/systems/useSystems.ts#L18
The 'systems' logical expression could make the dependencies of useMemo Hook (at line 28) change on every render. To fix this, wrap the initialization of 'systems' in its own useMemo() Hook
React-Linting: react/src/hooks/systems/useSystems.ts#L18
The 'systems' logical expression could make the dependencies of useMemo Hook (at line 34) change on every render. To fix this, wrap the initialization of 'systems' in its own useMemo() Hook
React-Linting: react/src/pages/Login/Login.tsx#L29
React Hook useEffect has missing dependencies: 'configuration.geoapiUrl', 'isAuthenticated', 'location.search', and 'navigate'. Either include them or remove the dependency array