Skip to content

build(deps): bump @chakra-ui/react from 2.10.9 to 3.35.0#8457

Merged
etrepum merged 5 commits into
mainfrom
dependabot/npm_and_yarn/chakra-ui/react-3.35.0
May 5, 2026
Merged

build(deps): bump @chakra-ui/react from 2.10.9 to 3.35.0#8457
etrepum merged 5 commits into
mainfrom
dependabot/npm_and_yarn/chakra-ui/react-3.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @chakra-ui/react from 2.10.9 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 2, 2026
@dependabot dependabot Bot requested a review from zurfyx as a code owner May 2, 2026 19:18
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 2, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 2, 2026
@vercel

vercel Bot commented May 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lexical Ready Ready Preview, Comment May 5, 2026 5:18am
lexical-playground Ready Ready Preview, Comment May 5, 2026 5:18am

Request Review

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 2, 2026
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 2.10.9 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)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
claude and others added 4 commits May 5, 2026 04:52
Bumps @chakra-ui/react from 2.8.2 to 3.35.0 and migrates the devtools
extension source to the v3 API:

- ChakraProvider now requires `value={defaultSystem}`
- Button: `colorScheme` -> `colorPalette`, `isLoading` -> `loading`
- IconButton: `icon` prop replaced by children, `isActive` replaced by
  conditional `bg`
- Alert is now compound (`Alert.Root` / `Alert.Indicator` /
  `Alert.Content`); `AlertIcon` removed
- Accordion is now compound (`Accordion.Root` / `Accordion.Item` /
  `Accordion.ItemTrigger` / `Accordion.ItemIndicator` /
  `Accordion.ItemContent`); `allowMultiple`/`allowToggle` -> `multiple`/
  `collapsible`; `index`/`onChange` -> `value`/`onValueChange` with
  string item values
- ButtonGroup: `spacing` -> `gap`
…s panel

The import resolved via the @/ alias to src/public/lexical.svg, but the
asset lives in the WXT public/ directory. Switch to the public URL string
(matching how /inspect.svg is referenced) so the build resolves it.
…transformers web build

transformers.web.js imports `onnxruntime-common` directly even though it
is only declared transitively via onnxruntime-web. Under pnpm's strict
layout, webpack cannot resolve the import from inside the transformers
package, causing the Vercel build to fail with "Module not found:
Can't resolve 'onnxruntime-common'".

Add an explicit webpack alias that resolves onnxruntime-common through
the onnxruntime-web -> @huggingface/transformers chain so the import
succeeds regardless of hoisting.
…y' into dependabot/npm_and_yarn/chakra-ui/react-3.35.0
@etrepum etrepum added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit 85d0cd8 May 5, 2026
47 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/chakra-ui/react-3.35.0 branch May 5, 2026 14:44
@etrepum etrepum mentioned this pull request May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

2 participants