Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps @chakra-ui/react from 2.10.9 to 3.30.0.

Release notes

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

@​chakra-ui/react@​3.30.0

Minor Changes

  • #10425 0168a04 Thanks @​Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component

    <Splitter.Root panels={[{ id: "a" }, { id: "b" }]}>
      <Splitter.Panel id="a">Panel A</Splitter.Panel>
      <Splitter.ResizeTrigger id="a:b" />
      <Splitter.Panel id="b">Panel B</Splitter.Panel>
    </Splitter.Root>
  • 7b9aa97 Thanks @​segunadebayo! - ### Added

    • Carousel: Added autoSize prop for variable width/height slides

    Changed

    • useListCollection: initialItems now accepts readonly arrays
    • Types: Exported InteractOutsideEvent, FocusOutsideEvent, PointerDownOutsideEvent types

    Fixed

    • Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with allowMouseDrag
    • Combobox:
      • Fixed onHighlightChange not firing when filtered to empty;
      • Fixed focus stealing in controlled mode
      • Removed problematic aria-hidden behavior
    • File Upload: Fixed non-interactive children in dropzone not opening file picker
    • Radio Group: Fixed inconsistent data-focus-visible/data-focus attributes; fixed indicator showing before rect resolved (with Tabs)
    • Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
  • 503e11a Thanks @​segunadebayo! - ### Added

    • Semantic Tokens: Add new border semantic token to all color palettes (gray.300/gray.700 for gray, color.500/color.400 for colored palettes) to improve outline component appearance

    Changed

... (truncated)

Changelog

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

3.30.0

Minor Changes

  • #10425 0168a04 Thanks @​Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component

    <Splitter.Root panels={[{ id: "a" }, { id: "b" }]}>
      <Splitter.Panel id="a">Panel A</Splitter.Panel>
      <Splitter.ResizeTrigger id="a:b" />
      <Splitter.Panel id="b">Panel B</Splitter.Panel>
    </Splitter.Root>
  • 7b9aa97 Thanks @​segunadebayo! - ### Added

    • Carousel: Added autoSize prop for variable width/height slides

    Changed

    • useListCollection: initialItems now accepts readonly arrays
    • Types: Exported InteractOutsideEvent, FocusOutsideEvent, PointerDownOutsideEvent types

    Fixed

    • Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with allowMouseDrag
    • Combobox:
      • Fixed onHighlightChange not firing when filtered to empty;
      • Fixed focus stealing in controlled mode
      • Removed problematic aria-hidden behavior
    • File Upload: Fixed non-interactive children in dropzone not opening file picker
    • Radio Group: Fixed inconsistent data-focus-visible/data-focus attributes; fixed indicator showing before rect resolved (with Tabs)
    • Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
  • 503e11a Thanks @​segunadebayo! - ### Added

    • Semantic Tokens: Add new border semantic token to all color palettes (gray.300/gray.700 for gray, color.500/color.400 for colored palettes) to improve outline component appearance

    Changed

    • Button, Badge, Tag, Checkbox: Update outline variants to use colorPalette.border instead of colorPalette.muted or global border token for better appearance, especially for non-gray color palettes.

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Dec 22, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/chakra-ui/react-3.30.0 branch from 0f01a1d to b0422c1 Compare December 22, 2025 06:09
@amrit110
Copy link
Member

@dependabot rebase

Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 2.10.9 to 3.30.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/[email protected]/packages/react)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/chakra-ui/react-3.30.0 branch from b0422c1 to 0d809d1 Compare December 22, 2025 06:29
Build fixes:
- Updated package-lock.json to include new dependencies ([email protected])
- Migrated theme configuration from extendTheme to createSystem with defaultConfig
- Replaced ChakraProvider theme prop with value prop
- Converted color tokens to use value wrapper objects
- Replaced VStack spacing prop with gap prop
- Removed deprecated fallbackSrc prop from Image component
- Added type assertions for useBreakpointValue hook return values

Co-authored-by: AI Engineering Maintenance Bot <[email protected]>
@amrit110
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Member

@amrit110 amrit110 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ All checks passed. Auto-approving bot PR.

🤖 AI Engineering Maintenance Bot - Maintaining Vector Institute Repositories built by AI Engineering

@amrit110 amrit110 merged commit f97f62c into main Dec 22, 2025
10 checks passed
@amrit110 amrit110 deleted the dependabot/npm_and_yarn/frontend/chakra-ui/react-3.30.0 branch December 22, 2025 06:38
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