Skip to content

Commit

Permalink
Update dependency @headlessui/react to v1.7.14 (#1096)
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.13` ->
`1.7.14`](https://renovatebot.com/diffs/npm/@headlessui%2freact/1.7.13/1.7.14)
|
[![age](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.14/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.14/compatibility-slim/1.7.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.14/confidence-slim/1.7.13)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.7.14`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@&#8203;headlessui-react/CHANGELOG.md#&#8203;1714---2023-04-12)

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

##### Fixed

- Fix focus styles showing up when using the mouse
([#&#8203;2347](https://togithub.com/tailwindlabs/headlessui/pull/2347))
- Fix "Can't perform a React state update on an unmounted component."
when using the `Transition` component
([#&#8203;2374](https://togithub.com/tailwindlabs/headlessui/pull/2374))
- Add `FocusTrap` event listeners once document has loaded
([#&#8203;2389](https://togithub.com/tailwindlabs/headlessui/pull/2389))
- Fix `className` hydration for `<Transition appear>`
([#&#8203;2390](https://togithub.com/tailwindlabs/headlessui/pull/2390))
- Improve `Combobox` types to improve false positives
([#&#8203;2411](https://togithub.com/tailwindlabs/headlessui/pull/2411))
- Merge `className` correctly when it’s a function
([#&#8203;2412](https://togithub.com/tailwindlabs/headlessui/pull/2412))

##### Added

- Add `form` prop to form-like components such as `RadioGroup`,
`Switch`, `Listbox`, and `Combobox`
([#&#8203;2356](https://togithub.com/tailwindlabs/headlessui/pull/2356))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent f78e23b commit 440a270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "1.7.13",
"@headlessui/react": "1.7.14",
"@monaco-editor/react": "4.5.0",
"@plaiceholder/next": "2.5.0",
"@react-three/drei": "9.61.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2264,15 +2264,15 @@ __metadata:
languageName: node
linkType: hard

"@headlessui/react@npm:1.7.13":
version: 1.7.13
resolution: "@headlessui/react@npm:1.7.13"
"@headlessui/react@npm:1.7.14":
version: 1.7.14
resolution: "@headlessui/react@npm:1.7.14"
dependencies:
client-only: ^0.0.1
peerDependencies:
react: ^16 || ^17 || ^18
react-dom: ^16 || ^17 || ^18
checksum: 132e5fce86978b9a6fd9d669fb556acec783debcd8f510c99226b3b3229dad50a13aeed69fc9af66465fc7029487ecfc46e6226f14218b760d5a309e08c0d059
checksum: 9122114d7a618877a8da2ada000422ce82e6af47195e414076fa5cf45687709479eb30b0df414eed52079be6e5904151bc92e4acfafbdde2592c608f015c490e
languageName: node
linkType: hard

Expand Down Expand Up @@ -20549,7 +20549,7 @@ __metadata:
"@babel/core": 7.21.4
"@babel/preset-react": ^7.18.6
"@babel/runtime": 7.21.0
"@headlessui/react": 1.7.13
"@headlessui/react": 1.7.14
"@heroicons/react": 2.0.17
"@jest/types": 29.5.0
"@mdx-js/react": 2.3.0
Expand Down

1 comment on commit 440a270

@vercel
Copy link

@vercel vercel bot commented on 440a270 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.