Skip to content

fix(deps): update dependency @headlessui/react to v2.2.7 #720

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Change Age Confidence
@headlessui/react (source) 2.0.0-alpha.4 -> 2.2.7 age confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.2.7

Compare Source

Fixed
  • Fix incorrect double invocation of menu items, listbox options and combobox options (#​3766)
  • Fix memory leak in SSR environment (#​3767)
  • Ensure programmatic .click() on MenuButton ref works (#​3768)
  • Don't activate hovered items while using the keyboard (#​3769)

v2.2.6

Compare Source

Fixed
  • Fix immediately closing Listbox by requiring some cursor movement (#​3762)

v2.2.5

Compare Source

Fixed
  • Fix listbox closing immediately after opening on touch devices (#​3755)

v2.2.4

Compare Source

Fixed
  • Fix Combobox error (unexpected undefined) when using virtual mode (#​3734)

v2.2.3

Compare Source

Added
  • Add a quick trigger action to the Menu, Listbox and Combobox components (#​3700)
Fixed
  • Fix clicking Label component should open <Input type="file"> (#​3707)
  • Ensure clicking on interactive elements inside Label component works (#​3709)
  • Fix focus not returned to SVG Element (#​3704)
  • Fix Listbox not focusing first or last option on ArrowUp / ArrowDown (#​3721)
  • Performance improvement: only re-render top-level component when nesting components e.g.: Menu inside a Dialog (#​3722)
  • Fix closing Menu when other Menu is opened (#​3726)

v2.2.2

Compare Source

Fixed
  • Improve Menu component performance (#​3685)
  • Improve Listbox component performance (#​3688)
  • Open Menu and Listbox on mousedown (#​3689)
  • Fix Transition component from incorrectly exposing the Closing state (#​3696)
  • Improve Combobox component performance (#​3697)

v2.2.1

Compare Source

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)

v2.2.0

Compare Source

Added

v2.1.10

Compare Source

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

v2.1.9

Compare Source

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)

v2.1.8

Compare Source

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

v2.1.7

Compare Source

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

v2.1.6

Compare Source

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)

v2.1.5

Compare Source

Fixed
  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#​3452)

v2.1.4

Compare Source

Fixed
  • Fix components not closing properly when using the transition prop (#​3448)

v2.1.3

Compare Source

Fixed
  • Ensure Transition component state doesn't change when it becomes hidden (#​3372)
  • Fix closing components using the transition prop, and after scrolling the page (#​3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#​3429)

v2.1.2

Compare Source

Fixed
  • Fix prematurely added anchoring styles on ListboxOptions (#​3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#​3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#​3356)
  • Fix hanging tests when using anchor prop (#​3357)
  • Fix transition and focus prop combination for PopoverPanel component (#​3361)
  • Fix outside click in nested portalled Popover components (#​3362)
  • Fix restoring focus to correct element when closing Dialog component (#​3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#​3366)

v2.1.1

Compare Source

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

v2.1.0

Compare Source

Added
Fixed
  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#​3249)
  • Ensure ComboboxInput does not sync with current value while typing (#​3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#​3190)
  • Improve UX by freezing ComboboxOptions while closing (#​3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#​3250)
  • Prevent focus on Checkbox when it is disabled (#​3251)
  • Use useId instead of React internals (for React 19 compatibility) (#​3254)
  • Cancel outside click behavior on touch devices when scrolling (#​3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#​3303)
Changed
  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#​3284)

v2.0.4

Compare Source

Fixed
  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#​3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#​3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#​3236)
  • Ensure tabbing to a portalled PopoverPanel component moves focus inside (without using PortalGroup) (#​3239)
  • Only handle form reset when defaultValue is used (#​3240)
Deprecated
  • Mark SwitchGroup as deprecated, prefer Field instead (#​3232)
Changed
  • Use native fieldset instead of div by default for Fieldset component (#​3237)

v2.0.3

Compare Source

Fixed
  • Make sure disabling demo mode on Combobox works (#​3182)

v2.0.2

Compare Source

Fixed
  • Improve performance of internal useInertOthers hook (#​3181)

v2.0.1

Compare Source

Fixed
  • Remove accidental deprecation comments on DialogPanel and DialogTitle (#​3176)

v2.0.0

Compare Source

Added
Fixed
  • Fix scroll-locking on iOS (#​2891)
  • Fix cancellation of events when using disabled or aria-disabled attributes (#​2890)
  • Fix unnecessary execution of the displayValue callback in ComboboxInput component (#​3048)
  • Fix types for multiple prop in Combobox component (#​3099)
  • Fix focus handling in ComboboxInput component (#​3065, #​3073)
  • Fix enter transitions in Transition component (#​3074)
  • Fix focus handling in ListboxOptions and MenuItems components (#​3112)
  • Fix horizontal scrolling inside the Dialog component (#​2889)
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
Changed
  • Require React 18 (#​2887, #​3092, #​3131)
  • Always render hidden form input fields for Checkbox, Switch, and RadioGroup components (#​3095)
  • Deprecate the RadioGroup.Option component in favor of new Radio component (#​2887)
  • Deprecate the active prop in favor of new focus prop (#​2887)
  • Dialog is now focused by default instead of the first focusable element (#​2887)
  • Change default tags for ListboxOptions, ListboxOption, ComboboxOptions, ComboboxOption, and TabGroup components (#​3109)
  • Change default tag from div to Fragment on Transition components (#​3110, #​3147)
  • Allow Combobox component to have a null value (#​3064, #​3100)
  • Attempt form submission when pressing enter on the ListboxButton component (#​2972)
  • Deprecate the entered prop on the Transition component (#​3089)
  • Deprecate dot notation for components (#​2887, #​3170)
  • Add frozen value to ComboboxOptions component (#​3126)
  • Remove deprecated DialogBackdrop and DialogOverlay components (#​3171)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented May 6, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
webdev-template Error Error Aug 19, 2025 5:44am

@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 99de55c to 54ddf95 Compare May 6, 2024 21:04
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/react to v2.0.0 fix(deps): update dependency @headlessui/react to v2.0.1 May 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/react to v2.0.1 fix(deps): update dependency @headlessui/react to v2.0.3 May 7, 2024
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 54ddf95 to 175eee1 Compare May 7, 2024 20:13
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 175eee1 to 6b65372 Compare May 8, 2024 19:23
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 6b65372 to 1de99aa Compare May 11, 2024 17:12
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 1de99aa to e035bde Compare May 14, 2024 09:30
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from e035bde to 899d332 Compare May 16, 2024 23:48
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 899d332 to 1e77388 Compare May 23, 2024 16:08
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 1e77388 to e960f3a Compare May 24, 2024 00:03
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from e960f3a to f344049 Compare May 24, 2024 17:18
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from f344049 to b33583a Compare May 24, 2024 18:23
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/react to v2.0.3 fix(deps): update dependency @headlessui/react to v2.0.4 May 25, 2024
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from b33583a to ab2cbc9 Compare May 25, 2024 00:18
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from ab2cbc9 to 7908308 Compare May 29, 2024 23:14
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 53c1193 to ea4f9f5 Compare July 10, 2025 20:28
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from ea4f9f5 to fa4fe44 Compare July 11, 2025 02:09
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from fa4fe44 to 415fb1b Compare July 15, 2025 16:54
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 415fb1b to 4d4ebcf Compare July 19, 2025 02:51
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 4d4ebcf to 2f59c85 Compare July 19, 2025 05:24
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 2f59c85 to faf7371 Compare July 23, 2025 12:29
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/react to v2.2.4 fix(deps): update dependency @headlessui/react to v2.2.5 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from faf7371 to 19465a0 Compare July 24, 2025 21:06
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/react to v2.2.5 fix(deps): update dependency @headlessui/react to v2.2.6 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 19465a0 to 7e65b01 Compare July 30, 2025 15:46
@renovate renovate bot changed the title fix(deps): update dependency @headlessui/react to v2.2.6 fix(deps): update dependency @headlessui/react to v2.2.7 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 7e65b01 to d613ea2 Compare July 31, 2025 05:11
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from d613ea2 to e5e8657 Compare August 1, 2025 02:48
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from e5e8657 to efb5c7f Compare August 8, 2025 21:31
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from efb5c7f to 25d98df Compare August 15, 2025 12:34
@renovate renovate bot force-pushed the renovate/headlessui-react-2.x-lockfile branch from 25d98df to 10c7e84 Compare August 19, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants