From 2ff9676af18f52d87043ddd3e6a41a42b9096559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:09:41 +0000 Subject: [PATCH] Update dependency @headlessui/react to v1.7.4 (#662) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@headlessui/react](https://togithub.com/tailwindlabs/headlessui) | [`1.7.3` -> `1.7.4`](https://renovatebot.com/diffs/npm/@headlessui%2freact/1.7.3/1.7.4) | [![age](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.4/compatibility-slim/1.7.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.4/confidence-slim/1.7.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tailwindlabs/headlessui ### [`v1.7.4`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#​174---2022-11-03) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.3...@headlessui/react@v1.7.4) ##### Fixed - Fix `` crash ([#​1889](https://togithub.com/tailwindlabs/headlessui/pull/1889)) - Expose `close` function for `Menu` and `Menu.Item` components ([#​1897](https://togithub.com/tailwindlabs/headlessui/pull/1897)) - Fix `useOutsideClick`, add improvements for ShadowDOM ([#​1914](https://togithub.com/tailwindlabs/headlessui/pull/1914)) - Fire ``'s `onChange` handler when changing the value internally ([#​1916](https://togithub.com/tailwindlabs/headlessui/pull/1916)) - Add `client-only` to mark everything as client components ([#​1981](https://togithub.com/tailwindlabs/headlessui/pull/1981)) ##### Added - Warn when changing components between controlled and uncontrolled ([#​1878](https://togithub.com/tailwindlabs/headlessui/issues/1878))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2544f129b..6dffe4289 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build-storybook": "build-storybook" }, "dependencies": { - "@headlessui/react": "1.7.3", + "@headlessui/react": "1.7.4", "@monaco-editor/react": "4.4.6", "@plaiceholder/next": "2.5.0", "@react-three/drei": "9.40.0",