Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 35 updates #6049

chore(deps): bump the minor-and-patch group across 1 directory with 35 updates

chore(deps): bump the minor-and-patch group across 1 directory with 35 updates #6049

Triggered via pull request August 18, 2026 00:11
Status Success
Total duration 2m 15s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Lint: src/components/WeeklySummaryCard.tsx#L304
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
Lint: src/components/PrivacySettings.tsx#L75
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
Lint: src/components/PRReviewTrendChart.tsx#L208
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
Lint: src/components/GlobalKeyboardShortcuts.tsx#L75
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
Coverage below soft threshold
Line coverage is 30.34%, below the soft target of 60%. This warning does not fail CI.