Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

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

Release notes

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

@​chakra-ui/react@​3.27.1

Patch Changes

  • e1774c8 Thanks @​segunadebayo! - Expose Collapsible.Indicator component to provide visual indicator for collapsible state

  • f9d66f4 Thanks @​segunadebayo! - - CodeBlock

    • Fix issue in diff mode where the wrong lines were being highlighted
    • Fix highlight.js adapter to properly handle diff attributes for added/removed lines
  • f26e863 Thanks @​segunadebayo! - - Styled System:

    • Fix issue where bracket syntax for responsive styles didn't work in recipe variants
    // This now works correctly
    const recipe = defineRecipe({
      variants: {
        variant: {
          primary: {
            color: ["red", "green"], // ✅ Now converts to breakpoints
          },
        },
      },
    })
    • Improve style resolution performance
  • #10325 3e6d1f7 Thanks @​wo-o29! - Fix issue where refs don't support cleanup function (React 19 compatibility)

  • #10328 451209e Thanks @​megos! - fix(table): ensure stickyHeader works with outline variant

  • 56a4501 Thanks @​segunadebayo! - Timeline: Add showLastSeparator variant to control visibility of the last separator

... (truncated)

Changelog

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

3.27.1

Patch Changes

  • e1774c8 Thanks @​segunadebayo! - Expose Collapsible.Indicator component to provide visual indicator for collapsible state

  • f9d66f4 Thanks @​segunadebayo! - - CodeBlock

    • Fix issue in diff mode where the wrong lines were being highlighted
    • Fix highlight.js adapter to properly handle diff attributes for added/removed lines
  • f26e863 Thanks @​segunadebayo! - - Styled System:

    • Fix issue where bracket syntax for responsive styles didn't work in recipe variants
    // This now works correctly
    const recipe = defineRecipe({
      variants: {
        variant: {
          primary: {
            color: ["red", "green"], // ✅ Now converts to breakpoints
          },
        },
      },
    })
    • Improve style resolution performance
  • #10325 3e6d1f7 Thanks @​wo-o29! - Fix issue where refs don't support cleanup function (React 19 compatibility)

  • #10328 451209e Thanks @​megos! - fix(table): ensure stickyHeader works with outline variant

  • 56a4501 Thanks @​segunadebayo! - Timeline: Add showLastSeparator variant to control visibility of the last separator

... (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)

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

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

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 Oct 7, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 18318825431

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 18289378373: 0.0%
Covered Lines: 0
Relevant Lines: 2107

💛 - Coveralls

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