Skip to content

Bump happy-dom from 12.10.3 to 15.7.3 in /src/Client #2866

Bump happy-dom from 12.10.3 to 15.7.3 in /src/Client

Bump happy-dom from 12.10.3 to 15.7.3 in /src/Client #2866

Triggered via push September 9, 2024 11:34
Status Failure
Total duration 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
dotnet-test
Process completed with exit code 127.
npm-lint: src/Client/src/components/AuthBarrier/index.tsx#L22
React Hook useEffect has missing dependencies: 'isAuthenticated' and 'signinRedirect'. Either include them or remove the dependency array
npm-lint: src/Client/src/components/Dialog/index.tsx#L33
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
npm-lint: src/Client/src/components/Dialog/index.tsx#L69
Fast refresh can't handle anonymous components. Add a name to your export
npm-lint: src/Client/src/components/Pagination/index.tsx#L63
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
npm-lint: src/Client/src/hooks/useInterval.ts#L13
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
npm-lint: src/Client/src/hooks/useInterval.ts#L13
React Hook useEffect has missing dependencies: 'callback' and 'delay'. 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
npm-lint: src/Client/src/hooks/usePaging.ts#L29
React Hook useMemo has a missing dependency: 'pageSize'. Either include it or remove the dependency array
npm-lint: src/Client/src/hooks/usePaging.ts#L66
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
npm-lint: src/Client/src/hooks/usePaging.ts#L66
React Hook useEffect has a missing dependency: 'setCurrentPage'. Either include it or remove the dependency array
npm-lint: src/Client/src/pages/AuthorizedHome/index.tsx#L47
React Hook useEffect has a missing dependency: 'api'. Either include it or remove the dependency array