Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dep][dash](deps): Bump @headlessui/react from 1.7.19 to 2.2.1 in /ui/dashboard #760

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

Bumps @headlessui/react from 1.7.19 to 2.2.1.

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.1

Added

  • Accept tabIndex on the Checkbox component (#3645)
  • Accept tabIndex on the RadioGroup component (#3646)

Fixed

  • Use correct ownerDocument when using internal Portal component (#3594)
  • Bump @tanstack/react-virtual to fix warnings in React 19 projects (#3588)
  • Fix aria-invalid attributes to have a valid 'true' value (#3639)
  • Add missing invalid prop to Combobox component (#3677)
  • Fix Unexpected undefined crash in Combobox component with virtual mode (#3678)

@​headlessui/react@​v2.2.0

Added

  • Add React 19 support (#3543)

@​headlessui/react@​v2.1.10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

@​headlessui/react@​v2.1.9

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

@​headlessui/react@​v2.1.8

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

@​headlessui/react@​v2.1.7

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

@​headlessui/react@​v2.1.6

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

@​headlessui/react@​v2.1.5

Fixed

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.2.1] - 2025-04-04

Added

  • Accept tabIndex on the Checkbox component (#3645)
  • Accept tabIndex on the RadioGroup component (#3646)

Fixed

  • Use correct ownerDocument when using internal Portal component (#3594)
  • Bump @tanstack/react-virtual to fix warnings in React 19 projects (#3588)
  • Fix aria-invalid attributes to have a valid 'true' value (#3639)
  • Add missing invalid prop to Combobox component (#3677)
  • Fix Unexpected undefined crash in Combobox component with virtual mode (#3678)

[2.2.0] - 2024-10-25

Added

  • Add React 19 support (#3543)

[2.1.10] - 2024-10-10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

[2.1.9] - 2024-10-03

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

[2.1.8] - 2024-09-12

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

[2.1.7] - 2024-09-11

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

[2.1.6] - 2024-09-09

... (truncated)

Commits
  • ef9c172 2.2.1 - @​headlessui/react
  • 9d3b0ff Fix Unexpected undefined crash in Combobox component with virtual mode ...
  • 9a4c030 Add invalid prop to Combobox component (#3677)
  • 20f46dd Accept tabIndex on \<RadioGroup> component (#3646)
  • 466bb07 Accept tabIndex on Checkbox component (#3645)
  • 87252e1 Fix aria-invalid attributes to have a valid 'true' value (#3639)
  • b6f355d update changelog
  • 058a14b Bump @​tanstack/react-virtual (#3588)
  • 03fe3c5 Use correct ownerDocument when using internal \<Portal/> (#3594)
  • d71fb9c 2.2.0 - @​headlessui/react
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.7.19 to 2.2.1.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.1/packages/@headlessui-react)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dashboards UI dashboard dependencies Pull requests that update a dependency file house-keeping General stuff which take time, but doesn't necessarily require new knowledge or is high priority labels Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboards UI dashboard dependencies Pull requests that update a dependency file house-keeping General stuff which take time, but doesn't necessarily require new knowledge or is high priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants