Skip to content

build(deps): bump @zag-js/core and @chakra-ui/react in /AposentAI/hooks/frontend#36

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/AposentAI/hooks/frontend/multi-9c55ba5c46
Open

build(deps): bump @zag-js/core and @chakra-ui/react in /AposentAI/hooks/frontend#36
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/AposentAI/hooks/frontend/multi-9c55ba5c46

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 13, 2025

Bumps @zag-js/core to 1.21.0 and updates ancestor dependency @chakra-ui/react. These dependencies need to be updated together.

Updates @zag-js/core from 0.82.1 to 1.21.0

Changelog

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

1.21.0 - 2025-07-26

Added

  • File Upload: Add api.transforming to track file transformation state when using transformFiles. This enables developers to show loading states during file processing.

Fixed

  • Dialog
    • Sync content --layer-index with positioner and backdrop
    • Decouple trapFocus from modal so it's possible to set modal=false and trapFocus=true

1.20.1 - 2025-07-23

Fixed

  • Date Picker: Fixed issue where hovered range was connect to selected values, when it shouldn't

  • Tree View: Fixed issue where tree view doesn't scroll into view when content overflows.

1.20.0 - 2025-07-22

Fixed

  • Date Picker: Fix date comparison issues when time components are involved. This resolves critical issues with date comparison operations when different date types (CalendarDate, CalendarDateTime, ZonedDateTime) are mixed, particularly in scenarios involving time components.

Added

  • Date Picker: Added hover range preview support for date picker range selection. Added inHoveredRange, firstInHoveredRange, and lastInHoveredRange properties to DayTableCellState with corresponding data attributes data-in-hover-range, data-hover-range-start, and data-hover-range-end.

    Hover range states are only active when not overlapping with actual selected range, enabling distinct styling for hover preview vs actual selection in range mode.

1.19.0 - 2025-07-20

Added

  • File Upload: Add support for programmatically controlling the accepted files via acceptedFiles and defaultAcceptedFiles

  • Signature Pad: Add support for programmatically controlling the paths via paths and defaultPaths props.

1.18.5 - 2025-07-19

Added

... (truncated)

Commits

Updates @chakra-ui/react from 3.8.0 to 3.24.2

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.24.2

Patch Changes

  • 333b063 Thanks @​segunadebayo! - Fix issue where using asChild with invalid child elements or React.lazy components would throw an error.

    This issue more commonly occurs when composing with Next.js Link component.

    import { Breadcrumb } from "@chakra-ui/react"
    import Link from "next/link"
    export default function Page() {
    return (
    <Breadcrumb.Root>
    {/* 🧨 Throws an error */}
    <Breadcrumb.Link asChild>
    <Link href="#">aaaa</Link>
    </Breadcrumb.Link>
    </Breadcrumb.Root>
    )
    }

@​chakra-ui/react@​3.24.1

Patch Changes

@​chakra-ui/react@​3.24.0

Minor Changes

  • #10164 79971c0 Thanks @​segunadebayo! - Add new codeblock component with support for highlight.js and shiki.

    <CodeBlock.AdapterProvider value={shikiAdapter}>
      <CodeBlock.Root code="console.log('Hello, world!')" language="tsx">
        <CodeBlock.Content>

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

3.24.2

Patch Changes

  • 333b063 Thanks @​segunadebayo! - Fix issue where using asChild with invalid child elements or React.lazy components would throw an error.

    This issue more commonly occurs when composing with Next.js Link component.

    import { Breadcrumb } from "@chakra-ui/react"
    import Link from "next/link"
    export default function Page() {
    return (
    <Breadcrumb.Root>
    {/* 🧨 Throws an error */}
    <Breadcrumb.Link asChild>
    <Link href="#">aaaa</Link>
    </Breadcrumb.Link>
    </Breadcrumb.Root>
    )
    }

3.24.1

Patch Changes

3.24.0

Minor Changes

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@zag-js/core](https://github.com/chakra-ui/zag) to 1.21.0 and updates ancestor dependency [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react). These dependencies need to be updated together.


Updates `@zag-js/core` from 0.82.1 to 1.21.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/core@0.82.1...@zag-js/core@1.21.0)

Updates `@chakra-ui/react` from 3.8.0 to 3.24.2
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.24.2/packages/react)

---
updated-dependencies:
- dependency-name: "@zag-js/core"
  dependency-version: 1.21.0
  dependency-type: indirect
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.24.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants