chore(deps): bump the minor-and-patch group across 1 directory with 35 updates #6049
ci.yml
on: pull_request
Type check
53s
Lint
55s
Build
1m 24s
Dependency audit
35s
Environment security check
9s
Test coverage
2m 11s
CI passed
2s
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.
|