chore(deps): update tailwindcss monorepo to v4.2.2#435
chore(deps): update tailwindcss monorepo to v4.2.2#435renovate[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 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".
| '@tailwindcss/postcss': | ||
| specifier: ^4.2.1 | ||
| version: 4.2.1 | ||
| specifier: ^4.2.2 | ||
| version: 4.2.2 |
There was a problem hiding this comment.
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 👍 / 👎.
This PR contains the following updates:
4.2.1→4.2.24.2.1→4.2.2Release Notes
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.2.2Compare Source
Fixed
row-constructor(#19725)calc(var(--spacing)*…)expressions into--spacing(…)(#19769)@propertyat-rules (e.g.shadow-sm border) (#19727)@tailwindcss/vite(#19745)@tailwindcss/vite(#19790)w-1234 h-1234→size-1234) (#19809)w-5 h-5 size-5→''instead ofsize-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.
This PR was generated by Mend Renovate. View the repository job log.