Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

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

Release notes

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

@​ark-ui/react@​5.34.1

Fixed

  • Carousel:
    • Fixed issue where carousel inside a Portal (e.g., Dialog) computes incorrect page count due to incomplete DOM layout at mount time
    • Keep page and indicators in sync after drag release and scroll settling
    • Handle rapid mixed interactions (drag, wheel, buttons, indicators) more consistently
    • Keep page state valid when slidesPerPage, slidesPerMove, direction, or orientation change
    • Make slidesPerMove progression more predictable
  • Combobox, Listbox, Select: Improved controlled-mode synchronization and callback/item resolution behavior across filtered collections

Changed

  • Format: Format.Time now accepts amLabel and pmLabel as separate props instead of the previous amPmLabels object

@​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>

... (truncated)

Changelog

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

[5.34.1] - 2026-03-03

Fixed

  • Carousel:
    • Fixed issue where carousel inside a Portal (e.g., Dialog) computes incorrect page count due to incomplete DOM layout at mount time
    • Keep page and indicators in sync after drag release and scroll settling
    • Handle rapid mixed interactions (drag, wheel, buttons, indicators) more consistently
    • Keep page state valid when slidesPerPage, slidesPerMove, direction, or orientation change
    • Make slidesPerMove progression more predictable
  • Combobox, Listbox, Select: Improved controlled-mode synchronization and callback/item resolution behavior across filtered collections

Changed

  • Format: Format.Time now accepts amLabel and pmLabel as separate props instead of the previous amPmLabels object

[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}>

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 6, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ark-ui/react-5.34.1 branch 2 times, most recently from bbdcf55 to 011aca4 Compare March 10, 2026 20:50
Bumps [@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react) from 5.30.0 to 5.34.1.
- [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.1/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ark-ui/react-5.34.1 branch from 011aca4 to c5c1e59 Compare March 10, 2026 20:51
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