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

chore(deps): update all-major (major) #1530

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 1.7.19 -> 2.2.0 age adoption passing confidence
@headlessui/react (source) ^1.7.19 -> ^2.2.0 age adoption passing confidence
@rollup/plugin-commonjs (source) 25.0.7 -> 28.0.2 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.2.3 -> 16.0.0 age adoption passing confidence
@rollup/plugin-typescript (source) 11.1.6 -> 12.1.2 age adoption passing confidence
@testing-library/react 14.3.1 -> 16.1.0 age adoption passing confidence
@types/diff (source) 5.2.1 -> 6.0.0 age adoption passing confidence
@types/express (source) 4.17.21 -> 5.0.0 age adoption passing confidence
@types/react (source) 18.3.1 -> 19.0.1 age adoption passing confidence
@types/react (source) ^18.3.1 -> ^19.0.0 age adoption passing confidence
@types/react (source) 18.3.3 -> 19.0.1 age adoption passing confidence
@types/react (source) 18.3.2 -> 19.0.1 age adoption passing confidence
@types/react (source) ^18.3.3 -> ^19.0.0 age adoption passing confidence
@types/react (source) ^18.2.78 -> ^19.0.0 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 19.0.2 age adoption passing confidence
@types/react-dom (source) ^18.3.0 -> ^19.0.0 age adoption passing confidence
@vitest/ui (source) 1.6.0 -> 2.1.8 age adoption passing confidence
diff ^5.2.0 -> ^7.0.0 age adoption passing confidence
drupal/gutenberg (source) ^2.8.0 -> ^3.0.5 age adoption passing confidence
drupal/gutenberg (source) ^2.8.0 -> ^3.0.0 age adoption passing confidence
drupal/linkit (source) ^6.1.4 -> ^7.0.0 age adoption passing confidence
glob 10.3.14 -> 11.0.0 age adoption passing confidence
glob 8.0.3 -> 11.0.0 age adoption passing confidence
happy-dom 14.10.1 -> 15.11.7 age adoption passing confidence
jsdom ^24.1.0 -> ^25.0.0 age adoption passing confidence
react (source) ^18.3.1 -> ^19.0.0 age adoption passing confidence
react (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react (source) >=18.3.1 -> >=19.0.0 age adoption passing confidence
react (source) >=18.2.0 -> >=19.0.0 age adoption passing confidence
react-dom (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react-dom (source) >=18.3.1 -> >=19.0.0 age adoption passing confidence
react-dom (source) ^18.3.1 -> ^19.0.0 age adoption passing confidence
react-intl (source) ^6.6.5 -> ^7.0.4 age adoption passing confidence
react-intl (source) 6.6.6 -> 7.0.4 age adoption passing confidence
remeda (source) ^1.61.0 -> ^2.18.0 age adoption passing confidence
tar ^6.2.1 -> ^7.4.3 age adoption passing confidence
verdaccio (source) 5.30.3 -> 6.0.3 age adoption passing confidence
vite (source) 5.2.11 -> 6.0.3 age adoption passing confidence
vite (source) ^5.3.5 -> ^6.0.0 age adoption passing confidence
vite-plugin-dts 3.9.1 -> 4.3.0 age adoption passing confidence
vitest (source) 1.6.0 -> 2.1.8 age adoption passing confidence
vitest (source) ^1.6.0 -> ^2.0.0 age adoption passing confidence
vitest (source) 1.5.0 -> 2.1.8 age adoption passing confidence
vitest (source) ^1.6.0 -> ^2.1.8 age adoption passing confidence
vitest (source) ^1.5.0 -> ^2.0.0 age adoption passing confidence
zustand 4.5.2 -> 5.0.2 age adoption passing confidence
zustand ^4.5.2 -> ^5.0.2 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

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
  • Fix issues spreading omitted props onto components (#​3313)
  • Fix initial anchor="selection" positioning (#​3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#​3327)
  • Fix incorrect Transition boundary for Dialog component (#​3331)

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)
  • 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](http

Configuration

📅 Schedule: Branch creation - "before 3am on thursday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 4 times, most recently from 47fc239 to 285cd86 Compare May 26, 2024 18:36
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 7 times, most recently from 1ba54a5 to 5658c1e Compare June 6, 2024 18:46
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 2 times, most recently from f283739 to 5ab3660 Compare June 11, 2024 03:30
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 6 times, most recently from b4c1b02 to 5910ae5 Compare June 26, 2024 08:06
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 8 times, most recently from dc6d13f to e6e15e7 Compare July 5, 2024 17:48
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 3 times, most recently from 9319cdc to d76f9b1 Compare July 6, 2024 17:16
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 9 times, most recently from 76342bb to be36006 Compare December 14, 2024 03:51
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 4 times, most recently from b23f9b2 to 1f767c9 Compare December 18, 2024 19:54
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 7 times, most recently from 783bacc to 5278851 Compare January 1, 2025 15:52
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 7 times, most recently from 1f50f23 to 74e9ff2 Compare January 8, 2025 22:05
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch from 74e9ff2 to 83497f9 Compare January 14, 2025 17:21
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch from 83497f9 to 9891544 Compare January 15, 2025 16:57
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