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): bump @zag-js/select from 0.48.0 to 0.64.0 #2392

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps @zag-js/select from 0.48.0 to 0.64.0.

Release notes

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

@​zag-js/select@​0.64.0

Minor Changes

  • c1a9ea7 Thanks @​segunadebayo! - BREAKING: Rename Collection class to ListCollection to better reflect its intent.

Patch Changes

  • Updated dependencies [c1a9ea7]:
    • @​zag-js/collection@​0.64.0
    • @​zag-js/anatomy@​0.64.0
    • @​zag-js/core@​0.64.0
    • @​zag-js/types@​0.64.0
    • @​zag-js/utils@​0.64.0
    • @​zag-js/dismissable@​0.64.0
    • @​zag-js/dom-event@​0.64.0
    • @​zag-js/dom-query@​0.64.0
    • @​zag-js/form-utils@​0.64.0
    • @​zag-js/popper@​0.64.0

@​zag-js/select@​0.63.0

Patch Changes

  • Updated dependencies [ca437b9]:
    • @​zag-js/dom-query@​0.63.0
    • @​zag-js/dismissable@​0.63.0
    • @​zag-js/dom-event@​0.63.0
    • @​zag-js/popper@​0.63.0
    • @​zag-js/anatomy@​0.63.0
    • @​zag-js/core@​0.63.0
    • @​zag-js/types@​0.63.0
    • @​zag-js/collection@​0.63.0
    • @​zag-js/utils@​0.63.0
    • @​zag-js/form-utils@​0.63.0
Changelog

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

0.64.0 - 2024-08-01

Fixed

  • NumberInput

    • Fix issue where pressing enter key, doesn't make arrow up and down work as expected

Added

  • Collection

    • Introduce new GridCollection to manage grid base navigation and selection

Changed

  • Collection [BREAKING]

    • Rename Collection class to ListCollection to better reflect its intent

0.63.0 - 2024-07-28

Fixed

  • DatePicker

    • Fix issue where selected date doesn't reflect in input when you click trigger then focus input
    • Fix SSR issue when using getPresetTrigger
  • Slider

    • Fix issue where onValueChangeEnd gets called with incorrect value
  • Timer

    • Fix an issue that action trigger did not emit an event

Added

  • DatePicker

    • Add support for index in getLabelProps

0.62.1 - 2024-07-27

Fixed

  • TimePicker

    • Export missing TimePicker types

... (truncated)

Commits
  • 8c33f2f Version Packages (#1711)
  • 3a5d3e1 fix: types
  • c1a9ea7 refactor: collection -> list-collection and introduce grid collection
  • 15e546e chore(deps): update dependency solid-js to v1.8.19 (#1700)
  • 5e98b07 fix(deps): update dependency @​swc/core to v1.7.3 (#1702)
  • 897419e chore(deps): update dependency preact to v10.23.1 (#1704)
  • 25b2499 fix(deps): update dependency lucide-react to v0.417.0 (#1706)
  • 8d98392 fix(deps): update babel monorepo (#1705)
  • ace6009 fix(deps): update dependency husky to v9.1.4 (#1703)
  • f58ad8c chore(deps): update dependency svelte to v5.0.0-next.202 (#1701)
  • 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)

@dependabot dependabot bot added the automerge Instructs Mergify to queue this pull request for automatic merging label Aug 1, 2024
Copy link

changeset-bot bot commented Aug 1, 2024

⚠️ No Changeset found

Latest commit: e63b8d5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zag-js/select-0.64.0 branch 5 times, most recently from 87bb5b1 to 2d243a3 Compare August 4, 2024 05:33
Bumps [@zag-js/select](https://github.com/chakra-ui/zag) from 0.48.0 to 0.64.0.
- [Release notes](https://github.com/chakra-ui/zag/releases)
- [Changelog](https://github.com/chakra-ui/zag/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/zag/compare/@zag-js/[email protected]...@zag-js/[email protected])

---
updated-dependencies:
- dependency-name: "@zag-js/select"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zag-js/select-0.64.0 branch from 2d243a3 to e63b8d5 Compare August 4, 2024 05:53
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2024

Superseded by #2408.

@dependabot dependabot bot closed this Aug 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zag-js/select-0.64.0 branch August 8, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Instructs Mergify to queue this pull request for automatic merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants