Skip to content

Commit

Permalink
Update dependency @headlessui/react to v1.7.4 (#662)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>tailwindlabs/headlessui</summary>

###
[`v1.7.4`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@&#8203;headlessui-react/CHANGELOG.md#&#8203;174---2022-11-03)

[Compare
Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.3...@headlessui/react@v1.7.4)

##### Fixed

- Fix `<Popover.Button as={Fragment} />` crash
([#&#8203;1889](https://togithub.com/tailwindlabs/headlessui/pull/1889))
- Expose `close` function for `Menu` and `Menu.Item` components
([#&#8203;1897](https://togithub.com/tailwindlabs/headlessui/pull/1897))
- Fix `useOutsideClick`, add improvements for ShadowDOM
([#&#8203;1914](https://togithub.com/tailwindlabs/headlessui/pull/1914))
- Fire `<Combobox.Input>`'s `onChange` handler when changing the value
internally
([#&#8203;1916](https://togithub.com/tailwindlabs/headlessui/pull/1916))
- Add `client-only` to mark everything as client components
([#&#8203;1981](https://togithub.com/tailwindlabs/headlessui/pull/1981))

##### Added

- Warn when changing components between controlled and uncontrolled
([#&#8203;1878](https://togithub.com/tailwindlabs/headlessui/issues/1878))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 3, 2022
1 parent 659e752 commit 2ff9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 2ff9676

Please sign in to comment.