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 @tailwindcss/forms to ^0.5.0 #28

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 3, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/forms ^0.3.2 -> ^0.5.0 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.9

Compare Source

Fixed
  • Fallback to static chevron color if theme is using variables (#​167)

v0.5.8

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​163)

v0.5.7

Compare Source

Fixed
  • Use normal checkbox and radio appearance in forced-colors mode (#​152)

v0.5.6

Compare Source

Fixed
  • Fix date time bottom spacing on MacOS Safari (#​146)

v0.5.5

Compare Source

Fixed
  • Fix text alignment on date and time inputs on iOS (#​144)

v0.5.4

Compare Source

Fixed
  • Remove chevron for selects with a non-default size (#​137)
  • Allow for without type (#​141)

v0.5.3

Compare Source

Fixed
  • Update TypeScript types (#​126)

v0.5.2

Compare Source

Added
  • Add TypeScript type declarations (#​118)

v0.5.1

Compare Source

Fixed
  • Remove duplicate outline property (#​116)
  • Fix autoprefixer warning about color-adjust (#​115)

v0.5.0

Compare Source

Changed
  • Generate both global styles and classes by default (#​71)

v0.4.1

Compare Source

Added
  • Remove dist folder and related dependencies (#​96)
Fixed
  • Use addComponents for class strategy (#​91)
  • Fix extra height on Safari date/time inputs (#​109)

v0.4.0

Compare Source

Changed
  • Update color palette references for v3 (#​83)
  • Don't read outline.none value from config (#​89)

v0.3.4

Compare Source

Fixed
  • Fix compatibility with optimizeUniversalDefaults experimental feature in Tailwind CSS v2.2 (#​81)

v0.3.3

Compare Source

Fixed
  • Fix typo in selector when using class strategy that breaks background colors on checkboxes and radio buttons (#​72)

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 @tailwindcss/forms to v0.3.3 chore(deps): update dependency @tailwindcss/forms to v0.3.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/tailwindcss-forms-0.x branch from dd0a7cc to f79397b Compare October 18, 2021 21:24
@renovate renovate bot force-pushed the renovate/tailwindcss-forms-0.x branch from f79397b to f1af6fe Compare March 7, 2022 16:11
@renovate renovate bot changed the title chore(deps): update dependency @tailwindcss/forms to v0.3.4 chore(deps): update dependency @tailwindcss/forms to v0.5.0 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 7, 2022

⚠ 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: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/tailwindcss
npm ERR!   dev tailwindcss@"^2.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer tailwindcss@">=3.0.0 || >= 3.0.0-alpha.1" from @tailwindcss/[email protected]
npm ERR! node_modules/@tailwindcss/forms
npm ERR!   dev @tailwindcss/forms@"^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/renovate-cache/others/npm/_logs/2022-11-20T09_34_06_722Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-11-20T09_34_06_722Z-debug-0.log

@renovate renovate bot force-pushed the renovate/tailwindcss-forms-0.x branch from f1af6fe to 4ed652f Compare May 15, 2022 20:39
@renovate renovate bot changed the title chore(deps): update dependency @tailwindcss/forms to v0.5.0 chore(deps): update dependency @tailwindcss/forms to v0.5.1 May 15, 2022
@renovate renovate bot force-pushed the renovate/tailwindcss-forms-0.x branch from 4ed652f to 582d74e Compare June 18, 2022 22:31
@renovate renovate bot changed the title chore(deps): update dependency @tailwindcss/forms to v0.5.1 chore(deps): update dependency @tailwindcss/forms to v0.5.2 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/tailwindcss-forms-0.x branch from 582d74e to 3a49386 Compare September 25, 2022 22:07
@renovate renovate bot changed the title chore(deps): update dependency @tailwindcss/forms to v0.5.2 chore(deps): update dependency @tailwindcss/forms to v0.5.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/tailwindcss-forms-0.x branch from 3a49386 to b726b06 Compare November 20, 2022 09:34
@renovate renovate bot changed the title chore(deps): update dependency @tailwindcss/forms to v0.5.3 chore(deps): update dependency @tailwindcss/forms to ^0.5.0 Nov 20, 2022
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