Skip to content

chore(deps): bump the chakra group with 3 updates#412

Merged
rm-hull merged 1 commit intomainfrom
dependabot/npm_and_yarn/chakra-40c766e460
Apr 23, 2026
Merged

chore(deps): bump the chakra group with 3 updates#412
rm-hull merged 1 commit intomainfrom
dependabot/npm_and_yarn/chakra-40c766e460

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the chakra group with 3 updates: @chakra-ui/charts, @chakra-ui/react and @chakra-ui/cli.

Updates @chakra-ui/charts from 3.34.0 to 3.35.0

Release notes

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

@​chakra-ui/charts@​3.35.0

No release notes provided.

Changelog

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

3.35.0

Commits

Updates @chakra-ui/react from 3.34.0 to 3.35.0

Release notes

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

@​chakra-ui/react@​3.35.0

Minor Changes

  • 1b1f545 Thanks @​segunadebayo! - Pagination: Allow format prop in Pagination.PageText to accept a function for i18n support.

    <Pagination.PageText
      format={({ page, totalPages }) => `Page ${page} de ${totalPages}`}
    />

Patch Changes

  • d041e10 Thanks @​segunadebayo! - Bump @ark-ui/react to 5.36.0 (from ^5.34.1)

    • Accordion: Fix missing data-focus on item trigger props.
    • Carousel: Fix issue with controlled carousel inside dialog, navigation transformed containers, scroll drift, and page sync with indicators.
    • ColorPicker: Fix vertical slider orientation on pointer updates.
    • Combobox: VoiceOver announces highlighted options on Apple devices via a live region
    • Dialog, Popover, HoverCard: Add support for multiple triggers sharing one dialog instance.
    • Field: Field.Item and target on Field.Root for multi-control fields (re-exported as FieldItem / Field.Item).
    • FileUpload: Reject duplicate files with FILE_EXISTS.
    • Listbox: keyboardPriority for Home/End and arrows; highlightFirst, highlightLast, highlightNext, highlightPrevious.
    • Menu: aria-expanded when closed; submenu hover “diagonal” flash fix; multiple triggers.
    • PinInput: Deletion and focus behavior, Home/End, enterKeyHint, autoSubmit, sanitizeValue.
    • Popover: Add support for translations; finalFocusEl and restoreFocus props.
    • TagsInput: allowDuplicates; sanitizeValue; enterKeyHint on mobile.
  • 3da73c3 Thanks @​segunadebayo! - Export missing datePickerSlotRecipe from slot recipes

  • #10721 d2b7dec Thanks @​isBatak! - Improve useBreakpoint and useBreakpointValue types with BreakpointName

  • 6bad1b7

... (truncated)

Changelog

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

3.35.0

Minor Changes

  • 1b1f545 Thanks @​segunadebayo! - Pagination: Allow format prop in Pagination.PageText to accept a function for i18n support.

    <Pagination.PageText
      format={({ page, totalPages }) => `Page ${page} de ${totalPages}`}
    />

Patch Changes

  • d041e10 Thanks @​segunadebayo! - Bump @ark-ui/react to 5.36.0 (from ^5.34.1)

    • Accordion: Fix missing data-focus on item trigger props.
    • Carousel: Fix issue with controlled carousel inside dialog, navigation transformed containers, scroll drift, and page sync with indicators.
    • ColorPicker: Fix vertical slider orientation on pointer updates.
    • Combobox: VoiceOver announces highlighted options on Apple devices via a live region
    • Dialog, Popover, HoverCard: Add support for multiple triggers sharing one dialog instance.
    • Field: Field.Item and target on Field.Root for multi-control fields (re-exported as FieldItem / Field.Item).
    • FileUpload: Reject duplicate files with FILE_EXISTS.
    • Listbox: keyboardPriority for Home/End and arrows; highlightFirst, highlightLast, highlightNext, highlightPrevious.
    • Menu: aria-expanded when closed; submenu hover “diagonal” flash fix; multiple triggers.
    • PinInput: Deletion and focus behavior, Home/End, enterKeyHint, autoSubmit, sanitizeValue.
    • Popover: Add support for translations; finalFocusEl and restoreFocus props.
    • TagsInput: allowDuplicates; sanitizeValue; enterKeyHint on mobile.
  • 3da73c3 Thanks @​segunadebayo! - Export missing datePickerSlotRecipe from slot recipes

  • #10721 d2b7dec Thanks @​isBatak! - Improve useBreakpoint and useBreakpointValue types with BreakpointName

... (truncated)

Commits
  • 975bd36 Version Packages (#10677)
  • 4dfd1ee chore: bump ark-ui
  • d041e10 build: use lower ark-ui version for now
  • 16f8329 fix: reject invalid css unit decimals (#10785)
  • af36e21 fix: regression and bump ark-ui
  • 581c7d1 fix: correct css prop usage in GridItem component (#10781)
  • 4ea94e7 fix(deps): update react to v19.2.5 (#10777)
  • 2d630b1 chore: add pin-input example
  • e9f04d4 fix: backdrop stacking index
  • 39e3db3 fix(tokens): resolve array shorthand for fonts, shadows, gradients, animation...
  • Additional commits viewable in compare view

Updates @chakra-ui/cli from 3.34.0 to 3.35.0

Release notes

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

@​chakra-ui/cli@​3.35.0

Minor Changes

  • d5be01a Thanks @​segunadebayo! - Add new CLI commands mirroring the MCP server tools:

    • chakra component list — List all available Chakra UI components
    • chakra component props <name> — Show props for a component
    • chakra component example <name> — Show usage examples for a component
    • chakra theme — Summary table of theme categories (item counts); use --json for full data or --filter <category> for one section
    • chakra docs <query> — Search the Chakra UI documentation

    Docs and examples are fetched from CHAKRA_DOCS_URL (default https://chakra-ui.com), consistent with REGISTRY_URL for snippets.

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 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 chakra group with 3 updates: [@chakra-ui/charts](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/charts), [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) and [@chakra-ui/cli](https://github.com/chakra-ui/chakra-ui).


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

Updates `@chakra-ui/react` from 3.34.0 to 3.35.0
- [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.35.0/packages/react)

Updates `@chakra-ui/cli` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/cli@3.34.0...@chakra-ui/cli@3.35.0)

---
updated-dependencies:
- dependency-name: "@chakra-ui/charts"
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: chakra
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: chakra
- dependency-name: "@chakra-ui/cli"
  dependency-version: 3.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: chakra
...

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 Apr 23, 2026
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 24813070488

Coverage remained the same at 52.381%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 59
Covered Lines: 30
Line Coverage: 50.85%
Relevant Branches: 4
Covered Branches: 3
Branch Coverage: 75.0%
Branches in Coverage %: Yes
Coverage Strength: 1.93 hits per line

💛 - Coveralls

@rm-hull rm-hull merged commit 0219752 into main Apr 23, 2026
2 checks passed
@rm-hull rm-hull deleted the dependabot/npm_and_yarn/chakra-40c766e460 branch April 23, 2026 10:15
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.

2 participants