Bump rollup from 4.14.1 to 4.34.9 in /src/Client #2979
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-ad55ecc76b4f282908cd9bc90eb12d2532599bf0186888db605a82870c1504bd
|
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-ad55ecc76b4f282908cd9bc90eb12d2532599bf0186888db605a82870c1504bd
|