adevinta / spark

✨ Simple, Modular & Accessible UI Components for your React Applications
https://sparkui.vercel.app
MIT License
70 stars 20 forks source link

build(npm): bump @zag-js/react from 0.53.0 to 0.55.0 #2213

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps @zag-js/react from 0.53.0 to 0.55.0.

Release notes

Sourced from @​zag-js/react's releases.

@​zag-js/react@​0.55.0

Patch Changes

  • Updated dependencies []:
    • @​zag-js/core@​0.55.0
    • @​zag-js/store@​0.55.0
    • @​zag-js/types@​0.55.0

@​zag-js/react@​0.54.0

Patch Changes

  • Updated dependencies [590c177]:
    • @​zag-js/core@​0.54.0
    • @​zag-js/store@​0.54.0
    • @​zag-js/types@​0.54.0
Changelog

Sourced from @​zag-js/react's changelog.

0.55.0 - 2024-06-07

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

0.54.0 - 2024-06-05

Changed

  • All Machines

    Update all machines to use prop getters everywhere. This helps to improve render performance and reduce breaking changes in the future.

    rootProps -> getRootProps()
    labelProps -> getLabelProps()
    
Commits


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 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)
andresin87 commented 3 months ago

@Powerplex maybe the error is for the props factory changes

dependabot[bot] commented 3 months ago

Superseded by #2228.