Skip to content

Commit

Permalink
Update dependency prettier-plugin-tailwindcss to v0.6.4 (#2087)
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 |
|---|---|---|---|---|---|
| [prettier-plugin-tailwindcss](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss) | [`0.6.3` -> `0.6.4`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.5.14/0.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-tailwindcss/0.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-tailwindcss/0.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-tailwindcss/0.5.14/0.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-tailwindcss/0.5.14/0.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)</summary>

### [`v0.6.4`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#064---2024-06-12)

[Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.3...v0.6.4)

-   Export `PluginOptions` type ([#&#8203;292](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/292))

### [`v0.6.3`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#063---2024-06-11)

[Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.2...v0.6.3)

-   Improve detection of string concatenation ([#&#8203;288](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/288))

### [`v0.6.2`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#062---2024-06-07)

[Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.2)

##### Changed

-   Only remove duplicate Tailwind classes ([#&#8203;277](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/277))
-   Make sure escapes in classes are preserved in string literals ([#&#8203;286](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/286))

### [`v0.6.1`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#061---2024-05-31)

[Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.0...v0.6.1)

##### Added

-   Add new `tailwindPreserveDuplicates` option to disable removal of duplicate classes ([#&#8203;276](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/276))

##### Fixed

-   Improve handling of whitespace removal when concatenating strings ([#&#8203;276](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/276))
-   Fix a bug where Angular expressions may produce invalid code after sorting ([#&#8203;276](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/276))
-   Disabled whitespace and duplicate class removal for Liquid and Svelte ([#&#8203;276](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/276))

### [`v0.6.0`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#060---2024-05-30)

[Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...v0.6.0)

##### Changed

-   Remove duplicate classes ([#&#8203;272](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/272))
-   Remove extra whitespace around classes ([#&#8203;272](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/272))

</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 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent dcc03fb commit 26f4487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"fast-glob": "3.3.2",
"got": "14.4.1",
"picocolors": "1.0.1",
"prettier-plugin-tailwindcss": "0.6.3",
"prettier-plugin-tailwindcss": "0.6.4",
"prompts": "2.4.2",
"tar": "7.1.0",
"update-check": "1.5.4",
Expand Down

0 comments on commit 26f4487

Please sign in to comment.