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

bump(deps): update dependency @headlessui/react to ^1.7.17 #316

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react ^1.7.15 -> ^1.7.17 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v1.7.17

Compare Source

Fixed
  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#​2626)
  • Render <MainTreeNode /> in Popover.Group component only (#​2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#​2635)
  • Don't assume <Tab /> components are available when setting the next index (#​2642)
  • Fix incorrectly focused Combobox.Input component on page load (#​2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#​2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#​2660)
  • Fix hydration of components inside <Suspense> (#​2663)
  • Prevent scrolling when focusing a tab (#​2674)

v1.7.16

Compare Source

Fixed
  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#​2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#​2572)
  • Ensure IME works on Android devices (#​2580)
  • Calculate aria-expanded purely based on the open/closed state (#​2610)
  • Submit form on Enter even if no submit-like button was found (#​2613)

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 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 has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Aug 10, 2023

Deploy Preview for defimetascan failed.

Name Link
🔨 Latest commit 860dc44
🔍 Latest deploy log https://app.netlify.com/sites/defimetascan/deploys/655ea5a3a146130008ade9c6

@github-actions github-actions bot added the kind/dependencies Pull requests that update a dependency file label Aug 10, 2023
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 6 times, most recently from f9ebf4c to 117ffa7 Compare August 17, 2023 10:35
@renovate renovate bot changed the title bump(deps): update dependency @headlessui/react to ^1.7.16 bump(deps): update dependency @headlessui/react to ^1.7.17 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 2 times, most recently from 32df94b to e6a4392 Compare August 24, 2023 00:41
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 3 times, most recently from 2bfed41 to 2555270 Compare September 6, 2023 09:16
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch from 2555270 to dcbbc34 Compare September 22, 2023 02:58
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 4 times, most recently from f70580f to af9a609 Compare October 19, 2023 05:59
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 3 times, most recently from 43bf645 to 6a07b03 Compare November 8, 2023 06:22
Copy link
Contributor Author

renovate bot commented Nov 8, 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: apps/web/pnpm-lock.yaml
[01:06:29.900] INFO (10): Installing tool node v20.10.0...
v20.10.0
10.2.3
0.22.0
[01:06:32.665] INFO (10): Installed tool node in 2.7s.
[01:06:33.145] INFO (53): Installing tool pnpm v8.6.3...
8.6.3
[01:06:34.489] INFO (53): Installed tool pnpm in 1.3s.
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

Your pnpm version is incompatible with "/tmp/worker/471402/40c3fe/repos/github/BirthdayResearch/metascan".

Expected version: >=8.7.5
Got: 8.6.3

This is happening because the package's manifest has an engines.pnpm field specified.
To fix this issue, install the required pnpm version globally.

To install the latest version of pnpm, run "pnpm i -g pnpm".
To check your pnpm version, run "pnpm -v".

@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch from 6a07b03 to 5546f4f Compare November 8, 2023 08:37
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 5 times, most recently from 41cb86e to 6d38a47 Compare November 14, 2023 05:47
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 3 times, most recently from 10a3d97 to c7fa763 Compare November 22, 2023 09:06
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch from c7fa763 to 860dc44 Compare November 23, 2023 01:06
Copy link
Contributor Author

renovate bot commented Nov 23, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^1.7.17). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/headlessui-react-1.x branch November 23, 2023 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant