deps: bump @types/react-dom from 19.2.4 to 19.2.5 in the react group across 1 directory #1826
ci.yml
on: pull_request
Code Quality Checks
7m 38s
Auth Smoke Test
1m 16s
Dual-Persona Inventory Smoke
1m 5s
Migration Drift Check
40s
Local E2E Journeys
7m 17s
Run Tests
1m 23s
Dependency Security Audit
43s
Main Red Alert (dispatched)
0s
Annotations
4 warnings
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 914) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 799) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Code Quality Checks:
src/components/auth/LoginForm.tsx#L83
Do not use `window.location.assign()` 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
|
|
Code Quality Checks:
src/app/admin/decisions/[id]/DecisionHeaderCard.tsx#L82
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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
e2e-local-artifacts
|
4.71 KB |
sha256:ebf7dd9acf2f2b9305eede6fb1be27b7ee5fa83073c648f19dbbdd40311798bc
|
|