Skip to content

Commit

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

---

### Release Notes

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

###
[`v1.7.15`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@&#8203;headlessui-react/CHANGELOG.md#&#8203;1715---2023-06-01)

[Compare
Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected])

##### Added

- \[internal] add demo mode to `Menu` and `Popover` components
([#&#8203;2448](https://togithub.com/tailwindlabs/headlessui/pull/2448))

##### Fixed

- Ensure `FocusTrap` is only active when the given `enabled` value is
`true`
([#&#8203;2456](https://togithub.com/tailwindlabs/headlessui/pull/2456))
- Stop `<Transition appear>` from overwriting classes on re-render
([#&#8203;2457](https://togithub.com/tailwindlabs/headlessui/pull/2457))
- Improve control over `Menu` and `Listbox` options while searching
([#&#8203;2471](https://togithub.com/tailwindlabs/headlessui/pull/2471))
- Consider clicks inside iframes to be "outside"
([#&#8203;2485](https://togithub.com/tailwindlabs/headlessui/pull/2485))
- Ensure moving focus within a `Portal` component, does not close the
`Popover` component
([#&#8203;2492](https://togithub.com/tailwindlabs/headlessui/pull/2492))

##### Changed

- Move `types` condition to the front
([#&#8203;2469](https://togithub.com/tailwindlabs/headlessui/pull/2469))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 7954f75 commit fa4e5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.7.14",
"@headlessui/react": "1.7.15",
"@heroicons/react": "2.0.18",
"@tailwindcss/typography": "0.5.9",
"autoprefixer": "10.4.14",
Expand Down

0 comments on commit fa4e5d1

Please sign in to comment.