Bump happy-dom from 12.10.3 to 17.4.3 in /src/Client #2984
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 12 warnings
|
dotnet-test
Process completed with exit code 127.
|
|
npm-test
Process completed with exit code 1.
|
|
npm-test
Cache not found for keys: node-cache-Linux-x64-npm-7a0e457c029e9273c252012e6127f5db0c1c7ac4220cfe12d628ba8abb174307
|
|
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
|
|
npm-lint
Cache not found for keys: node-cache-Linux-x64-npm-7a0e457c029e9273c252012e6127f5db0c1c7ac4220cfe12d628ba8abb174307
|