Skip to content

deps: unpin Tailwind 4.1.18 once 4.2.2 ESM cache-loader bug is fixed upstream #173

@williamzujkowski

Description

@williamzujkowski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filefrontendAstro static site

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions