Background
Two grouped Dependabot PRs are currently failing CI and are not safe to merge directly:
Current hard failures:
tailwindcss v4 PostCSS plugin split (@tailwindcss/postcss required).
- Type incompatibility around editor
RefObject typing in src/editor/Editor.tsx.
Why this issue exists
Grouped dependency bumps hide breaking changes and produce low-signal CI noise. For this repo, frontend upgrades need controlled, staged migration.
Scope
Delivery plan
- Land Tailwind/PostCSS migration in a focused PR.
- Land editor typing fix and related TS config adjustments in a focused PR.
- Re-open dependency upgrades in smaller batches only after baseline is green.
Definition of done
- Main branch CI remains green after each step.
- No grouped Dependabot PR with mixed breaking changes.
- Frontend build and lint pass locally and in CI.
Background
Two grouped Dependabot PRs are currently failing CI and are not safe to merge directly:
npm-prodgroup)npm-devgroup)Current hard failures:
tailwindcssv4 PostCSS plugin split (@tailwindcss/postcssrequired).RefObjecttyping insrc/editor/Editor.tsx.Why this issue exists
Grouped dependency bumps hide breaking changes and produce low-signal CI noise. For this repo, frontend upgrades need controlled, staged migration.
Scope
frontend,npm-audit, rust checks).Delivery plan
Definition of done