Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.9 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier-plugin-tailwindcss 0.5.6 -> 0.6.9 age adoption passing confidence

Release Notes

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

v0.6.9

Compare Source

  • Introduce tailwindStylesheet option to replace tailwindEntryPoint (#​330)

v0.6.8

Compare Source

v0.6.7

Compare Source

  • Improved performance with large Svelte, Liquid, and Angular files (#​312)
  • Add support for @plugin and @config in v4 (#​316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#​317)

v0.6.6

Compare Source

  • Add support for prettier-plugin-multiline-arrays (#​299)
  • Add resolution cache for known plugins (#​301)
  • Support Tailwind CSS v4.0.0-alpha.19 (#​310)

v0.6.5

Compare Source

  • Only re-apply string escaping when necessary (#​295)

v0.6.4

Compare Source

  • Export PluginOptions type (#​292)

v0.6.3

Compare Source

  • Improve detection of string concatenation (#​288)

v0.6.2

Compare Source

Changed
  • Only remove duplicate Tailwind classes (#​277)
  • Make sure escapes in classes are preserved in string literals (#​286)

v0.6.1

Compare Source

Added
  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#​276)
Fixed
  • Improve handling of whitespace removal when concatenating strings (#​276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#​276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#​276)

v0.6.0

Compare Source

Changed
  • Remove duplicate classes (#​272)
  • Remove extra whitespace around classes (#​272)

v0.5.14

Compare Source

Fixed
  • Fix detection of v4 projects on Windows (#​265)

v0.5.13

Compare Source

Added
  • Add support for @zackad/prettier-plugin-twig-melody (#​255)

v0.5.12

Compare Source

Added
  • Add support for prettier-plugin-sort-imports (#​241)
  • Add support for Tailwind CSS v4.0 (#​249)

v0.5.11

Compare Source

Changed
  • Bumped bundled version of Tailwind CSS to v3.4.1 (#​240)

v0.5.10

Compare Source

Changed
  • Bumped bundled version of Tailwind CSS to v3.4 (#​235)

v0.5.9

Compare Source

Fixed
  • Fixed location of embedded preflight CSS file (#​231)

v0.5.8

Compare Source

Added
  • Re-enable support for prettier-plugin-marko (#​229)

v0.5.7

Compare Source

Fixed
  • Fix sorting inside dynamic custom attributes (#​225)

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.

@renovate renovate bot requested a review from slugb0t as a code owner May 12, 2024 02:57
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 496c3cb to b7e9eb5 Compare June 3, 2024 17:46
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.14 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.1 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from b7e9eb5 to 886215f Compare June 11, 2024 02:22
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.1 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.2 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 886215f to 2e11ffb Compare June 15, 2024 08:21
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.2 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.3 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 2e11ffb to c4c0271 Compare June 17, 2024 05:10
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.3 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.4 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from c4c0271 to 3ec8b1a Compare June 22, 2024 03:00
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.4 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.5 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 3ec8b1a to 9fca020 Compare August 14, 2024 02:46
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.5 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.6 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 9fca020 to 7b49fc6 Compare September 28, 2024 08:42
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.6 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.8 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 7b49fc6 to b4f3809 Compare November 23, 2024 08:34
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.8 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.9 Nov 23, 2024
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.

0 participants