Context
apps/web/package.json currently pins both tailwindcss and @tailwindcss/vite to exactly `4.1.18` (no caret). The pin was introduced in commit 4fff6e8 / PR #155 because `@tailwindcss/vite` 4.2.2 had a broken ESM chunk resolution that crashed Astro builds during prerendering.
Latest released is `4.3.0`. Need to verify whether the upstream bug is fixed before unpinning.
Verification checklist
If 4.3.x passes: bump to `^4.3.0` (caret) in apps/web/package.json for both packages, regen lockfile.
If 4.3.x still hits the issue: leave pinned, comment with the upstream issue link.
Notes
Surfaced in the May 2026 cleanup session.
Context
apps/web/package.jsoncurrently pins bothtailwindcssand@tailwindcss/viteto exactly `4.1.18` (no caret). The pin was introduced in commit 4fff6e8 / PR #155 because `@tailwindcss/vite` 4.2.2 had a broken ESM chunk resolution that crashed Astro builds during prerendering.Latest released is `4.3.0`. Need to verify whether the upstream bug is fixed before unpinning.
Verification checklist
If 4.3.x passes: bump to `^4.3.0` (caret) in
apps/web/package.jsonfor both packages, regen lockfile.If 4.3.x still hits the issue: leave pinned, comment with the upstream issue link.
Notes
Surfaced in the May 2026 cleanup session.