chore(deps): update tailwindcss monorepo to v4.2.3#435
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>
7b0a731 to
d82f351
Compare
27adad3 to
db6d98a
Compare
db6d98a to
c5195ca
Compare
This PR contains the following updates:
4.2.1→4.2.34.2.1→4.2.3Release Notes
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)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: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.