Update tailwindcss monorepo to v4.3.3#27
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/tailwindcss-monorepo
branch
from
May 12, 2026 15:41
55b6626 to
fef95fb
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-monorepo
branch
from
May 28, 2026 16:47
fef95fb to
a7ee2db
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-monorepo
branch
2 times, most recently
from
June 12, 2026 20:29
9421e36 to
083bc10
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-monorepo
branch
from
June 29, 2026 21:01
083bc10 to
ddde73e
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-monorepo
branch
from
July 16, 2026 15:59
ddde73e to
4f5d316
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-monorepo
branch
from
July 20, 2026 23:30
4f5d316 to
1e745d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.4β4.3.34.2.4β4.3.3Release Notes
tailwindlabs/tailwindcss (@βtailwindcss/vite)
v4.3.3Compare Source
Fixed
--watch --poll[=ms]in@tailwindcss/cliwhen filesystem events are unreliable or unavailable (#β20297)bg-[#fff]andbg-[#FFF]βbg-white) (#β20298)iframe:focus-visibleoutline styles (#β20292)theme('colors.foo')in JS plugins resolves correctly when both--color-fooand--color-foo-barexist (#β20299)shadow-sm/12.5,text-shadow-sm/12.5,drop-shadow-sm/12.5, andinset-shadow-sm/12.5(#β20302)[data-foo]divas two selectors instead of one (#β20303)@tailwindcss/postcssrebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#β20310)@tailwindcss/browserand Tailwind Play (#β20124)oklch(#β20314)--spacing(0)is optimized to0pxinstead of0so it remains a<length>when used incalc(β¦)(#β20319)@parcel/watcheronly when needed in@tailwindcss/cli --watchmode, so one-off builds and--watch --pollwork when@parcel/watchercan't be loaded (#β20325)system-uiandui-sans-serifso CJK text respects the page'slangattribute on Windows (#β20318)@tailwindcss/upgradefrom rewriting ignored files when run from a subdirectory (#β20329)@sourcerules pointing to nested files are scanned when later@sourcerules point to files in parent folders (#β20335)@tailwindcss/vitefrom triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#β20336)v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#β20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#β20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#β20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#β20246)@variantrules used inaddBase(β¦)to use custom variants defined later (#β20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#β20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(β¦)](#β20260)@sourcepatterns from scanning unrelated sibling files and folders (#β20263)%]β¦[%in.tt,.tt2, and.txfiles (#β20269)p.text-black[condition](#β20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#β20277)--opacitytheme values (#β20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#β20289)v4.3.1Compare Source
Added
--silentoption to suppress output in@tailwindcss/cli(#β20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#β20028)@applyto be used with CSS mixins (#β19427)not-*correctly negates@containerqueries, includingstyle(β¦)queries (#β20059)drop-shadow-*color utilities work with custom shadow values containingcalc(β¦)(#β20080)@tailwindcss/vite(#β20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#β20027)calc(β¦)expressions (e.g.px-[calc(1rem+0px)]βpx-[calc(1rem+0)]) (#β20127)left-[99999px]βleft-[99999px], notleft-24999.75) (#β20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#β20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#β20139)addClass(β¦)andremoveClass(β¦)calls (#β20198)@variantto be used insideaddBase(#β19480)@sourceglobs with symlinks are preserved (#β20203)@sourcerules can re-include files excluded by earlier@source notrules (#β20203)@utilityrules (#β20205)inset-shadow-noneand other inset shadows work correctly (#β20208)@sourcedirectories are scanned even when ignored by git (#β20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#β20217)calc(β¦)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]βw-[calc(100%/3.5)], notw-[28.571428571428573%]) (#β20221)@tailwindcss/postcss(#β20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#β20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#β20196)v4.3.0Compare Source
Added
@container-sizeutility (#β18901)scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#β19981, #β20019)scrollbar-gutter-*utilities (#β20018)zoom-*utilities (#β20020)tab-*utilities (#β20022)@variantwith stacked variants (e.g.@variant hover:focus { β¦ }) (#β19996)@variantwith compound variants (e.g.@variant hover, focus { β¦ }) (#β19996)--default(β¦)in--value(β¦)and--modifier(β¦)for functional@utilitydefinitions (#β19989)Fixed
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#β19949)@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#β19965)@variantare processed by@tailwindcss/vite(#β19966)basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#β19980)_whitespace in arbitrary values (#β19986)w-[calc(100%---spacing(60))]βw-[calc(100%-(--spacing(60)))]) (#β19986)-mt-[20in]βmt-[-20in], notmt-[-1920px]) (#β19988):has()variants from[&:has(β¦)]tohas-[β¦](#β19991)styleattributes (e.g.style="flex-grow: 1"βstyle="flex-grow: 1", notstyle="grow: 1") (#β19918)@utilitydefinitions with the same name but different value types (#β19777)PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#β19707)startandendlegacy utilities without values do not generate CSS (#β20003)--value(β¦)is required in functional@utilitydefinitions (#β20005)-left-[(var(--a)+var(--b))]) (#β20011)Configuration
π Schedule: (UTC)
π¦ 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.