Skip to content

fix(deps): update dependency tailwindcss to v4 #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) ^3.3.3 -> ^4.0.0 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (tailwindcss)

v4.0.3

Compare Source

Fixed
  • Fix incorrect removal of @import url(); (#​16144)

v4.0.2

Compare Source

Fixed
  • Only generate positive grid-cols-* and grid-rows-* utilities (#​16020)
  • Ensure escaped theme variables are handled correctly (#​16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#​16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#​16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#​16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#​16052)
  • Vite: Don't rebase URLs that appear to be aliases (#​16078)
  • Vite: Transform <style> blocks in HTML files (#​16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#​16103)
  • Do not emit @keyframes in @theme reference (#​16120)
  • Discard invalid declarations when parsing CSS (#​16093)
  • Do not emit empty CSS rules and at-rules (#​16121)
  • Handle @variant when at the top-level of a stylesheet (#​16129)

v4.0.1

Compare Source

Added
  • Include :open pseudo-class in existing open variant (#​15349)
Fixed
  • Remove invalid min-w/h-none utilities (#​15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#​15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#​15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#​15921)
  • Don’t suggest font weight utilities more than once (#​15857)
  • Suggest container query variants (#​15857)
  • Disable bare value suggestions when not using the --spacing variable (#​15857)
  • Ensure suggested classes are properly sorted (#​15857)
  • Don’t look at .gitignore files outside initialized repos (#​15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#​15974)
  • Find utilities when using the Angular class shorthand syntax (#​15974)
  • Find utilities when using functions inside arrays (#​15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#​15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#​16005)
  • Ensure CSS theme variables are available within shadow roots (#​15975)
  • Fix crash when project lives in the / directory (#​15988)
  • Ensure custom variants have a non-empty selector list (#​16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#​15927)
  • Upgrade: Migrate leading-[1] to leading-none (#​16004)
  • Upgrade: Do not migrate arbitrary leading utilities to bare values (#​16004)

v4.0.0

Compare Source

Added

Start using Tailwind CSS v4.0 today by installing it in a new project, or playing with it directly in the browser on Tailwind Play.

For existing projects, we've published a comprehensive upgrade guide and built an automated upgrade tool to get you on the latest version as quickly and painlessly as possible.

For a deep-dive into everything that's new, check out the announcement post.


Configuration

📅 Schedule: 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
Copy link

relativeci bot commented Feb 1, 2025

#2363 Bundle Size — 254.96KiB (-5.48%).

a030f62(current) vs 5162ce4 main#2362(baseline)

Bundle metrics  Change 6 changes Regression 1 regression Improvement 1 improvement
                 Current
#2363
     Baseline
#2362
Regression  Initial JS 125.13KiB(+3.85%) 120.48KiB
Improvement  Initial CSS 0B(-100%) 19.3KiB
Change  Cache Invalidation 54.65% 0%
Change  Chunks 2(-33.33%) 3
Change  Assets 24(-4%) 25
No change  Modules 51 51
No change  Duplicate Modules 6 6
Change  Duplicate Code 34.27%(+3.22%) 33.2%
No change  Packages 8 8
No change  Duplicate Packages 0 0
Bundle size by type  Change 3 changes Regression 1 regression Improvement 2 improvements
                 Current
#2363
     Baseline
#2362
Regression  JS 181.08KiB (+2.6%) 176.5KiB
No change  IMG 58.18KiB 58.18KiB
Improvement  HTML 14.03KiB (-0.44%) 14.09KiB
No change  Other 1.67KiB 1.67KiB
Improvement  CSS 0B (-100%) 19.3KiB

Bundle analysis reportBranch renovate/major-tailwindcss-monor...Project dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch 3 times, most recently from e26bf4c to 8728155 Compare February 18, 2025 16:00
@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch 2 times, most recently from 07b3f26 to 9930589 Compare March 1, 2025 01:34
@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch from 9930589 to 4507d84 Compare April 6, 2025 14:45
@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch 2 times, most recently from 7a21da6 to 901bdf6 Compare May 7, 2025 05:36
@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch 3 times, most recently from b9b8b6e to 48430fe Compare May 29, 2025 14:14
@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch from 48430fe to 745ef5b Compare June 12, 2025 03:32
@renovate renovate bot force-pushed the renovate/major-tailwindcss-monorepo branch from 745ef5b to a030f62 Compare July 2, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants