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

@renovate renovate Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

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.

@github-actions

github-actions Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 215.42 kB 215.46 kB -39 B (-0.0%) 🟢
Total (raw) 585.59 kB 585.74 kB -156 B (-0.0%) 🟢
CSS (gzip) 20.85 kB 20.89 kB -38 B (-0.2%) 🟢
CSS (raw) 108.94 kB 109.09 kB -156 B (-0.1%) 🟢

Size Limits

  • ✅ Total gzipped: 215.42 kB / 250 kB (86.2%)
  • ✅ Total raw: 585.59 kB / 600 kB (97.6%)
  • ✅ CSS gzipped: 20.85 kB / 25 kB (83.4%)

Largest Files (Top 5)

  1. chunk-UGPYPGVV.js - 14 kB (0 B (0%))
  2. index.css - 10.43 kB (-18 B (-0.2%))
  3. styles.css - 10.42 kB (-20 B (-0.2%))
  4. chunk-MT7H2K34.js - 6.36 kB (0 B (0%))
  5. index.js - 6.14 kB (-1 B (-0.0%))
View All Files (317 total)
File Size (gzip) Change
chunk-UGPYPGVV.js 14 kB 0 B (0%)
index.css 10.43 kB -18 B (-0.2%)
styles.css 10.42 kB -20 B (-0.2%)
chunk-MT7H2K34.js 6.36 kB 0 B (0%)
index.js 6.14 kB -1 B (-0.0%)
chunk-4YW6P3IJ.js 6.01 kB 0 B (0%)
chunk-EFL7QFFN.js 5.29 kB 0 B (0%)
chunk-2ADIF2YA.js 4.76 kB 0 B (0%)
chunk-ONMQSOSC.js 4.47 kB 0 B (0%)
chunk-OQQ4JHSR.js 3.89 kB 0 B (0%)

✅ Bundle size check passed

@github-actions

github-actions Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 89.97% 89.97% 0%
Statements 89.63% 89.63% 0%
Functions 87.15% 87.15% 0%
Branches 80.26% 80.26% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3802 / 4226
  • Coverage: 89.97%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3864 / 4311
  • Coverage: 89.63%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1031 / 1183
  • Coverage: 87.15%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2371 / 2954
  • Coverage: 80.26%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions

github-actions Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-iotfqhbww-remotecom.vercel.app
Latest Commit:1cfb1a6

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 3 times, most recently from d39b99c to aaeaed1 Compare June 1, 2026 23:12
@renovate renovate Bot force-pushed the renovate/tailwindcss-monorepo branch from aaeaed1 to c3e114d Compare June 3, 2026 18:54
@renovate renovate Bot force-pushed the renovate/tailwindcss-monorepo branch from c3e114d to 1cfb1a6 Compare June 5, 2026 09:17
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