Skip to content

Commit 397b411

Browse files
chore(deps): update dependency prettier-plugin-tailwindcss to ^0.7.0 (#2214)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier-plugin-tailwindcss](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss) | [`^0.6.12` -> `^0.7.0`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.14/0.7.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-tailwindcss/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-tailwindcss/0.6.14/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)</summary> ### [`v0.7.1`](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#071---2025-10-17) [Compare Source](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.0...v0.7.1) ##### Fixed - Match against correct name of dynamic attributes when using regexes ([#&#8203;410](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/410)) ### [`v0.7.0`](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#070---2025-10-14) [Compare Source](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.0) ##### Added - Format quotes in `@source`, `@plugin`, and `@config` ([#&#8203;387](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387)) - Sort in function calls in Twig ([#&#8203;358](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358)) - Sort in callable template literals ([#&#8203;367](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367)) - Sort in function calls mixed with property accesses ([#&#8203;367](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367)) - Support regular expression patterns for attributes ([#&#8203;405](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405)) - Support regular expression patterns for function names ([#&#8203;405](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405)) ##### Changed - Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file ([#&#8203;386](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386)) - Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file ([#&#8203;386](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386)) - Fallback to Tailwind CSS v4 instead of v3 by default ([#&#8203;390](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390)) - Don't augment global Prettier `ParserOptions` and `RequiredOptions` types ([#&#8203;354](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354)) - Drop support for `prettier-plugin-import-sort` ([#&#8203;385](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385)) ##### Fixed - Handle quote escapes in LESS when sorting `@apply` ([#&#8203;392](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392)) - Fix whitespace removal inside nested concat and template expressions ([#&#8203;396](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql/graphql.github.io). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoic291cmNlIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3230ce2 commit 397b411

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"jsdom": "^26.1.0",
116116
"prettier": "3.5.3",
117117
"prettier-plugin-pkg": "^0.21.0",
118-
"prettier-plugin-tailwindcss": "^0.6.12",
118+
"prettier-plugin-tailwindcss": "^0.7.0",
119119
"remark-frontmatter": "5.0.0",
120120
"remark-lint-first-heading-level": "3.1.2",
121121
"remark-lint-heading-increment": "3.1.2",

pnpm-lock.yaml

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)