chore(deps): unpin Tailwind CSS 4.1.18 → ^4.3.0#181
Merged
Conversation
Closes #173. Original pin (commit 4fff6e8 / PR #155) was added to dodge a chunk-resolution bug in `@tailwindcss/node@4.2.2`'s ESM cache loader (see issue #153) that crashed Astro prerender builds on the full 53K+ page site. Tailwind 4.3.0 is three minor versions ahead. Local sparse-content build passes; CI's full-content-submodule build will exercise the original failure path. If the bug returns, this PR can be reverted with a one-line edit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #173. The original pin (#155) avoided a chunk-resolution bug in
@tailwindcss/node@4.2.2's ESM cache loader (#153) that crashed Astro prerender builds on the full 53K+ page site.Tailwind 4.3.0 is three minor versions ahead. If the bug is fixed upstream, CI's full-submodule build will succeed. If it isn't, CI will fail in the same shape as #153 and this PR can be reverted with a one-line edit.
Test plan
pnpm installresolves cleanly (lockfile shrinks because Tailwind deduplicates)pnpm build(sparse local content — 3 pages) passespnpm test(267 tests) greenpnpm typecheckcleanRollback
If CI fails identically to #153, revert this commit; the prior pin is the known-good state.
🤖 Generated with Claude Code