Skip to content

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 … #475

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 …

chore(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 … #475

Triggered via push December 17, 2024 08:44
Status Success
Total duration 1m 6s
Artifacts

ci-ui.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint: modules/web/packages/ui/src/components/ui/multi-select.tsx#L112
React Hook useCallback has a missing dependency: 'itemCache'. Either include it or remove the dependency array
Lint: modules/web/packages/ui/src/components/ui/multi-select.tsx#L169
React Hook useMemo has a missing dependency: 'itemCache'. Either include it or remove the dependency array
Lint: modules/web/packages/ui/src/components/ui/multi-select.tsx#L407
React Hook useEffect has a missing dependency: 'itemCache'. Either include it or remove the dependency array
Lint: modules/web/web-app/components/form/PriceInput.tsx#L175
React Hook useEffect has missing dependencies: 'format' and 'inputValue'. Either include them or remove the dependency array
Lint: modules/web/web-app/components/layouts/shared/LayoutHeader/HelpPopover.tsx#L98
React Hook useEffect has missing dependencies: 'showMessage' and 'showedFeedback'. Either include them or remove the dependency array
Lint: modules/web/web-app/features/dashboard/charts/MrrChart.tsx#L61
The 'data' logical expression could make the dependencies of useMemo Hook (at line 160) change on every render. To fix this, wrap the initialization of 'data' in its own useMemo() Hook
Lint: modules/web/web-app/features/dashboard/charts/MrrCrosshair.tsx#L49
React Hook useMemo has a missing dependency: 'containerRef'. Either include it or remove the dependency array. Mutable values like 'tooltipRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Lint: modules/web/web-app/features/invoices/InvoicesTable.tsx#L80
React Hook useMemo has a missing dependency: 'linkPrefix'. Either include it or remove the dependency array
Lint: modules/web/web-app/features/plans/PlansTable.tsx#L75
React Hook useMemo has an unnecessary dependency: 'navigate'. Either exclude it or remove the dependency array
Lint: modules/web/web-app/features/plans/pricecomponents/PriceComponentCard.tsx#L239
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead