Skip to content

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

Merged
stickerdaniel merged 1 commit into
mainfrom
renovate/prettier-plugin-tailwindcss-0.x
Jan 18, 2026
Merged

chore(deps): update dependency prettier-plugin-tailwindcss to ^0.7.0 - autoclosed#9
stickerdaniel merged 1 commit into
mainfrom
renovate/prettier-plugin-tailwindcss-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 28, 2025

This PR contains the following updates:

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

Release Notes

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

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: 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 was generated by Mend Renovate. View the repository job log.

@claude
Copy link
Copy Markdown

claude Bot commented Dec 28, 2025

PR Review: prettier-plugin-tailwindcss v0.6.14 → v0.7.0

Summary

This Renovate PR upgrades prettier-plugin-tailwindcss from v0.6.14 to v0.7.2 (latest in the v0.7.x range). The upgrade includes important fixes and new features.


✅ Code Quality & Best Practices

APPROVED - The changes are minimal and well-scoped:

  • Only updates the plugin version in package.json and bun.lock
  • No breaking changes to the public API
  • Lockfile correctly updated with dependency resolution

📋 Key Changes in v0.7.x

Improvements:

  • Better monorepo support: Loads Tailwind CSS relative to the input file instead of prettier config (relevant for this multi-package structure)
  • Improved Svelte compatibility: v0.7.2 fixes compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#418)
  • Enhanced regex support: Can now use regex patterns for attributes and function names
  • Quote formatting: Formats quotes in @source, @plugin, and @config

Breaking Changes:

  • Drops support for prettier-plugin-import-sort (not used in this project ✅)
  • Falls back to Tailwind v4 instead of v3 by default (this project uses Tailwind v4.1.12, so this is beneficial ✅)
  • No longer augments global Prettier types (better TypeScript practice)

🐛 Potential Issues

NONE IDENTIFIED - This upgrade should be safe:

  1. Svelte compatibility: The v0.7.2 release specifically fixes issues with prettier-plugin-svelte, which this project uses
  2. Tailwind v4: The plugin now defaults to Tailwind v4, matching this project's tailwindcss@^4.1.12
  3. Plugin ordering: Your .prettierrc correctly lists plugins as ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"] which should load sequentially per the v0.7.2 race condition fix

⚡ Performance Considerations

POSITIVE IMPACT:

  • Sequential plugin loading in v0.7.2 fixes race conditions that could cause inconsistent formatting
  • Improved monorepo support reduces plugin initialization overhead
  • No performance regressions expected

🔒 Security Concerns

NONE - This is a dev dependency for code formatting:

  • No runtime impact on the published package
  • No new dependencies introduced with security concerns
  • Mend Renovate has validated the update

🧪 Test Coverage

RECOMMENDATION:
Before merging, verify formatting consistency:

bun run lint  # Should pass without changes

If the linter reports formatting changes, run:

bun run format  # Apply new formatting rules
git diff       # Review what changed

The new version may format Tailwind classes slightly differently due to improved sorting algorithms. Any changes should be cosmetic only.


📝 Lockfile Changes

The bun.lock changes look correct:

  • Removes unused peer dependencies (@auth/core, @convex-dev/auth, @mmailaender/convex-auth-svelte) - these were likely incorrectly listed as workspace peers
  • Adds configVersion field (standard Bun lockfile evolution)
  • Updates plugin hash and removes prettier-plugin-import-sort from optional peers (as expected)

🎯 Recommendation

APPROVE & MERGE

This is a safe, beneficial upgrade that:

  1. Fixes Svelte compatibility issues (critical for this project)
  2. Improves monorepo support
  3. Aligns with your Tailwind v4 usage
  4. Contains no breaking changes affecting your configuration

Before merging:

  1. Ensure CI checks pass
  2. Run bun run lint locally to verify no formatting changes (or accept them if cosmetic)
  3. Consider testing locally with bun run format on a sample file to preview formatting behavior

📚 References

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedprettier-plugin-tailwindcss@​0.6.14 ⏵ 0.7.298 +110010098100

View full report

@stickerdaniel stickerdaniel merged commit 95feea3 into main Jan 18, 2026
3 checks passed
@renovate renovate Bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to ^0.7.0 chore(deps): update dependency prettier-plugin-tailwindcss to ^0.7.0 - autoclosed Jan 18, 2026
@renovate renovate Bot deleted the renovate/prettier-plugin-tailwindcss-0.x branch January 18, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant