build(deps-dev): bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.2 #100

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2 into main
dependabot[bot] commented 2025-12-01 23:41:34 +01:00 (Migrated from github.com)

Bumps prettier-plugin-tailwindcss from 0.6.14 to 0.7.2.

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.7.2

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

Fixed

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

v0.7.0

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)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.7.2] - 2025-12-01

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)

[0.7.1] - 2025-10-17

Fixed

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

[0.7.0] - 2025-10-14

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)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.14 to 0.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases">prettier-plugin-tailwindcss's releases</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <h3>Fixed</h3> <ul> <li>Load compatible plugins sequentially to work around race conditions in Node.js (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/412">#412</a>)</li> <li>Fix compatibility with <code>prettier-plugin-svelte</code> when using Prettier v3.7+ (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/418">#418</a>)</li> </ul> <h2>v0.7.1</h2> <h3>Fixed</h3> <ul> <li>Match against correct name of dynamic attributes when using regexes (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/410">#410</a>)</li> </ul> <h2>v0.7.0</h2> <h3>Added</h3> <ul> <li>Format quotes in <code>@source</code>, <code>@plugin</code>, and <code>@config</code> (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387">#387</a>)</li> <li>Sort in function calls in Twig (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358">#358</a>)</li> <li>Sort in callable template literals (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367">#367</a>)</li> <li>Sort in function calls mixed with property accesses (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367">#367</a>)</li> <li>Support regular expression patterns for attributes (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405">#405</a>)</li> <li>Support regular expression patterns for function names (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405">#405</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386">#386</a>)</li> <li>Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386">#386</a>)</li> <li>Fallback to Tailwind CSS v4 instead of v3 by default (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390">#390</a>)</li> <li>Don't augment global Prettier <code>ParserOptions</code> and <code>RequiredOptions</code> types (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354">#354</a>)</li> <li>Drop support for <code>prettier-plugin-import-sort</code> (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385">#385</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Handle quote escapes in LESS when sorting <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392">#392</a>)</li> <li>Fix whitespace removal inside nested concat and template expressions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396">#396</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md">prettier-plugin-tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[0.7.2] - 2025-12-01</h2> <h3>Fixed</h3> <ul> <li>Load compatible plugins sequentially to work around race conditions in Node.js (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/412">#412</a>)</li> <li>Fix compatibility with <code>prettier-plugin-svelte</code> when using Prettier v3.7+ (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/418">#418</a>)</li> </ul> <h2>[0.7.1] - 2025-10-17</h2> <h3>Fixed</h3> <ul> <li>Match against correct name of dynamic attributes when using regexes (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/410">#410</a>)</li> </ul> <h2>[0.7.0] - 2025-10-14</h2> <h3>Added</h3> <ul> <li>Format quotes in <code>@source</code>, <code>@plugin</code>, and <code>@config</code> (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387">#387</a>)</li> <li>Sort in function calls in Twig (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358">#358</a>)</li> <li>Sort in callable template literals (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367">#367</a>)</li> <li>Sort in function calls mixed with property accesses (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367">#367</a>)</li> <li>Support regular expression patterns for attributes (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405">#405</a>)</li> <li>Support regular expression patterns for function names (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405">#405</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386">#386</a>)</li> <li>Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386">#386</a>)</li> <li>Fallback to Tailwind CSS v4 instead of v3 by default (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390">#390</a>)</li> <li>Don't augment global Prettier <code>ParserOptions</code> and <code>RequiredOptions</code> types (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354">#354</a>)</li> <li>Drop support for <code>prettier-plugin-import-sort</code> (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385">#385</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Handle quote escapes in LESS when sorting <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392">#392</a>)</li> <li>Fix whitespace removal inside nested concat and template expressions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396">#396</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/28beb4e008b913414562addec4abb8ab261f3828"><code>28beb4e</code></a> 0.7.2</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/63d859de03c981856332695704dda4d4b068127c"><code>63d859d</code></a> Tweak <code>overrides</code></li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/bd7ff3cf984c4efe4879a4da243ce8c3aeb8d256"><code>bd7ff3c</code></a> Fix install issue</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/90e56c36507ebfcfa91b1f1d398a330c6fc3b699"><code>90e56c3</code></a> Fix plugin compatibility with Prettier v3.7+ (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/418">#418</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/dd02e91c60c7b07dbf22b0fda134db9707899a22"><code>dd02e91</code></a> Add test for subpath imports</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/908f1695b303529913daabab55ab77fa584d45a3"><code>908f169</code></a> Don’t use <code>Promise.all</code> when dynamically loading compatible plugins (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/412">#412</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/a0fea3f3c235bf602f8f0af94693d99d02fd98c0"><code>a0fea3f</code></a> 0.7.1</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/56fa1fcc0570c94459aa854c46051ab65169c062"><code>56fa1fc</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/42aca0cfa235e8d072d5b05a9150433e89062745"><code>42aca0c</code></a> Match against correct name of dynamic attributes when using regexes (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/410">#410</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/3a58565c952ce219239a451321995ff3c8c48510"><code>3a58565</code></a> Fix building on windows</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier-plugin-tailwindcss&package-manager=npm_and_yarn&previous-version=0.6.14&new-version=0.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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 dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2:dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git switch dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2

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 dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git switch dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git switch dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git switch main
git merge --squash dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git switch main
git merge --ff-only dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git switch main
git merge dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.2
git push origin main
Sign in to join this conversation.
No description provided.