Skip to content

chore(deps): update tailwindcss monorepo to v4.3.0#1034

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

chore(deps): update tailwindcss monorepo to v4.3.0#1034
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tailwindcss-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 15, 2026

This PR contains the following updates:

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

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/cli)

v4.3.0

Compare Source

Added
  • Add @container-size utility (#​18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#​19981, #​20019)
  • Add scrollbar-gutter-* utilities (#​20018)
  • Add zoom-* utilities (#​20020)
  • Add tab-* utilities (#​20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#​19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#​19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#​19989)
Fixed
  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#​19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#​19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#​19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#​19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#​19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#​19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#​19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#​19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#​19918)
  • Allow multiple @utility definitions with the same name but different value types (#​19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#​19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#​20003)
  • Ensure --value(…) is required in functional @utility definitions (#​20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#​20011)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


Note

Low Risk
Patch/minor dependency bump with no code changes; main risk is visual or build regressions from Tailwind 4.3.0, which should be caught by existing CSS/build and test runs.

Overview
Bumps the Tailwind CSS v4 stack from 4.2.4 to 4.3.0 in package.json and package-lock.json: tailwindcss, @tailwindcss/cli, and @tailwindcss/postcss. The lockfile also picks up related transitive updates (e.g. @tailwindcss/node / @tailwindcss/oxide, enhanced-resolve, tapable, and wasm optional deps).

There are no application or style source changes in this diff—only dependency versions. v4.3.0 adds utilities (@container-size, scrollbar, zoom-*, tab-*, etc.) and fixes around Vite/Postcss resolution and arbitrary-value canonicalization; those only matter if you adopt new classes or hit the fixed edge cases after upgrading.

Reviewed by Cursor Bugbot for commit 00b87f7. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 212.71 kB 212.74 kB -36 B (-0.0%) 🟢
Total (raw) 576.76 kB 576.92 kB -156 B (-0.0%) 🟢
CSS (gzip) 20.83 kB 20.86 kB -36 B (-0.2%) 🟢
CSS (raw) 108.67 kB 108.83 kB -156 B (-0.1%) 🟢

Size Limits

  • ✅ Total gzipped: 212.71 kB / 250 kB (85.1%)
  • ✅ Total raw: 576.76 kB / 600 kB (96.1%)
  • ✅ CSS gzipped: 20.83 kB / 25 kB (83.3%)

Largest Files (Top 5)

  1. chunk-UGPYPGVV.js - 14 kB (0 B (0%))
  2. styles.css - 10.41 kB (-18 B (-0.2%))
  3. index.css - 10.41 kB (-18 B (-0.2%))
  4. index.js - 6.13 kB (0 B (0%))
  5. chunk-ER46UFIU.js - 5.89 kB (0 B (0%))
View All Files (314 total)
File Size (gzip) Change
chunk-UGPYPGVV.js 14 kB 0 B (0%)
styles.css 10.41 kB -18 B (-0.2%)
index.css 10.41 kB -18 B (-0.2%)
index.js 6.13 kB 0 B (0%)
chunk-ER46UFIU.js 5.89 kB 0 B (0%)
chunk-B437XNYG.js 5.81 kB 0 B (0%)
chunk-EFL7QFFN.js 5.29 kB 0 B (0%)
chunk-AAGHUVZO.js 4.76 kB 0 B (0%)
chunk-3CDKTHT5.js 4.46 kB 0 B (0%)
chunk-C5PA6MLW.js 4.06 kB 0 B (0%)

✅ Bundle size check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 90.08% 90.08% 0%
Statements 89.73% 89.73% 0%
Functions 87.67% 87.67% 0%
Branches 80.22% 80.22% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3723 / 4133
  • Coverage: 90.08%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3783 / 4216
  • Coverage: 89.73%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1010 / 1152
  • Coverage: 87.67%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2332 / 2907
  • Coverage: 80.22%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-dlc0zhj7t-remotecom.vercel.app
Latest Commit:00b87f7

Deployed with vercel-action

@renovate renovate Bot force-pushed the renovate/tailwindcss-monorepo branch 2 times, most recently from daf5427 to 08cd5d1 Compare May 19, 2026 17:30
@renovate renovate Bot force-pushed the renovate/tailwindcss-monorepo branch from 08cd5d1 to 00b87f7 Compare May 26, 2026 10:22
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