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 👍 / 👎.
6982e09 to
556730b
Compare
Updates from Renovate PRs #538, #435, #389, #361, #390: - JS: update pnpm 10.30.3→10.33.0, refresh lockfile - Go: update go-sdk v1.4.0→v1.4.1, goldmark v1.7.16→v1.8.2 - Rust: update rusqlite 0.38→0.39, rusqlite_migration 2.4.1→2.5.0, sha2 0.10→0.11, tokio 1.49.0→1.50.0, nix 0.29→0.31 - Rust: fix sha2 0.11 LowerHex breakage in summarize and staged Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
556730b to
543887c
Compare
543887c to
7b0a731
Compare
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: (UTC)
* 0-3 * * 1)🚦 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.