mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
MIT License
288 stars 47 forks source link

Bump tailwindcss to 4.0.0-alpha.35 #795

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) 4.0.0-alpha.34 -> 4.0.0-alpha.35 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (tailwindcss) ### [`v4.0.0-alpha.35`](https://redirect.github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#400-alpha35---2024-11-20) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) ##### Added - Reintroduce `max-w-screen-*` utilities that read from the `--breakpoint` namespace as deprecated utilities ([#​15013](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15013)) - Support using CSS variables as arbitrary values without `var(…)` by using parentheses instead of square brackets (e.g. `bg-(--my-color)`) ([#​15020](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15020)) - Add new `in-*` variant ([#​15025](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15025)) - Bundle `@tailwindcss/forms`, `@tailwindcss/typography`, and `@tailwindcss/aspect-ratio` with the standalone CLI ([#​15028](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15028)) - Allow `addUtilities()` and `addComponents()` to work with child combinators and other complex selectors ([#​15029](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15029)) - Support colors that use `` in JS configs and plugins ([#​15033](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15033)) - Add new `transition-discrete` and `transition-normal` utilities for `transition-behavior` ([#​15051](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15051)) - *Upgrade (experimental)*: Migrate `[&>*]` to the `*` variant ([#​15022](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15022)) - *Upgrade (experimental)*: Migrate `[&_*]` to the `**` variant ([#​15022](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15022)) - *Upgrade (experimental)*: Warn when trying to migrating a project that is not on Tailwind CSS v3 ([#​15015](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15015)) - *Upgrade (experimental)*: Migrate colors that use `` in JS configs ([#​15033](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15033)) ##### Fixed - Ensure `flex` is suggested ([#​15014](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15014)) - Improve module resolution for `cjs`-only and `esm`-only plugins ([#​15041](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15041)) - Perform `calc(…)` on just values for negative `-rotate-*` utilities, not on the `rotateX/Y/Z(…)` functions themselves ([#​15044](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15044)) - *Upgrade (experimental)*: Resolve imports when specifying a CSS entry point on the command-line ([#​15010](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15010)) - *Upgrade (experimental)*: Resolve nearest Tailwind config file when CSS file does not contain `@config` ([#​15001](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15001)) - *Upgrade (experimental)*: Improve output when CSS imports can not be found ([#​15038](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15038)) - *Upgrade (experimental)*: Ignore analyzing imports with external URLs (e.g.: `@import "https://fonts.google.com"`) ([#​15040](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15040)) - *Upgrade (experimental)*: Ignore analyzing imports with `url(…)` (e.g.: `@import url("https://fonts.google.com")`) ([#​15040](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15040)) - *Upgrade (experimental)*: Use `resolveJsId` when resolving `tailwindcss/package.json` ([#​15041](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15041)) - *Upgrade (experimental)*: Ensure children of Tailwind root file are not considered Tailwind root files ([#​15048](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15048)) ##### Changed - Bring back support for color opacity modifiers to read from `--opacity-*` theme values ([#​14278](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14278))

Configuration

📅 Schedule: Branch creation - "on the first day of the month before 4:00am" in timezone UTC, 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.



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

mui-bot commented 3 weeks ago

Netlify deploy preview

https://deploy-preview-795--base-ui.netlify.app/

Generated by :no_entry_sign: dangerJS against ea821daceb661712aa1b4819468904ba8df44123

vladmoroz commented 5 days ago

Has to be updated together with the PostCSS plugin I'll do a manual upgrade again at some point

renovate[bot] commented 5 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (4.0.0-alpha.35). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.