Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps @chakra-ui/react from 3.28.0 to 3.28.1.

Changelog

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

3.28.1

Patch Changes

  • fad9a2e Thanks @​segunadebayo! - Fix CodeBlock right padding when scrolling long code lines horizontally

  • 37d166a Thanks @​segunadebayo! - - Tabs: Refactor to use css variables for styling indicator (--tabs-indicator-bg ) for better customization.

    • SegmentedControl: Refactor to use css variables for styling indicator (--segment-indicator-bg and --segment-indicator-shadow) for better customization.
  • 7067c95 Thanks @​segunadebayo! - Fix Shadow DOM and Web Component selector handling in globalCss. The :host, :host-context(), and ::slotted() pseudo-classes now correctly transform to top-level selectors with case-insensitive matching.

  • c7060de Thanks @​segunadebayo! - Improve styled-system performance with multiple optimizations

    • Token cloning: Replace structuredClone() with efficient shallow clone (75x faster)
    • Memoization: Improve cache key generation with efficient hashing and LRU cache (1.4x faster baseline, up to 585x faster for cached operations)
    • Object allocation: Use singleton empty objects instead of creating new ones in hot paths
    • Array operations: Optimize responsive value normalization with for loops instead of reduce
    • Performance impact: Significant improvement in style computation speed with the memoization layer providing 100-500x gains for repeated operations
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)

Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 3.28.0 to 3.28.1.
- [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.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2025
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.

1 participant