chore(deps): bump react-pdf from 7.5.0 to 9.0.0 #60186
Annotations
10 warnings
apps/consultation-portal/components/DebouncedSearch/DebouncedSearch.tsx#L41
React Hook useEffect has missing dependencies: 'filters?.searchQuery' and 'isSubscriptions'. Either include them or remove the dependency array. If 'setValue' needs the current value of 'filters.searchQuery', you can also switch to useReducer instead of useState and read 'filters.searchQuery' in the reducer
|
apps/consultation-portal/components/PageLoader/PageLoader.tsx#L26
React Hook useEffect has a missing dependency: 'router.events'. Either include it or remove the dependency array
|
apps/consultation-portal/components/PowerBI/PowerBI.tsx#L2
'PowerBIEmbed' is defined but never used. Allowed unused vars must match /^_[a-zA-Z0-9]*$/u
|
apps/consultation-portal/components/PowerBI/PowerBI.tsx#L3
'models' is defined but never used. Allowed unused vars must match /^_[a-zA-Z0-9]*$/u
|
apps/consultation-portal/components/PowerBI/PowerBI.tsx#L8
'getEmbeddedComponent' is assigned a value but never used. Allowed unused vars must match /^_[a-zA-Z0-9]*$/u
|
apps/consultation-portal/graphql/client.ts#L15
Expected a function expression
|
apps/consultation-portal/graphql/client.ts#L15
Unexpected any. Specify a different type
|
apps/consultation-portal/graphql/client.ts#L33
Unexpected any. Specify a different type
|
apps/consultation-portal/graphql/retryLink.ts#L4
Assign instance to a variable before exporting as module default
|
apps/consultation-portal/hooks/useAdviceFilters.ts#L31
React Hook useEffect has a missing dependency: 'filters'. Either include it or remove the dependency array
|
This job succeeded
Loading