fix(deps): update tailwindcss monorepo (4.3.1 → 4.3.2)#488
Conversation
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)
PR Review: TailwindCSS 4.3.1 → 4.3.2 Patch Upgrade
Recommendation
Approve. This is a straightforward patch-level dependency update with no breaking changes. Both required checks have been satisfied.
Change Overview
- Package:
@tailwindcss/postcssandtailwindcss - Version bump: 4.3.1 → 4.3.2 (patch)
- Changed file:
package-lock.json(72 additions, 72 deletions)
Required Check Results
✅ check for breaking API changes in updated dependencies
Verified. The v4.3.2 release contains only bug fixes and improvements with zero API changes:
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities - Windows CLI crash fix when
@sourcepoints to a non-existent directory - Deno v2.8.x crash fix for invalid
context.parentURL - CLI watch mode rebuild fix for ignored directories
@variantrules fix inaddBase()with forward references- Vite HMR crash fix for deleted files/directories
text-[--spacing(…)]now correctly generatesfont-sizeinstead ofcolor@sourcepattern scanning optimization- Template Toolkit and Maud syntax class extraction fixes
- PostCSS type error fix for newer PostCSS patch releases
- Named opacity modifier suggestions fix
This is a pure bugfix release. The public API surface is unchanged.
✅ run full test suite after upgrade
Verified. CI Check Results confirm all checks passed including Tests (vitest run):
| Check | Status |
|---|---|
| review | success |
| Typecheck | success |
| Tests | success |
| Lint | success |
| Build | success |
| Docker Build | success |
The full test suite ran against the upgrade and passed.
Standards Compliance
This patch upgrade follows standard conventions. No repository-specific standards govern dependency updates. The PR correctly pins exact versions in package-lock.json via Renovate.
Evidence Provider Findings
No evidence providers configured for this repository.
Tool Harness Findings
The harness ran successfully:
package.jsonread confirmed@tailwindcss/postcss: ^4.3.0andtailwindcss: ^4.3.0withengines.node: >=24- GitHub API confirmed release v4.3.2 published 2026-06-29 with 21 commits ahead of v4.3.1
Unknowns / Needs Verification
None. The upgrade is well-characterized:
- Patch release (low risk by definition)
- All 13 bug fixes are scoped and non-breaking
- Full CI pipeline green including tests
- No linked issues or special context requiring further investigation
This PR contains the following updates:
4.3.1→4.3.24.3.1→4.3.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)Configuration
📅 Schedule: (in timezone America/Edmonton)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.