Skip to content

Commit

Permalink
Bump @headlessui/react from 1.6.4 to 1.7.14 in /ui (#131)
Browse files Browse the repository at this point in the history
Bumps
[@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react)
from 1.6.4 to 1.7.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/headlessui/releases"><code>@​headlessui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​headlessui/react</code><a
href="https://github.com/v1"><code>@​v1</code></a>.7.14</h2>
<h3>Fixed</h3>
<ul>
<li>Fix focus styles showing up when using the mouse (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2347">#2347</a>)</li>
<li>Fix &quot;Can't perform a React state update on an unmounted
component.&quot; when using the <code>Transition</code> component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2374">#2374</a>)</li>
<li>Add <code>FocusTrap</code> event listeners once document has loaded
(<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2389">#2389</a>)</li>
<li>Fix <code>className</code> hydration for <code>&lt;Transition
appear&gt;</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2390">#2390</a>)</li>
<li>Improve <code>Combobox</code> types to improve false positives (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2411">#2411</a>)</li>
<li>Merge <code>className</code> correctly when it’s a function (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2412">#2412</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>form</code> prop to form-like components such as
<code>RadioGroup</code>, <code>Switch</code>, <code>Listbox</code>, and
<code>Combobox</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2356">#2356</a>)</li>
</ul>
<h2><code>@​headlessui/react</code><a
href="https://github.com/v1"><code>@​v1</code></a>.7.13</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure <code>Transition</code> component completes if nothing is
transitioning (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2318">#2318</a>)</li>
<li>Enable native label behavior for <code>&lt;Switch&gt;</code> where
possible (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2265">#2265</a>)</li>
<li>Allow root containers from the <code>Dialog</code> component in the
<code>FocusTrap</code> component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2322">#2322</a>)</li>
<li>Fix <code>XYZPropsWeControl</code> and cleanup internal TypeScript
types (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2329">#2329</a>)</li>
<li>Fix invalid warning when using multiple <code>Popover.Button</code>
components inside a <code>Popover.Panel</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2333">#2333</a>)</li>
<li>Fix restore focus to buttons in Safari, when <code>Dialog</code>
component closes (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2326">#2326</a>)</li>
</ul>
<h2><code>@​headlessui/react</code><a
href="https://github.com/v1"><code>@​v1</code></a>.7.12</h2>
<h3>Added</h3>
<ul>
<li>Add explicit props types for every component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2282">#2282</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Ensure the main tree and parent <code>Dialog</code> components are
marked as <code>inert</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2290">#2290</a>)</li>
<li>Fix nested <code>Popover</code> components not opening (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2293">#2293</a>)</li>
<li>Make React types more compatible with other libraries (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2282">#2282</a>)</li>
<li>Fix <code>Dialog</code> cleanup when the <code>Dialog</code> becomes
hidden (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2303">#2303</a>)</li>
</ul>
<h2><code>@​headlessui/react</code><a
href="https://github.com/v1"><code>@​v1</code></a>.7.11</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure we handle <code>null</code> values for the
<code>dataRef</code> correctly (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2258">#2258</a>)</li>
<li>Move <code>aria-multiselectable</code> to
<code>[role=listbox]</code> in the <code>Combobox</code> component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2271">#2271</a>)</li>
<li>Re-focus <code>Combobox.Input</code> when a
<code>Combobox.Option</code> is selected (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2272">#2272</a>)</li>
<li>Ensure we reset the <code>activeOptionIndex</code> if the active
option is unmounted (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2274">#2274</a>)</li>
<li>Improve <code>Ref</code> type for forwarded <code>Switch</code>'s
ref (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2277">#2277</a>)</li>
<li>Start cleanup phase of the <code>Dialog</code> component when going
into the <code>Closing</code> state (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2264">#2264</a>)</li>
</ul>
<h2><code>@​headlessui/react</code><a
href="https://github.com/v1"><code>@​v1</code></a>.7.10</h2>
<h3>Fixed</h3>
<ul>
<li>Revert &quot;Use the <code>import * as React from 'react'</code>
pattern (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2242">#2242</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md"><code>@​headlessui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[1.7.14] - 2023-04-12</h2>
<h3>Fixed</h3>
<ul>
<li>Fix focus styles showing up when using the mouse (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2347">#2347</a>)</li>
<li>Fix &quot;Can't perform a React state update on an unmounted
component.&quot; when using the <code>Transition</code> component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2374">#2374</a>)</li>
<li>Add <code>FocusTrap</code> event listeners once document has loaded
(<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2389">#2389</a>)</li>
<li>Fix <code>className</code> hydration for <code>&lt;Transition
appear&gt;</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2390">#2390</a>)</li>
<li>Improve <code>Combobox</code> types to improve false positives (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2411">#2411</a>)</li>
<li>Merge <code>className</code> correctly when it’s a function (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2412">#2412</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>form</code> prop to form-like components such as
<code>RadioGroup</code>, <code>Switch</code>, <code>Listbox</code>, and
<code>Combobox</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2356">#2356</a>)</li>
</ul>
<h2>[1.7.13] - 2023-03-03</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure <code>Transition</code> component completes if nothing is
transitioning (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2318">#2318</a>)</li>
<li>Enable native label behavior for <code>&lt;Switch&gt;</code> where
possible (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2265">#2265</a>)</li>
<li>Allow root containers from the <code>Dialog</code> component in the
<code>FocusTrap</code> component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2322">#2322</a>)</li>
<li>Fix <code>XYZPropsWeControl</code> and cleanup internal TypeScript
types (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2329">#2329</a>)</li>
<li>Fix invalid warning when using multiple <code>Popover.Button</code>
components inside a <code>Popover.Panel</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2333">#2333</a>)</li>
<li>Fix restore focus to buttons in Safari, when <code>Dialog</code>
component closes (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2326">#2326</a>)</li>
</ul>
<h2>[1.7.12] - 2023-02-24</h2>
<h3>Added</h3>
<ul>
<li>Add explicit props types for every component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2282">#2282</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Ensure the main tree and parent <code>Dialog</code> components are
marked as <code>inert</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2290">#2290</a>)</li>
<li>Fix nested <code>Popover</code> components not opening (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2293">#2293</a>)</li>
<li>Make React types more compatible with other libraries (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2282">#2282</a>)</li>
<li>Fix <code>Dialog</code> cleanup when the <code>Dialog</code> becomes
hidden (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2303">#2303</a>)</li>
</ul>
<h2>[1.7.11] - 2023-02-15</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure we handle <code>null</code> values for the
<code>dataRef</code> correctly (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2258">#2258</a>)</li>
<li>Move <code>aria-multiselectable</code> to
<code>[role=listbox]</code> in the <code>Combobox</code> component (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2271">#2271</a>)</li>
<li>Re-focus <code>Combobox.Input</code> when a
<code>Combobox.Option</code> is selected (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2272">#2272</a>)</li>
<li>Ensure we reset the <code>activeOptionIndex</code> if the active
option is unmounted (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2274">#2274</a>)</li>
<li>Improve <code>Ref</code> type for forwarded <code>Switch</code>'s
ref (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2277">#2277</a>)</li>
<li>Start cleanup phase of the <code>Dialog</code> component when going
into the <code>Closing</code> state (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/2264">#2264</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/c5d2e3b05338d333f02233f2993ec8d40597d569"><code>c5d2e3b</code></a>
1.7.14 - <code>@​headlessui/react</code></li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/7ec06528d905b57124b32b4ae7c6cf5877a8c03e"><code>7ec0652</code></a>
Don't scroll lock when transition isn't showing (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2422">#2422</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/2063132f1a7410c4491fc7aec60525233c5f95ea"><code>2063132</code></a>
Merge <code>className</code> correctly when it’s a function (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2412">#2412</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/c92a84782fa0636a8b3fa04eda1d01350a8b69bc"><code>c92a847</code></a>
Improve <code>Combobox</code> types to improve false positives (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2411">#2411</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/f4e9710bca67c36aaa32a3c878b9fe4e52a1fe2c"><code>f4e9710</code></a>
Fix <code>className</code> hydration for <code>\&lt;Transition
appear&gt;</code> (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2390">#2390</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/d0888b03b57f7e524a8657f2d36f25688bc36258"><code>d0888b0</code></a>
Add <code>FocusTrap</code> event listeners once document has loaded (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2389">#2389</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/d55c77e655317fa354f2837326a8c33e4fe3e9c3"><code>d55c77e</code></a>
[vue] Fix Combobox input disabled state (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2375">#2375</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/fc9a625414bd2dad084936e33926f7e86f5936ac"><code>fc9a625</code></a>
Fix &quot;Can't perform a React state update on an unmounted
component.&quot; when usin...</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/fb612f7580806487e5cc96100a4f66041a744e4a"><code>fb612f7</code></a>
Add <code>form</code> prop to form-like components such as
<code>RadioGroup</code>, <code>Switch</code>, `List...</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/0c0601f87a13d8457d7d0427e521d751c5bd7b0b"><code>0c0601f</code></a>
Fix focus styles showing up when using the mouse (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2347">#2347</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.14/packages/@headlessui-react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@headlessui/react&package-manager=npm_and_yarn&previous-version=1.6.4&new-version=1.7.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2023
1 parent 01d5ffa commit bbc75c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@headlessui/react": "^1.7.14",
"@kubernetes/client-node": "^0.16.3",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/forms": "^0.5.3",
Expand Down
15 changes: 11 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,12 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@headlessui/react@^1.6.4":
version "1.6.4"
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.4.tgz#c73084e23386bef5fb86cd16da3352c3a844bb4c"
integrity sha512-0yqz1scwbFtwljmbbKjXsSGl5ABEYNICVHZnMCWo0UtOZodo2Tpu94uOVgCRjRZ77l2WcTi2S0uidINDvG7lsA==
"@headlessui/react@^1.7.14":
version "1.7.14"
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.14.tgz#75f19552c535113640fe8a3a40e71474f49e89c9"
integrity sha512-znzdq9PG8rkwcu9oQ2FwIy0ZFtP9Z7ycS+BAqJ3R5EIqC/0bJGvhT7193rFf+45i9nnPsYvCQVW4V/bB9Xc+gA==
dependencies:
client-only "^0.0.1"

"@jridgewell/gen-mapping@^0.1.0":
version "0.1.1"
Expand Down Expand Up @@ -1706,6 +1708,11 @@ clean-stack@^2.0.0:
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==

client-only@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==

clone-response@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
Expand Down

0 comments on commit bbc75c1

Please sign in to comment.