Skip to content

Commit

Permalink
Bump @headlessui/react from 2.1.9 to 2.1.10 (#636)
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 2.1.9 to 2.1.10.
<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/v2"><code>@​v2</code></a>.1.10</h2>
<h3>Fixed</h3>
<ul>
<li>Use <code>React.JSX</code> instead of deprecated global
<code>JSX</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/3511">#3511</a>)</li>
<li>Fix crash in <code>ListboxOptions</code> when using
<code>as={Fragment}</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/3513">#3513</a>)</li>
</ul>
</blockquote>
</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>[2.1.10] - 2024-10-10</h2>
<h3>Fixed</h3>
<ul>
<li>Use <code>React.JSX</code> instead of deprecated global
<code>JSX</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/3511">#3511</a>)</li>
<li>Fix crash in <code>ListboxOptions</code> when using
<code>as={Fragment}</code> (<a
href="https://redirect.github.com/tailwindlabs/headlessui/pull/3513">#3513</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/5eb3b12a95a980397d4cf055f120691911631e85"><code>5eb3b12</code></a>
2.1.10 - <code>@​headlessui/react</code></li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/a4953a2b11e61e3c8ef9be8b03add7f75969bd5a"><code>a4953a2</code></a>
Fix crash in <code>ListboxOptions</code> when using
<code>as={Fragment}</code> (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3513">#3513</a>)</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/3b047fc6702e32feea0638700764eaad4cda2e12"><code>3b047fc</code></a>
update changelog</li>
<li><a
href="https://github.com/tailwindlabs/headlessui/commit/13d882957b3ee3116c06ef7a8df2889c048743f3"><code>13d8829</code></a>
Use <code>React.JSX</code> instead of <code>JSX</code> (<a
href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3511">#3511</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/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=2.1.9&new-version=2.1.10)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2024
1 parent 2e41da2 commit dbfc58b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/react-testing": "^4.0.0",
"@headlessui/react": "^2.1.9",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit dbfc58b

Please sign in to comment.