Skip to content

chore(deps): update tailwindcss monorepo to v4.2.2#435

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tailwindcss-monorepo
Open

chore(deps): update tailwindcss monorepo to v4.2.2#435
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tailwindcss-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@tailwindcss/postcss (source) 4.2.14.2.2 age confidence
tailwindcss (source) 4.2.14.2.2 age confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from baxen, matt2e and wesbillman as code owners March 23, 2026 00:26
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 139e683113

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 111 to +113
'@tailwindcss/postcss':
specifier: ^4.2.1
version: 4.2.1
specifier: ^4.2.2
version: 4.2.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the pnpm importer specifier aligned with package.json

This lockfile change updates the Penpal importer to @tailwindcss/postcss: ^4.2.2 here (and tailwindcss: ^4.2.2 a few lines below), but apps/penpal/frontend/package.json still declares @tailwindcss/postcss: ^4.2.1 and tailwindcss: ^4.0.0 on lines 31 and 45. pnpm install --frozen-lockfile is documented to fail when the lockfile is "out of sync with the manifest", and our Penpal CI/release workflows run exactly that command in .github/workflows/penpal-ci.yml:67 and .github/workflows/penpal-release.yml:64. As written, this dependency bump will break those jobs until the manifest and lockfile are regenerated from the same package.json.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants