Skip to content

chore(deps): bump @apollo/client from 3.7.17 to 3.8.0 #51

chore(deps): bump @apollo/client from 3.7.17 to 3.8.0

chore(deps): bump @apollo/client from 3.7.17 to 3.8.0 #51

Triggered via pull request August 9, 2023 20:17
Status Success
Total duration 4m 8s
Artifacts

master.yml

on: pull_request
Linting project
3m 24s
Linting project
Creating a Production Build
3m 57s
Creating a Production Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Linting project: libs/client-shared/src/hooks/use-alt-key-down.ts#L8
Unexpected any. Specify a different type
Linting project: libs/client-shared/src/hooks/use-alt-key-down.ts#L20
Unexpected any. Specify a different type
Linting project: libs/client-shared/src/hooks/use-async-effect.ts#L9
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
Linting project: libs/client-shared/src/hooks/use-async-effect.ts#L9
React Hook useEffect has a missing dependency: 'cb'. Either include it or remove the dependency array. If 'cb' changes too often, find the parent component that defines it and wrap that definition in useCallback
Linting project: libs/client-shared/src/hooks/use-debounce.ts#L6
Unexpected any. Specify a different type
Linting project: libs/client-shared/src/hooks/use-debounce.ts#L11
Unexpected any. Specify a different type
Linting project: libs/client-shared/src/hooks/use-filtered-effect.ts#L18
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
Linting project: libs/client-shared/src/hooks/use-filtered-effect.ts#L18
React Hook useEffect has missing dependencies: 'callback' and 'deps'. 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
Linting project: libs/client-shared/src/providers/animation-provider.tsx#L36
React Hook useEffect has a missing dependency: 'loadLibraries'. Either include it or remove the dependency array
Linting project: libs/client-shared/src/providers/error-boundary/error-boundary.tsx#L16
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all