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

Update dependency prettier-plugin-tailwindcss to ^0.6.0 #13

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier-plugin-tailwindcss ^0.1.4 -> ^0.6.0 age adoption passing confidence

Release Notes

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

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)

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
  • Updated Prettier peer dependency (#​197)

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)

v0.1.12

Compare Source

Added
  • Add support for Glimmer / Handlebars (#​83)

v0.1.11

Compare Source

Changed
  • Update prettier-plugin-svelte to v2.7.0 (#​77)
Fixed
  • Fix sorting in Svelte :else blocks (#​79)

v0.1.10

Compare Source

Removed
  • Remove whitespace tidying and duplicate class removal due to issues with whitespace removal (#​72)

v0.1.9

Compare Source

Added
  • Add license file (#​64)
  • Add whitespace tidying and duplicate class removal (#​70)

v0.1.8

Compare Source

Changed
  • Use Tailwind's getClassOrder API when available (#​57)
Fixed
  • Fix Tailwind config file resolution when Prettier config file is not present (#​62)

v0.1.7

Compare Source

Fixed
  • Fix single quotes being converted to double quotes (#​51)

v0.1.6

Compare Source

Fixed
  • Fix error when no Prettier options provided (#​46)

v0.1.5

Compare Source

Added
  • Add support for MDX (#​30)
Fixed
  • Fix error when formatting Svelte files that contain let:class attributes (#​24)

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.

@vercel
Copy link

vercel bot commented Jun 3, 2023

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

Name Status Preview Comments Updated (UTC)
blog-xlkv ❌ Failed (Inspect) May 31, 2024 8:59am

@renovate renovate bot changed the title Update dependency prettier-plugin-tailwindcss to ^0.3.0 Update dependency prettier-plugin-tailwindcss to ^0.4.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 487294f to 9f3c5cf Compare July 12, 2023 08:50
@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 9f3c5cf to 60266b4 Compare August 10, 2023 23:25
@renovate renovate bot changed the title Update dependency prettier-plugin-tailwindcss to ^0.4.0 Update dependency prettier-plugin-tailwindcss to ^0.5.0 Aug 10, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 10, 2023

⚠ 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: package-lock.json
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: tailwind-nextjs-starter-blog@1.5.6
npm ERR! Found: prettier@2.8.8
npm ERR! node_modules/prettier
npm ERR!   dev prettier@"^2.5.1" from the root project
npm ERR!   peer prettier@"2 || 3" from @ianvs/prettier-plugin-sort-imports@4.1.0
npm ERR!   node_modules/@ianvs/prettier-plugin-sort-imports
npm ERR!     peerOptional @ianvs/prettier-plugin-sort-imports@"*" from prettier-plugin-tailwindcss@0.5.1
npm ERR!     node_modules/prettier-plugin-tailwindcss
npm ERR!       dev prettier-plugin-tailwindcss@"^0.5.0" from the root project
npm ERR!   2 more (@shopify/prettier-plugin-liquid, @trivago/prettier-plugin-sort-imports)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"^3.0" from prettier-plugin-tailwindcss@0.5.1
npm ERR! node_modules/prettier-plugin-tailwindcss
npm ERR!   dev prettier-plugin-tailwindcss@"^0.5.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/376e03/1777d2/cache/others/npm/_logs/2023-08-10T23_25_02_595Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/376e03/1777d2/cache/others/npm/_logs/2023-08-10T23_25_02_595Z-debug-0.log

@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from 60266b4 to 0e16e47 Compare May 31, 2024 08:59
@renovate renovate bot changed the title Update dependency prettier-plugin-tailwindcss to ^0.5.0 Update dependency prettier-plugin-tailwindcss to ^0.6.0 May 31, 2024
Copy link
Contributor Author

renovate bot commented May 31, 2024

⚠️ 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: tailwind-nextjs-starter-blog@1.5.6
npm error Found: prettier@2.8.8
npm error node_modules/prettier
npm error   dev prettier@"^2.5.1" from the root project
npm error   peer prettier@"2 || 3" from @ianvs/prettier-plugin-sort-imports@4.2.1
npm error   node_modules/@ianvs/prettier-plugin-sort-imports
npm error     peerOptional @ianvs/prettier-plugin-sort-imports@"*" from prettier-plugin-tailwindcss@0.6.0
npm error     node_modules/prettier-plugin-tailwindcss
npm error       dev prettier-plugin-tailwindcss@"^0.6.0" from the root project
npm error   3 more (@shopify/prettier-plugin-liquid, ...)
npm error
npm error Could not resolve dependency:
npm error peer prettier@"^3.0" from prettier-plugin-tailwindcss@0.6.0
npm error node_modules/prettier-plugin-tailwindcss
npm error   dev prettier-plugin-tailwindcss@"^0.6.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-31T08_59_39_100Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-31T08_59_39_100Z-debug-0.log

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