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 ^0.6.0 #54

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

This PR contains the following updates:

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

Release Notes

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

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)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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
Copy link
Contributor Author

renovate bot commented Sep 4, 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
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: kpop-stack-template@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/prettier
npm ERR!   dev prettier@"^2.6.2" from the root project
npm ERR!   peer prettier@"2 || 3" from @ianvs/[email protected]
npm ERR!   node_modules/@ianvs/prettier-plugin-sort-imports
npm ERR!     peerOptional @ianvs/prettier-plugin-sort-imports@"*" from [email protected]
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 [email protected]
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/caf7ca/1596b3/cache/others/npm/_logs/2023-09-04T01_59_50_840Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/caf7ca/1596b3/cache/others/npm/_logs/2023-09-04T01_59_50_840Z-debug-0.log

@netlify
Copy link

netlify bot commented Sep 4, 2023

Deploy Preview for tourmaline-gecko-7df753 failed.

Name Link
🔨 Latest commit e195f77
🔍 Latest deploy log https://app.netlify.com/sites/tourmaline-gecko-7df753/deploys/64f53a1f5f581b0008d27d1c

@renovate renovate bot force-pushed the renovate/prettier-plugin-tailwindcss-0.x branch from e195f77 to 3db2466 Compare May 30, 2024 18:38
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to ^0.5.0 chore(deps): update dependency prettier-plugin-tailwindcss to ^0.6.0 May 30, 2024
Copy link
Contributor Author

renovate bot commented May 30, 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: kpop-stack-template@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/prettier
npm ERR!   dev prettier@"^2.6.2" from the root project
npm ERR!   peer prettier@"2 || 3" from @ianvs/[email protected]
npm ERR!   node_modules/@ianvs/prettier-plugin-sort-imports
npm ERR!     peerOptional @ianvs/prettier-plugin-sort-imports@"*" from [email protected]
npm ERR!     node_modules/prettier-plugin-tailwindcss
npm ERR!       dev prettier-plugin-tailwindcss@"^0.6.0" from the root project
npm ERR!   3 more (@shopify/prettier-plugin-liquid, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"^3.0" from [email protected]
npm ERR! node_modules/prettier-plugin-tailwindcss
npm ERR!   dev prettier-plugin-tailwindcss@"^0.6.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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-30T18_38_40_637Z-debug-0.log

Copy link

netlify bot commented May 30, 2024

Deploy Preview for tourmaline-gecko-7df753 failed.

Name Link
🔨 Latest commit 3db2466
🔍 Latest deploy log https://app.netlify.com/sites/tourmaline-gecko-7df753/deploys/6658c7b8e1046f00086aaff8

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