Skip to content

Commit

Permalink
bump(deps): update dependency @headlessui/react to v1.7.0 (#155)
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.6.6` ->
`1.7.0`](https://renovatebot.com/diffs/npm/@headlessui%2freact/1.6.6/1.7.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.0/compatibility-slim/1.6.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@headlessui%2freact/1.7.0/confidence-slim/1.6.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.7.0`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@&#8203;headlessui-react/CHANGELOG.md#&#8203;170---2022-09-06)

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

##### Added

- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup`
([#&#8203;1482](https://togithub.com/tailwindlabs/headlessui/pull/1482),
[#&#8203;1717](https://togithub.com/tailwindlabs/headlessui/pull/1717),
[#&#8203;1814](https://togithub.com/tailwindlabs/headlessui/pull/1814),
[#&#8203;1815](https://togithub.com/tailwindlabs/headlessui/pull/1815))
- Make form components uncontrollable
([#&#8203;1683](https://togithub.com/tailwindlabs/headlessui/pull/1683))
- Add `@headlessui/tailwindcss` plugin
([#&#8203;1487](https://togithub.com/tailwindlabs/headlessui/pull/1487))

##### Fixed

- Fixed SSR support on Deno
([#&#8203;1671](https://togithub.com/tailwindlabs/headlessui/pull/1671))
- Don’t close dialog when opened during mouse up event
([#&#8203;1667](https://togithub.com/tailwindlabs/headlessui/pull/1667))
- Don’t close dialog when drag ends outside dialog
([#&#8203;1667](https://togithub.com/tailwindlabs/headlessui/pull/1667))
- Fix outside clicks to close dialog when nested, unopened dialogs are
present
([#&#8203;1667](https://togithub.com/tailwindlabs/headlessui/pull/1667))
- Close `Menu` component when using `tab` key
([#&#8203;1673](https://togithub.com/tailwindlabs/headlessui/pull/1673))
- Resync input when display value changes
([#&#8203;1679](https://togithub.com/tailwindlabs/headlessui/pull/1679),
[#&#8203;1755](https://togithub.com/tailwindlabs/headlessui/pull/1755))
- Ensure controlled `Tabs` don't change automagically
([#&#8203;1680](https://togithub.com/tailwindlabs/headlessui/pull/1680))
- Don't scroll lock when a Transition + Dialog is mounted but hidden
([#&#8203;1681](https://togithub.com/tailwindlabs/headlessui/pull/1681))
- Allow `Popover` `close` to be passed directly to `onClick` handlers
([#&#8203;1696](https://togithub.com/tailwindlabs/headlessui/pull/1696))
- Improve outside click on Safari iOS
([#&#8203;1712](https://togithub.com/tailwindlabs/headlessui/pull/1712))
- Improve event handler merging
([#&#8203;1715](https://togithub.com/tailwindlabs/headlessui/pull/1715))
- Fix incorrect scrolling to the bottom when opening a `Dialog`
([#&#8203;1716](https://togithub.com/tailwindlabs/headlessui/pull/1716))
- Improve `Combobox` re-opening keyboard issue on mobile
([#&#8203;1732](https://togithub.com/tailwindlabs/headlessui/pull/1732))
- Ensure `Disclosure.Panel` is properly linked
([#&#8203;1747](https://togithub.com/tailwindlabs/headlessui/pull/1747))
- Only select the active option when using "singular" mode when pressing
`<tab>` in the `Combobox` component
([#&#8203;1750](https://togithub.com/tailwindlabs/headlessui/pull/1750))
- Improve the types of the `Combobox` component
([#&#8203;1761](https://togithub.com/tailwindlabs/headlessui/pull/1761))
- Only restore focus to the `Menu.Button` if necessary when activating a
`Menu.Option`
([#&#8203;1782](https://togithub.com/tailwindlabs/headlessui/pull/1782))
- Don't scroll when wrapping around in focus trap
([#&#8203;1789](https://togithub.com/tailwindlabs/headlessui/pull/1789))
- Fix `Transition` component's incorrect cleanup and order of events
([#&#8203;1803](https://togithub.com/tailwindlabs/headlessui/pull/1803))
- Ensure enter transitions work when using `unmount={false}`
([#&#8203;1811](https://togithub.com/tailwindlabs/headlessui/pull/1811))
- Improve accessibility when announcing `Listbox.Option` and
`Combobox.Option` components
([#&#8203;1812](https://togithub.com/tailwindlabs/headlessui/pull/1812))
- Fix `ref` stealing from children
([#&#8203;1820](https://togithub.com/tailwindlabs/headlessui/pull/1820))
- Expose the `value` from the `Combobox` and `Listbox` components render
prop
([#&#8203;1822](https://togithub.com/tailwindlabs/headlessui/pull/1822))
- Improve `scroll lock` on iOS
([#&#8203;1824](https://togithub.com/tailwindlabs/headlessui/pull/1824))
- Fix maximum call stack size exceeded error on `Tab` component when
using `as={Fragment}`
([#&#8203;1826](https://togithub.com/tailwindlabs/headlessui/pull/1826))
- Fix "blank" screen on initial load of `Transition` component
([#&#8203;1823](https://togithub.com/tailwindlabs/headlessui/pull/1823))

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

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/BirthdayResearch/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTIuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5Mi4zIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2022
1 parent 990b712 commit 0c5d437
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contented-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"export": "next build && next-sitemap && next export"
},
"dependencies": {
"@headlessui/react": "1.6.6",
"@headlessui/react": "1.7.0",
"@heroicons/react": "2.0.10",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "0.5.4",
Expand Down

0 comments on commit 0c5d437

Please sign in to comment.