leuchtturm-dev / turboprop

MIT License
52 stars 3 forks source link

Update dependencies to ^0.56.0 #2

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@zag-js/dialog ^0.55.0 -> ^0.56.0 age adoption passing confidence
@zag-js/menu ^0.55.0 -> ^0.56.0 age adoption passing confidence
@zag-js/types ^0.55.0 -> ^0.56.0 age adoption passing confidence

Release Notes

chakra-ui/zag (@​zag-js/dialog) ### [`v0.56.0`](https://togithub.com/chakra-ui/zag/blob/HEAD/CHANGELOG.md#0560-0560---2024-06-10) [Compare Source](https://togithub.com/chakra-ui/zag/compare/@zag-js/dialog@0.55.0...@zag-js/dialog@0.56.0) ##### Fixed - **Menu** - Fix issue where using anchor as menuitem hijacks focus prematurely ##### Added - **Presence** - Add support for `immediate` to synchronize the present change immediately instead of deferring to next tick. This should be used when composing components like `Tabs`. - **RadioGroup, Tabs** - Add `data-ssr` to item as a style hook to mimick the indicator styles while in ssr. This improves the visual experience and prevents the indicator flashing on hydration ##### Changed - **Timer \[Breaking]** - Refactor anatomy for timer machine. - Before: `root`, `segment`, `control`, `separator` - After: `root`, `item`, `itemValue`, `itemLabel`, `actionTrigger`, `separator`, ### [`v0.55.0`](https://togithub.com/chakra-ui/zag/blob/HEAD/CHANGELOG.md#0550-0550---2024-06-07) [Compare Source](https://togithub.com/chakra-ui/zag/compare/@zag-js/dialog@0.54.0...@zag-js/dialog@0.55.0) ##### Fixed - **FileUpload** - Fix issue where `onFileAccept` gets called when deleting an item via the delete trigger. Now, only `onFileChange` is called when deleting or calling `api.clearFiles` - **Combobox, Select** - Add missing list part ##### Added - **\[NEW]**: Added new QR Code machine to generate QR codes from text or URLs. ##### Changed

Configuration

📅 Schedule: Branch creation - "before 7am" (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.

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



This PR has been generated by Mend Renovate. View repository job log here.