Skip to content

chore: bump @ark-ui/react from 5.36.1 to 5.36.2 in the npm-production group across 1 directory#424

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm-production-80527687ca
Open

chore: bump @ark-ui/react from 5.36.1 to 5.36.2 in the npm-production group across 1 directory#424
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm-production-80527687ca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the npm-production group with 1 update in the / directory: @ark-ui/react.

Updates @ark-ui/react from 5.36.1 to 5.36.2

Release notes

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

@​ark-ui/react@​5.36.2

@​ark-ui/react

[5.36.2] - 2026-04-22

Fixed

    • Field: Export FieldItem component from the top-level package. The component was previously only accessible via the Field.Item namespace.
  • Fix React Server Components build failure caused by a stray "use client" directive on the shared _virtual/_rolldown/runtime.js helper emitted by vite 8's rolldown backend.

    • DownloadTrigger: Extract the download logic into a useDownload hook. The DownloadTrigger component now simply consumes this hook, making the browser-download behavior reusable outside of the trigger component.

[5.36.1] - 2026-04-14

Fixed

  • Added

    • Popover: Add finalFocusEl and restoreFocus props to control focus behavior when the popover closes. finalFocusEl lets you specify an element to receive focus instead of the trigger, and restoreFocus (default true) controls whether focus returns to the trigger at all.
      <Popover.Root finalFocusEl={() => myInputRef} restoreFocus={false}>
        ...
      </Popover.Root>

    Fixed

    • Color Picker: Fix color value to respect the specified format when setting values via props or setValue. Previously, the internal color object could retain a mismatched format (e.g., RGB when format is hsla), causing inconsistent value objects in onValueChange callbacks.
    • Date Input: Fix min/max constraints resetting other segments mid-keystroke. Validation now defers until the segment is fully typed or on blur.
    • Date Picker: Fix onValueChange not firing when only time segments change in CalendarDateTime or ZonedDateTime values.
    • Navigation Menu: Remove aggressive and redundant default aria-label.

[5.36.0] - 2026-04-10

Added

  • Add new DateInput component for typing dates with keyboard input.
<DateInput.Root>
  <DateInput.Label />
  <DateInput.Control>
    <DateInput.SegmentGroup>
</tr></table> 

... (truncated)

Changelog

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

[5.36.2] - 2026-04-22

Fixed

  • Field: Export FieldItem component from the top-level package. The component was previously only accessible via the Field.Item namespace.

  • Fix React Server Components build failure caused by a stray "use client" directive on the shared _virtual/_rolldown/runtime.js helper emitted by vite 8's rolldown backend.

  • DownloadTrigger: Extract the download logic into a useDownload hook. The DownloadTrigger component now simply consumes this hook, making the browser-download behavior reusable outside of the trigger component.

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-production group with 1 update in the / directory: [@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react).


Updates `@ark-ui/react` from 5.36.1 to 5.36.2
- [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.36.2/packages/react)

---
updated-dependencies:
- dependency-name: "@ark-ui/react"
  dependency-version: 5.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

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

Labels

dependencies design-system javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants