Skip to content

build(deps): bump @ark-ui/react from 5.30.0 to 5.34.0#16

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ark-ui/react-5.34.0
Closed

build(deps): bump @ark-ui/react from 5.30.0 to 5.34.0#16
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ark-ui/react-5.34.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps @ark-ui/react from 5.30.0 to 5.34.0.

Release notes

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

@​ark-ui/react@​5.34.0

Added

  • Format: Added Format.Time for formatting time values and examples for basic, date input, seconds, custom AM/PM labels, and locale

Fixed

  • Build: Fixed CJS build issues in downstream Zag.js packages

@​ark-ui/react@​5.33.0

Added

  • Date Picker: Added non-Gregorian calendar support via createCalendar prop (Persian, Buddhist, Islamic, Hebrew, and other calendar systems)

    import { PersianCalendar } from "@internationalized/date"
    function createCalendar(identifier) {
    switch (identifier) {
    case "persian":
    return new PersianCalendar()
    default:
    throw new Error(Unsupported calendar: ${identifier})
    }
    }
    <DatePicker.Root locale="fa-IR" createCalendar={createCalendar}>
    {/* ... */}
    </DatePicker.Root>

  • Date Picker: Added data-type attribute to weekend table header and cell

Fixed

  • Combobox: Fixed onValueChange returning empty items array when using controlled value
  • Popover: Fixed nested popover z-index layering
  • Toast: Fixed types to ensure parent/index are exposed as props and expand/collapse are exposed on the store
  • Radio Group, Listbox, Progress, Segment Group: Fixed group labels rendering orphan label elements; now render as span per W3C ARIA pattern

@​ark-ui/react@​5.32.0

Added

  • Locale: Added useDateFormatter hook for localized date formatting using @internationalized/date
  • Swap: Added new Swap component for toggling between two visual states with CSS animations using dual presence instances
  • Checkbox: Added maxSelectedValues prop to CheckboxGroup to limit the number of selected values

... (truncated)

Changelog

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

[5.34.0] - 2026-02-27

Added

  • Format: Added Format.Time for formatting time values and examples for basic, date input, seconds, custom AM/PM labels, and locale

Fixed

  • Build: Fixed CJS build issues in downstream Zag.js packages

[5.33.0] - 2026-02-26

Added

  • Date Picker: Added non-Gregorian calendar support via createCalendar prop (Persian, Buddhist, Islamic, Hebrew, and other calendar systems)

    import { PersianCalendar } from "@internationalized/date"
    function createCalendar(identifier) {
    switch (identifier) {
    case "persian":
    return new PersianCalendar()
    default:
    throw new Error(Unsupported calendar: ${identifier})
    }
    }
    <DatePicker.Root locale="fa-IR" createCalendar={createCalendar}>
    {/* ... */}
    </DatePicker.Root>

  • Date Picker: Added data-type attribute to weekend table header and cell

Fixed

  • Combobox: Fixed onValueChange returning empty items array when using controlled value
  • Popover: Fixed nested popover z-index layering
  • Toast: Fixed types to ensure parent/index are exposed as props and expand/collapse are exposed on the store
  • Radio Group, Listbox, Progress, Segment Group: Fixed group labels rendering orphan label elements; now render as span per W3C ARIA pattern

[5.32.0] - 2026-02-21

Added

  • Locale: Added useDateFormatter hook for localized date formatting using @internationalized/date

... (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 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 [@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react) from 5.30.0 to 5.34.0.
- [Release notes](https://github.com/chakra-ui/ark/releases)
- [Changelog](https://github.com/chakra-ui/ark/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/ark/commits/@ark-ui/react@5.34.0/packages/react)

---
updated-dependencies:
- dependency-name: "@ark-ui/react"
  dependency-version: 5.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 27, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2026

Superseded by #21.

@dependabot dependabot bot closed this Mar 6, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ark-ui/react-5.34.0 branch March 6, 2026 03:12
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