Skip to content

Commit

Permalink
chore(deps): update dependency tailwind-merge to v1.12.0 (#133)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tailwind-merge](https://togithub.com/dcastil/tailwind-merge) |
[`1.11.0` ->
`1.12.0`](https://renovatebot.com/diffs/npm/tailwind-merge/1.11.0/1.12.0)
|
[![age](https://badges.renovateapi.com/packages/npm/tailwind-merge/1.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/tailwind-merge/1.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/tailwind-merge/1.12.0/compatibility-slim/1.11.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/tailwind-merge/1.12.0/confidence-slim/1.11.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dcastil/tailwind-merge</summary>

###
[`v1.12.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v1.12.0)

[Compare
Source](https://togithub.com/dcastil/tailwind-merge/compare/v1.11.0...v1.12.0)

With this release tailwind-merge supports all features introduced in
[Tailwind CSS v3.3](https://tailwindcss.com/blog/tailwindcss-v3-3).

##### New Features

- Add support for postfix modifier by
[@&#8203;dcastil](https://togithub.com/dcastil) in
[dcastil/tailwind-merge#214
- This adds support for `line-height` modifiers in `font-size` utilities
like `text-lg/7` and more potential postfix modifiers in the future
([learn
more](https://togithub.com/dcastil/tailwind-merge/blob/v1.12.0/docs/features.md#supports-postfix-modifiers)).
- All classes are checked for postfix modifiers since there will be more
in the future and they'll be configurable with plugins.
- tailwind-merge can't know from the class syntax alone whether
something is a modifier or not. E.g. there is `w-1/2` which doesn't
contain a modifier. So tailwind-merge always checks whether class
without potential modifier exists and if it doesn't it checks for full
class. This behavior might get reversed in the next major version as a
breaking change ([learn
more](https://togithub.com/dcastil/tailwind-merge/issues/215)).
- Added `conflictingClassGroupModifiers` object to tailwind-merge config
([learn
more](https://togithub.com/dcastil/tailwind-merge/blob/v1.12.0/docs/configuration.md#postfix-modifiers-conflicting-with-class-groups)).

**Full Changelog**:
dcastil/tailwind-merge@v1.11.0...v1.12.0

</details>

---

### 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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/sebald/pattern-analyzer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 7, 2023
1 parent 2e9aadf commit 8800d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"react-use": "17.4.0",
"react-use-clipboard": "1.0.9",
"swr": "2.1.2",
"tailwind-merge": "1.11.0",
"tailwind-merge": "1.12.0",
"use-debounce": "9.0.3",
"zod": "3.21.4"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 8800d6a

@vercel
Copy link

@vercel vercel bot commented on 8800d6a Apr 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.