Skip to content

fix(deps): update dependency tailwindcss to v4.0.1 - autoclosed #26

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) 4.0.0-beta.7 -> 4.0.1 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (tailwindcss)

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.

v4.0.0-beta.10

Compare Source

Added
  • Add support for using @variant to use variants in your CSS (#​15663)
  • Include outline-color when transitioning colors (#​15690)
Fixed
  • Add missing main and browser fields for @tailwindcss/browser (#​15594)
  • Support escaping * in theme namespace syntax (e.g.: --color-\*: initial;) (#​15603)
  • Respect @theme options when resolving values in custom functional utilities (#​15623)
  • Discard invalid variants (e.g. data-checked-[selected=1]:*) (#​15629)
  • Ensure -outline-offset-* utilities are suggested in IntelliSense (#​15646)
  • Write to stdout when --output is set to - or omitted with @tailwindcss/cli (#​15656)
  • Prevent not-* from being used with variants that have multiple sibling rules (#​15689)
  • Upgrade (experimental): Pretty print --spacing(…) to prevent ambiguity (#​15596)
Changed
  • Use more modern --alpha(color / 50%) syntax instead of --alpha(color, 50%) (#​15665)
  • Rename @variant to @custom-variant (#​15663)
  • Change outline-hidden to set outline-style: none except in forced colors mode (#​15690)

v4.0.0-beta.9

Compare Source

Added
  • Add @tailwindcss/browser package to run Tailwind CSS in the browser (#​15558)
  • Add @reference "…" API as a replacement for the previous @import "…" reference option (#​15565)
  • Add support for defining functional utilities in CSS (#​15455)
  • Add new --spacing(…), --alpha(…), and --theme(…) CSS functions (#​15572)
  • Add musl-based Linux builds of the standalone CLI (#​15567)
  • Improve performance of internal AST manipulations (#​15529)
Fixed
  • Use the correct property value for place-content-between, place-content-around, and place-content-evenly utilities (#​15440)
  • Don’t detect arbitrary properties when preceded by an escape (#​15456)
  • Fix incorrectly named bg-round and bg-space utilities to bg-repeat-round to bg-repeat-space (#​15462)
  • Fix inset-shadow-* suggestions in IntelliSense (#​15471)
  • Only compile arbitrary values ending in ] (#​15503)
  • Ensure @apply rules are processed in the correct order (#​15542)
  • Allow negative utility names in @utility (#​15573)
  • Remove all @keyframes contributed by JavaScript plugins when using @reference imports (#​15581)
  • Upgrade (experimental): Do not extract class names from functions (e.g. shadow in filter: 'drop-shadow(…)') (#​15566)
  • Upgrade (experimental): Migrate theme(spacing.2) to --spacing(2) (#​15579)
  • Upgrade (experimental): Migrate theme(…) to --theme(…) (#​15579)
Changed
  • Remove --container-prose in favor of a deprecated --max-width-prose theme variable so that *-prose is only available for max-width utilities and only for backward compatibility (#​15439)
  • Use Vite post-processor APIs for processing Svelte <style> blocks (#​15436)
  • Remove @property fallback rules for Firefox (#​15622)

v4.0.0-beta.8

Compare Source

Fixed
  • Ensure Symbol.dispose and Symbol.asyncDispose are polyfilled (#​15404)

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 changed the title fix(deps): update dependency tailwindcss to v4.0.0-beta.7 fix(deps): update dependency tailwindcss to v4.0.0-beta.7 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/tailwindcss-4.x branch December 16, 2024 08:56
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.0-beta.7 - autoclosed fix(deps): update dependency tailwindcss to v4.0.0-beta.7 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from 7540036 to 051324e Compare December 17, 2024 13:09
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.0-beta.7 fix(deps): update dependency tailwindcss to v4.0.0-beta.8 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from 051324e to 75dc398 Compare December 17, 2024 17:02
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.0-beta.8 fix(deps): update dependency tailwindcss to v4.0.0-beta.9 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from 75dc398 to 5841f88 Compare January 9, 2025 20:31
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.0-beta.9 fix(deps): update dependency tailwindcss to v4.0.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from 5841f88 to d9036ff Compare January 21, 2025 23:04
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from d9036ff to c020a7e Compare January 29, 2025 23:13
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.0 fix(deps): update dependency tailwindcss to v4.0.1 Jan 29, 2025
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.1 fix(deps): update dependency tailwindcss to v4.0.1 - autoclosed Jan 30, 2025
@renovate renovate bot closed this Jan 30, 2025
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