Summary
Four Dependabot PRs are major-version frontend upgrades that require manual migration — they fail real frontend tests (not just the spurious claude-review bot check) and/or carry known breaking changes. Held out of the routine dependency sweep and tracked here.
| Dependabot PR |
Bump |
Status / blocker |
| #639 |
eslint 9 → 10 |
Fails Frontend Unit Tests + Test Summary (flat-config / plugin-compat changes) |
| #640 |
tailwindcss 3 → 4 |
Major breaking (CSS-first config, new PostCSS pipeline). CI currently masks the breakage because frontend-tests doesn't run npm run build (see #646) and Jest doesn't render CSS |
| #641 |
jest-environment-jsdom 29 → 30 |
Fails Frontend Unit Tests + Test Summary |
| #642 |
jest + @types/jest (29 → 30) |
Fails Frontend Unit Tests + Test Summary |
Notes
Plan
Source: release-readiness dependency sweep 2026-06-13.
Summary
Four Dependabot PRs are major-version frontend upgrades that require manual migration — they fail real frontend tests (not just the spurious
claude-reviewbot check) and/or carry known breaking changes. Held out of the routine dependency sweep and tracked here.eslint9 → 10tailwindcss3 → 4frontend-testsdoesn't runnpm run build(see #646) and Jest doesn't render CSSjest-environment-jsdom29 → 30jest+@types/jest(29 → 30)Notes
npm run buildto CI) so the migration is actually verified by CI.Plan
npm test.npm run build(after [P6.5.1] frontend-tests CI: add npm run build + re-enable frontend lint #646).Source: release-readiness dependency sweep 2026-06-13.