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/toast from 0.48.0 to 0.81.2 #2621

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps @zag-js/toast from 0.48.0 to 0.81.2.

Release notes

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

@​zag-js/toast@​0.81.2

Patch Changes

  • Updated dependencies [e9313a3]:
    • @​zag-js/dom-query@​0.81.2
    • @​zag-js/dismissable@​0.81.2
    • @​zag-js/anatomy@​0.81.2
    • @​zag-js/core@​0.81.2
    • @​zag-js/types@​0.81.2
    • @​zag-js/utils@​0.81.2

@​zag-js/toast@​0.81.1

Patch Changes

  • Updated dependencies []:
    • @​zag-js/anatomy@​0.81.1
    • @​zag-js/core@​0.81.1
    • @​zag-js/types@​0.81.1
    • @​zag-js/utils@​0.81.1
    • @​zag-js/dismissable@​0.81.1
    • @​zag-js/dom-query@​0.81.1
Changelog

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

0.81.2 - 2025-01-13

Fixed

  • File Upload: Improve click detection for dropzone and add support for disableClick prop on dropzone

  • General: Don't reset form-related components if reset event is cancelled

0.81.1 - 2025-01-10

Fixed

  • Hover Card, Tooltip: Fix issue where controlled open state could get into an inconsistent machine state during the opening or closing state.

  • Tour: Remove zIndex from elements in favor of userland control.

  • Steps: Fix issue where onStepComplete is not implemented

0.81.0 - 2025-01-07

Fixed

  • Vue: Fix issue where svg viewBox attribute handling between client and server

  • Pagination: Fix issue where page range could return incorrect end value when pageSize is greater than count

Added

  • [NEW] Preact: Add support for Preact

  • TreeCollection: Add support for new methods

    • getPreviousSibling: Get the previous sibling node of the given node.
    • getNextSibling: Get the next sibling node of the given node.
    • remove: Remove the given node from the collection.
  • Tabs: Add support for navigate context property to handle custom router navigations when trigger is rendered as a link.

Here's a React example usage with the tabs machine.

const [state, send] = useMachine(
  tabs.machine({
    id: useId(),
    value: "nils",
    // use router.push to navigate to the selected tab
    navigate(details) {
      router.push(`#${details.value}`)
</tr></table> 

... (truncated)

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 <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)

Bumps [@zag-js/toast](https://github.com/chakra-ui/zag) from 0.48.0 to 0.81.2.
- [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/toast@0.48.0...@zag-js/toast@0.81.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the automerge Instructs Mergify to queue this pull request for automatic merging label Jan 13, 2025
Copy link

changeset-bot bot commented Jan 13, 2025

⚠️ No Changeset found

Latest commit: fec488f

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2025

Superseded by #2622.

@dependabot dependabot bot closed this Jan 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zag-js/toast-0.81.2 branch January 17, 2025 21:31
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