chore(deps): update dependency prettier-plugin-tailwindcss to ^0.8.0 #141

Open
renovate wants to merge 1 commit from renovate/prettier-plugin-tailwindcss-0.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-tailwindcss ^0.6.14^0.8.0 age confidence

Release Notes

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

v0.8.0

Compare Source

Changed
  • Require at least Prettier 3.7.x (#​420)
Added
  • Export public sorting APIs to /sorter (#​438)
Fixed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
  • Improve config resolution caching with directory-based cache (#​432)
  • Load compatible plugins on demand and tighten plugin detection (#​437)
  • Load v3/v4 modules only when needed (#​439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#​440)
  • Remove unused deps (#​441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#​442)
  • Skip visiting non-node children (#​443)
  • Optimize whitespace-only class detection (#​429)
  • Fix v3 config loading with Jiti re-exports (#​448)
  • Collapse whitespace in template literals with adjacent quasis (#​427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#​428)

v0.7.4

Compare Source

Same as v0.7.2, since v0.7.3 contained breaking changes.

v0.7.3

Compare Source

Changed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
Fixed
  • Collapse whitespace in template literals with adjacent quasis (#​427)

v0.7.2

Compare Source

Fixed
  • Load compatible plugins sequentially to work around race conditions in Node.js (#​412)
  • Fix compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#​418)

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)

Configuration

📅 Schedule: (UTC)

  • 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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | [`^0.6.14` → `^0.8.0`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.14/0.8.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-tailwindcss/0.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-tailwindcss/0.6.14/0.8.0?slim=true) | --- ### Release Notes <details> <summary>tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)</summary> ### [`v0.8.0`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#080---2026-04-27) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.4...v0.8.0) ##### Changed - Require at least Prettier 3.7.x ([#&#8203;420](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420)) ##### Added - Export public sorting APIs to `/sorter` ([#&#8203;438](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/438)) ##### Fixed - Remove top-level await ([#&#8203;420](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420)) - Improve load-time performance ([#&#8203;420](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420)) - Improve config resolution caching with directory-based cache ([#&#8203;432](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/432)) - Load compatible plugins on demand and tighten plugin detection ([#&#8203;437](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/437)) - Load v3/v4 modules only when needed ([#&#8203;439](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/439)) - Remove recast/ast-types deps and optimize dynamic JS attribute handling ([#&#8203;440](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/440)) - Remove unused deps ([#&#8203;441](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/441)) - Use the plugin that has already been imported rather than dynamically importing it again ([#&#8203;442](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/442)) - Skip visiting non-node children ([#&#8203;443](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/443)) - Optimize whitespace-only class detection ([#&#8203;429](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/429)) - Fix v3 config loading with Jiti re-exports ([#&#8203;448](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/448)) - Collapse whitespace in template literals with adjacent quasis ([#&#8203;427](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/427)) - Improve `canCollapseWhitespaceIn` handling for `"tailwindPreserveWhitespace": true` ([#&#8203;428](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/428)) ### [`v0.7.4`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases/tag/v0.7.4) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.3...v0.7.4) Same as v0.7.2, since v0.7.3 contained breaking changes. ### [`v0.7.3`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases/tag/v0.7.3) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.2...v0.7.3) ##### Changed - Remove top-level await ([#&#8203;420](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420)) - Improve load-time performance ([#&#8203;420](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420)) ##### Fixed - Collapse whitespace in template literals with adjacent quasis ([#&#8203;427](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/427)) ### [`v0.7.2`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#072---2025-12-01) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.1...v0.7.2) ##### Fixed - Load compatible plugins sequentially to work around race conditions in Node.js ([#&#8203;412](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/412)) - Fix compatibility with `prettier-plugin-svelte` when using Prettier v3.7+ ([#&#8203;418](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/418)) ### [`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)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/prettier-plugin-tailwindcss-0.x:renovate/prettier-plugin-tailwindcss-0.x
git switch renovate/prettier-plugin-tailwindcss-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/prettier-plugin-tailwindcss-0.x
git switch renovate/prettier-plugin-tailwindcss-0.x
git rebase main
git switch main
git merge --ff-only renovate/prettier-plugin-tailwindcss-0.x
git switch renovate/prettier-plugin-tailwindcss-0.x
git rebase main
git switch main
git merge --no-ff renovate/prettier-plugin-tailwindcss-0.x
git switch main
git merge --squash renovate/prettier-plugin-tailwindcss-0.x
git switch main
git merge --ff-only renovate/prettier-plugin-tailwindcss-0.x
git switch main
git merge renovate/prettier-plugin-tailwindcss-0.x
git push origin main
Sign in to join this conversation.
No description provided.