Skip to content

chore(deps): update dependency prettier-plugin-tailwindcss to v0.8.0#276

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

chore(deps): update dependency prettier-plugin-tailwindcss to v0.8.0#276
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-plugin-tailwindcss-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 17, 2023

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-tailwindcss 0.2.80.8.0 age confidence

Release Notes

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

v0.8.0

Compare Source

Changed
  • Require at least Prettier 3.7.x (#​420)
Added
  • Export public sorting APIs to /sorter (#​438)
Fixed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
  • Improve config resolution caching with directory-based cache (#​432)
  • Load compatible plugins on demand and tighten plugin detection (#​437)
  • Load v3/v4 modules only when needed (#​439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#​440)
  • Remove unused deps (#​441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#​442)
  • Skip visiting non-node children (#​443)
  • Optimize whitespace-only class detection (#​429)
  • Fix v3 config loading with Jiti re-exports (#​448)
  • Collapse whitespace in template literals with adjacent quasis (#​427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#​428)

v0.7.4

Compare Source

Same as v0.7.2, since v0.7.3 contained breaking changes.

v0.7.3

Compare Source

Changed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
Fixed
  • Collapse whitespace in template literals with adjacent quasis (#​427)

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)

Configuration

📅 Schedule: (UTC)

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

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
enaut-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2024 7:04pm

@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from a4eab6e to 49bc1fd Compare December 17, 2023 09:43
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 49bc1fd to 38b9b78 Compare December 17, 2023 12:07
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 38b9b78 to fab0042 Compare December 17, 2023 16:14
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from fab0042 to 618990a Compare December 17, 2023 19:07
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 618990a to e50952e Compare December 17, 2023 21:46
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from e50952e to 532053e Compare December 18, 2023 02:13
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 532053e to 5344cdc Compare December 18, 2023 04:41
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 5344cdc to 88153fa Compare December 18, 2023 11:20
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 88153fa to b0ee08e Compare December 18, 2023 13:26
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from b0ee08e to 954cf7a Compare December 28, 2023 17:20
@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 954cf7a to c922c2d Compare December 29, 2023 22:13
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from c922c2d to 3d2ff54 Compare January 1, 2024 07:53
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 3d2ff54 to 9a088f2 Compare January 1, 2024 09:31
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 9a088f2 to b0d6e36 Compare January 5, 2024 01:34
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 430eb54 to f3ee5be Compare March 6, 2024 20:49
@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 6, 2024
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from f3ee5be to 5c73444 Compare March 26, 2024 23:15
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 5c73444 to ee1bde9 Compare March 27, 2024 01:57
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from ee1bde9 to 8503001 Compare March 27, 2024 04:01
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 8503001 to e467fc1 Compare March 27, 2024 06:34
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from e467fc1 to e7016c1 Compare March 27, 2024 09:18
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from e7016c1 to 4bbe9c1 Compare March 27, 2024 13:43
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 4bbe9c1 to fca5946 Compare March 27, 2024 17:33
@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 force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from fca5946 to 8f72270 Compare March 27, 2024 19:38
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 8f72270 to 7686e2d Compare March 27, 2024 22:23
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 7686e2d to cb17476 Compare March 28, 2024 00:53
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from cb17476 to cdce129 Compare March 28, 2024 05:16
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from cdce129 to dedc851 Compare March 28, 2024 07:55
@renovate renovate Bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from dedc851 to 5c8a3eb Compare March 28, 2024 10:24
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