Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-tailwindcss ^0.6.8 -> ^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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the formatter label Nov 21, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 21, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: · Yarn 4.2.2
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: @auto-files/rpc-apis@workspace:*: Workspace not found (@auto-files/rpc-apis@workspace:*)
    at St.getWorkspaceByDescriptor (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:210:3520)
    at l1.getCandidates (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:140:115276)
    at Pd.getCandidates (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:141:1311)
    at Pd.getCandidates (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:141:1311)
    at /tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:210:8409
    at Ky (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:140:53916)
    at Fe (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:210:8389)
    at async Promise.allSettled (index 2)
    at async _c (/tmp/containerbase/cache/.cache/node/corepack/v1/yarn/4.2.2/yarn.js:140:53244)
➤ YN0000: └ Completed in 0s 792ms
➤ YN0000: · Failed with errors in 0s 804ms

@netlify
Copy link

netlify bot commented Nov 21, 2025

Deploy Preview for auto-drive-storage failed. Why did it fail? →

Name Link
🔨 Latest commit 038d2fe
🔍 Latest deploy log https://app.netlify.com/projects/auto-drive-storage/deploys/691fbf47ccd09300081f518d

@netlify
Copy link

netlify bot commented Nov 21, 2025

Deploy Preview for auto-drive-demo failed. Why did it fail? →

Name Link
🔨 Latest commit 038d2fe
🔍 Latest deploy log https://app.netlify.com/projects/auto-drive-demo/deploys/691fbf47e4d02e0007835867

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment @cursor review or bugbot run to trigger another review on this PR

"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.7.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version mismatch between Tailwind CSS and prettier plugin

The prettier-plugin-tailwindcss update to ^0.7.0 defaults to Tailwind CSS v4, but the project uses tailwindcss: ^3.4.1. This mismatch causes the prettier plugin to expect v4 APIs while the project runs v3, potentially breaking class sorting and formatting functionality.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant