[PR #155] [MERGED] build(deps-dev): Bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.0 #218

Closed
opened 2025-11-20 04:13:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/155
Author: @dependabot[bot]
Created: 10/14/2025
Status: Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner

Base: mainHead: dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.0


📝 Commits (1)

  • 5769304 build(deps-dev): Bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.0

📊 Changes

2 files changed (+6 additions, -14 deletions)

View changed files

📝 package-lock.json (+5 -13)
📝 package.json (+1 -1)

📄 Description

Bumps prettier-plugin-tailwindcss from 0.6.14 to 0.7.0.

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/155 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.7.0` --- ### 📝 Commits (1) - [`5769304`](https://github.com/community-scripts/ProxmoxVE-Local/commit/5769304939b62c873f3b976b2167d3a5ed58177b) build(deps-dev): Bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.0 ### 📊 Changes **2 files changed** (+6 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -13) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.14 to 0.7.0. <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.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.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/e03702a49d4ff413b4a8740f3a59a26afa60a8e6"><code>e03702a</code></a> 0.7.0</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/cc87f7b2712440000f82e8c1e12ce2573b1892ee"><code>cc87f7b</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/7b9e2a72c827a9055e8305bc66dabe0c10549b90"><code>7b9e2a7</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/95a3d4efa89a3f876bb7c23a2d26389b4ce766b3"><code>95a3d4e</code></a> Support regex matches for attributes and function names (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/405">#405</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/a195f719641db60f0ee89bc3742c98316d5d06cb"><code>a195f71</code></a> Allow sorting classes inside function calls in Twig templates (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/358">#358</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/5916b34c6a782c134787fd2e57627f67fae22393"><code>5916b34</code></a> Bump embedded Tailwind CSS versions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/402">#402</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/f9f28a3d8586bf8fe877752b0d9e95547fbafdd0"><code>f9f28a3</code></a> Bump Jiti to v2.6 (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/401">#401</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/39bf3d31d91374913e32e1ebf89d86e35ced24f4"><code>39bf3d3</code></a> Fix whitespace removal caused by re-parsing at-rules (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/400">#400</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/919349cef525a2ecc2470ac9439e2b9b9b3537f2"><code>919349c</code></a> Add bundled v4 fallback (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/390">#390</a>)</li> <li><a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/30f8d8e99418fdc0cb013ecd06b67f652ee3903c"><code>30f8d8e</code></a> Fix whitespace removal inside nested concat and template expressions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/396">#396</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.0">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.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:13:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#218