Bump Microsoft.Graph from 5.40.0 to 5.67.0 #2933
Annotations
2 errors and 13 warnings
dotnet-test
Process completed with exit code 127.
|
npm-test
Process completed with exit code 1.
|
dotnet-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
npm-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
npm-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|