chore(deps): update dependency prettier-plugin-tailwindcss to ^0.7.0 #51

Merged
tommy merged 1 commit from renovate/prettier-plugin-tailwindcss-0.x into main 2025-11-25 20:40:30 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-tailwindcss ^0.6.11 -> ^0.7.0 age confidence

Release Notes

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.7.1

Compare Source

Fixed
  • Match against correct name of dynamic attributes when using regexes (#​410)

v0.7.0

Compare Source

Added
  • Format quotes in @source, @plugin, and @config (#​387)
  • Sort in function calls in Twig (#​358)
  • Sort in callable template literals (#​367)
  • Sort in function calls mixed with property accesses (#​367)
  • Support regular expression patterns for attributes (#​405)
  • Support regular expression patterns for function names (#​405)
Changed
  • Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#​386)
  • Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#​386)
  • Fallback to Tailwind CSS v4 instead of v3 by default (#​390)
  • Don't augment global Prettier ParserOptions and RequiredOptions types (#​354)
  • Drop support for prettier-plugin-import-sort (#​385)
Fixed
  • Handle quote escapes in LESS when sorting @apply (#​392)
  • Fix whitespace removal inside nested concat and template expressions (#​396)

v0.6.14

Compare Source

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

v0.6.13

Compare Source

  • Prevent Svelte files from breaking when there are duplicate classes (#​359)
  • Ensure prettier-plugin-multiline-arrays and prettier-plugin-jsdoc work when used together with this plugin (#​372)

v0.6.12

Compare Source

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#​366)

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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | [`^0.6.11` -> `^0.7.0`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.11/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.11/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://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#071---2025-10-17) [Compare Source](https://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://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/410)) ### [`v0.7.0`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#070---2025-10-14) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.0) ##### Added - Format quotes in `@source`, `@plugin`, and `@config` ([#&#8203;387](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387)) - Sort in function calls in Twig ([#&#8203;358](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358)) - Sort in callable template literals ([#&#8203;367](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367)) - Sort in function calls mixed with property accesses ([#&#8203;367](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367)) - Support regular expression patterns for attributes ([#&#8203;405](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405)) - Support regular expression patterns for function names ([#&#8203;405](https://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://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://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386)) - Fallback to Tailwind CSS v4 instead of v3 by default ([#&#8203;390](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390)) - Don't augment global Prettier `ParserOptions` and `RequiredOptions` types ([#&#8203;354](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354)) - Drop support for `prettier-plugin-import-sort` ([#&#8203;385](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385)) ##### Fixed - Handle quote escapes in LESS when sorting `@apply` ([#&#8203;392](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392)) - Fix whitespace removal inside nested concat and template expressions ([#&#8203;396](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396)) ### [`v0.6.14`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#0614---2025-07-09) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.13...v0.6.14) - Add support for OXC + Hermes Prettier plugins ([#&#8203;376](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376), [#&#8203;380](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/380)) - Sort template literals in Angular expressions ([#&#8203;377](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377)) - Don't repeatedly add backslashes to escape sequences when formatting ([#&#8203;381](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/381)) ### [`v0.6.13`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#0613---2025-06-19) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.12...v0.6.13) - Prevent Svelte files from breaking when there are duplicate classes ([#&#8203;359](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/359)) - Ensure `prettier-plugin-multiline-arrays` and `prettier-plugin-jsdoc` work when used together with this plugin ([#&#8203;372](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/372)) ### [`v0.6.12`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#0612---2025-05-30) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.11...v0.6.12) - Add internal (unsupported) option to load Tailwind CSS using a different package name ([#&#8203;366](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/366)) </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
tommy merged commit 2f3d9f7df5 into main 2025-11-25 20:40:30 +00:00
tommy deleted branch renovate/prettier-plugin-tailwindcss-0.x 2025-11-25 20:40:30 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pub/status-web!51
No description provided.