Skip to content

Compatibility policy

hostsupportedprimary (tested first)floor policy
Node.js≥ 20.19current LTSreviewed each April at the LTS transition; a floor bump is a major
ESLint≥ 9 (flat config only)10.xthe two newest majors
stylelint≥ 1617.xthe two newest majors
Tailwind CSS4.x (@theme)latest 4.xengine features need the target repo’s install ≥ 4.2; the static path supports any 4.x and never requires Tailwind at all

Enforced in CI, not aspirational:

  • the main matrix runs the newest majors on 3 OSes;
  • an oldest-peers job pins eslint 9 / stylelint 16 / tailwind 4.2 — the floor can’t rot silently;
  • a weekly tw-canary job runs tailwindcss@next (allowed to fail — it’s the early-warning line, see the upgrade playbooks in RUNBOOK);
  • engine loss (no Tailwind, API change, worker failure) degrades to the static path, verified by a fallback-guarantee test: arbitrary values still checked, engine-only rules go silent, never wrong.