Skip to content

chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.2#31

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-plugin-tailwindcss-0.x
Open

chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.2#31
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-plugin-tailwindcss-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

This PR contains the following updates:

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

v0.6.14

Compare Source

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

v0.6.13

Compare Source

  • Prevent Svelte files from breaking when there are duplicate classes (#​359)
  • Ensure prettier-plugin-multiline-arrays and prettier-plugin-jsdoc work when used together with this plugin (#​372)

v0.6.12

Compare Source

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#​366)

v0.6.11

Compare Source

  • Support TypeScript configs and plugins when using v4 (#​342)

v0.6.10

Compare Source

  • Add support for @zackad/prettier-plugin-twig (#​327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#​327)
  • Update Prettier options types (#​325)
  • Don't remove whitespace inside template literals in Svelte (#​332)

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

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

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)

v0.5.6

Compare Source

Fixed
  • Fix sorting inside {{ … }} expressions when using @shopify/prettier-plugin-liquid v1.3+ (#​222)

v0.5.5

Compare Source

Fixed
  • Sort classes inside className in Astro (#​215)
  • Support member access on function calls (#​218)

v0.5.4

Compare Source

Fixed
  • Type tailwindFunctions and tailwindAttributes as optional (#​206)
  • Don’t break @apply … #{'!important'} sorting in SCSS (#​212)

v0.5.3

Compare Source

Fixed
  • Fix CJS __dirname interop on Windows (#​204)

v0.5.2

Compare Source

Fixed
  • Fix intertop with bundled CJS dependencies (#​199)

v0.5.1

Compare Source

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

v0.5.0

Compare Source

Added
  • Sort expressions in Astro's class:list attribute (#​192)
  • Re-enabled support for plugins when using Prettier v3+ (#​195)

v0.4.1

Compare Source

Fixed
  • Don't move partial classes inside Twig attributes (#​184)

v0.4.0

Compare Source

Added
  • Export types for Prettier config (#​162)
  • Add Prettier v3 support (#​179)
Fixed
  • Don't move partial classes inside Liquid script attributes (#​164)
  • Do not split classes by non-ASCII whitespace (#​166)
  • Match tagged template literals with tag expressions (#​169)

v0.3.0

Compare Source

Added
  • Added support for prettier-plugin-marko (#​151)
  • Allow sorting of custom attributes, functions, and tagged template literals (#​155)
Fixed
  • Speed up formatting (#​153)
  • Fix plugin compatibility when loaded with require (#​159)

v0.2.8

Compare Source

Changed
  • Remove support for @prettier/plugin-php (#​152)

v0.2.7

Compare Source

Fixed
  • Don't break liquid tags inside attributes when sorting classes (#​143)

v0.2.6

Compare Source

Added
  • Support ESM and TS config files (#​137)
Fixed
  • Load tailwindcss modules from nearest instance only (#​139)

v0.2.5

Compare Source

Fixed
  • Fix class sorting in capture liquid tag (#​131)

v0.2.4

Compare Source

Fixed
  • Sort class attribute on components and custom elements in Astro (#​129)

v0.2.3

Compare Source

Fixed
  • Don't sort classes in Glimmer concat helper (#​119)
  • Add support for @ianvs/prettier-plugin-sort-imports (#​122)

v0.2.2

Compare Source

Fixed
  • Add prettier plugins to peer dependencies (#​114)
  • Traverse await expression blocks in Svelte (#​118)

v0.2.1

Compare Source

Fixed
  • Fix support for latest Shopify Liquid plugin (#​109)

v0.2.0

Compare Source

Changed
  • Don't bundle prettier-plugin-svelte (#​101)
Added
  • Improve compatibility with other Prettier plugins (#​101, #​102)

v0.1.13

Compare Source

Fixed
  • Fix error when using Angular pipes (#​86)

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 changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.3.0 chore(deps): update dependency prettier-plugin-tailwindcss to v0.4.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 6e1320f to fd71ed4 Compare July 11, 2023 16:39
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.4.0 chore(deps): update dependency prettier-plugin-tailwindcss to v0.4.1 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from fd71ed4 to ccabbcc Compare July 14, 2023 16:15
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.4.1 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.1 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from ccabbcc to d45619f Compare August 10, 2023 16:59
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.1 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.2 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from d45619f to 7e7ff15 Compare August 11, 2023 12:35
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.2 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.3 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 7e7ff15 to 248af68 Compare August 15, 2023 15:15
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.3 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.4 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 248af68 to 129037b Compare August 31, 2023 14:39
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.4 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.5 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 129037b to bdeb0b5 Compare October 3, 2023 19:06
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.5 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.6 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from bdeb0b5 to e89cb97 Compare October 13, 2023 03:38
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.6 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.7 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from e89cb97 to 758872e Compare November 8, 2023 17:12
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.7 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.8 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch 2 times, most recently from 95e160a to e3a4ebd Compare December 6, 2023 01:16
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.8 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.9 Dec 6, 2023
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.9 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.10 Dec 28, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from e3a4ebd to bebf0ef Compare December 28, 2023 18:45
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.10 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.11 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from bebf0ef to 8ddddd7 Compare January 5, 2024 22:27
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.11 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.12 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 8ddddd7 to db0e0f6 Compare March 7, 2024 05:56
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from db0e0f6 to 7329a18 Compare March 27, 2024 19:32
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.12 chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.13 Mar 27, 2024
@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 11, 2024
@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 12, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch 2 times, most recently from a6c502f to 0c6aaac Compare June 17, 2024 19:15
@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 17, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 0c6aaac to 3b371ad Compare August 9, 2024 16:36
@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 9, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 3b371ad to 28c6929 Compare September 24, 2024 16:31
@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.7 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 28c6929 to 05303c0 Compare September 24, 2024 18:38
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.7 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.8 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 05303c0 to d8b1109 Compare November 19, 2024 16:15
@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 19, 2024
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from d8b1109 to b11b6cd Compare January 15, 2025 17:17
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.9 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.10 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from b11b6cd to 0f2c71c Compare January 23, 2025 21:23
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.10 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.11 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 0f2c71c to 09c45ca Compare May 30, 2025 19:29
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.11 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.12 May 30, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 09c45ca to 1a83da4 Compare June 19, 2025 18:06
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.12 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.13 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 1a83da4 to 7ed2228 Compare July 9, 2025 23:52
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.13 chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.14 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 7ed2228 to 867f9e5 Compare October 14, 2025 17:04
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.14 chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.0 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 867f9e5 to bb062ce Compare October 17, 2025 19:34
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.0 chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.1 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from bb062ce to 3e27b79 Compare December 1, 2025 18:08
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.1 chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.2 Dec 1, 2025
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.

0 participants