Skip to content
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

📦 (deps-dev) [email protected] + deps 🌬️ [skip ci] #1719

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/forms 0.5.3 -> 0.5.4 age adoption passing confidence
tailwind-merge 1.13.2 -> 1.14.0 age adoption passing confidence
tailwindcss (source) 3.3.2 -> 3.3.3 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.4

Compare Source

Fixed
  • Remove chevron for selects with a non-default size (#​137)
  • Allow for without type (#​141)
dcastil/tailwind-merge (tailwind-merge)

v1.14.0

Compare Source

New Features
  • Improve support for arbitrary values by @​dcastil in https://github.com/dcastil/tailwind-merge/pull/263
    • Previously, tailwind-merge checked the content of the arbitrary value portion of a class in most cases to understand whether the type of the arbitrary value is correct (e.g. it checked for number followed by length unit for the length type). That lead to the issue that a class like mt-[calc(theme(fontSize.4xl)/1.125)] would not be recognized correctly because no length unit is present in the arbitrary value.
    • I changed the check of the arbitrary value to also pass when a calc(), min(), max() and clamp() function is used in the arbitrary value.
    • In ambiguous cases, you can use data type labels to mark the type of a class. Read more
    • Moreover, I removed the check where the type of the arbitrary value is unambiguous. In the class mt-[…] the arbitrary value can only be a length, so I don't check for it. A consequence of this is that if you use non-Tailwind classes like mt-[this-is-totally-not-tailwind], tailwind-merge will recognize it as a Tailwind class from now on. Please don't use classes that look like Tailwind classes with arbitrary value but aren't Tailwind classes with tailwind-merge (in default config) to prevent incorrect merging behavior.
Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v1.13.2...v1.14.0

tailwindlabs/tailwindcss (tailwindcss)

v3.3.3

Compare Source

Fixed
  • Fix issue where some pseudo-element variants generated the wrong selector (#​10943, #​10962, #​11111)
  • Make font settings propagate into buttons, inputs, etc. (#​10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#​11157)
  • Ensure repeating-conic-gradient is detected as an image (#​11180)
  • Move unknown pseudo-elements outside of :is by default (#​11345)
  • Escape animation names when prefixes contain special characters (#​11470)
  • Don't prefix arbitrary classes in group and peer variants (#​11454)
  • Sort classes using position of first matching rule (#​11504)
  • Allow variant to be an at-rule without a prelude (#​11589)
  • Make PostCSS plugin async to improve performance (#​11548)
  • Don’t error when a config file is missing (f97759f)
Added
Changed
  • Reset padding for <dialog> elements in preflight (#​11069)

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 these updates again.


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

@renovate renovate bot added the 📦️ Dependencies Pull requests that update a dependency file label Jul 14, 2023
@JeromeFitz JeromeFitz changed the title 📦 (deps-dev) tailwind 🌬️ [skip ci] 📦 (deps-dev) [email protected] 🌬️ [skip ci] Jul 17, 2023
@JeromeFitz JeromeFitz changed the title 📦 (deps-dev) [email protected] 🌬️ [skip ci] 📦 (deps-dev) [email protected] + deps 🌬️ [skip ci] Jul 17, 2023
@JeromeFitz JeromeFitz added the 🥳️ LGTM Automerge: Let's Get This Merged label Jul 17, 2023
@kodiakhq kodiakhq bot merged commit d475606 into main Jul 17, 2023
2 checks passed
@kodiakhq kodiakhq bot deleted the deps/tailwind branch July 17, 2023 00:08
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 🥳️ LGTM Automerge: Let's Get This Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant