Skip to content

fix(deps): update dependency @chakra-ui/react to v2.10.7 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.3.6 -> 2.10.7 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes

v2.8.0

Compare Source

Minor Changes
  • 754d9d4f4
    Thanks @​segunadebayo! - To improve support
    for the App Router, all components and hooks are exported with the
    "use client" directive.
Patch Changes

v2.7.1

Compare Source

Patch Changes
  • #​7730
    2456a7090
    Thanks @​TylerAPfledderer! - Expose the
    skip nav components and types to the main package

    import {
      SkipNavLink,
      type SkipNavLinkProps,
      SkipNavContent,
      type SkipNavContentProps,
    } from "@​chakra-ui/react"

v2.7.0

Compare Source

Minor Changes
  • c31df5a4b
    Thanks @​segunadebayo! - - Add new
    Indicator layout component. Useful for positioning an element in the corners
    of another element.

    For example, let's say you want to position a notification badge in the top
    end corner of a box. You can use the Indicator component to achieve this.

    <Box position="relative" width="80px" height="80px" bg="gray.50">
      <Indicator placement="top-end">
        <Circle size="5" bg="red.100">
          3
        </Circle>
      </Indicator>
    </Box>
    • Refactored the Stack and Wrap components to use the flex gap instead of
      the owl selector & > * ~ * for spacing.

      This fixes an issue where you can't use raw text nodes as a child of the
      Stack or Wrap component.

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • #​7502
    49a29a238
    Thanks @​estheragbaje! - Introduce new
    Stepper component to model sequencial steps in a process.

    <Stepper index={activeStep}>
      {steps.map((step, index) => (
        <Step key={index}>
          <StepIndicator>
            <StepStatus
              complete={<StepIcon />}
              incomplete={<StepNumber />}
              active={<StepNumber />}
            />
          </StepIndicator>
    
          <Box>
            <StepTitle>{step.title}</StepTitle>
            <StepDescription>{step.description}</StepDescription>
          </Box>
    
          <StepSeparator />
        </Step>
      ))}
    </Stepper>
Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Mar 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-chakra-multi-level-dropdown-menu ❌ Failed (Inspect) Apr 24, 2025 7:12am

@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.1 fix(deps): update dependency @chakra-ui/react to v2.5.2 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9fd161e to 62c0e63 Compare March 18, 2023 20:01
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 62c0e63 to 55f7f97 Compare April 3, 2023 15:52
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.2 fix(deps): update dependency @chakra-ui/react to v2.5.5 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 55f7f97 to 5615b68 Compare May 28, 2023 08:59
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.5 fix(deps): update dependency @chakra-ui/react to v2.6.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 5615b68 to 50d7781 Compare May 31, 2023 10:54
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.6.1 fix(deps): update dependency @chakra-ui/react to v2.7.0 May 31, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 50d7781 to 9692e36 Compare June 19, 2023 18:20
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.7.0 fix(deps): update dependency @chakra-ui/react to v2.7.1 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9692e36 to 2475153 Compare July 19, 2023 00:38
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.7.1 fix(deps): update dependency @chakra-ui/react to v2.8.0 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 2475153 to 8395496 Compare September 8, 2023 23:51
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.0 fix(deps): update dependency @chakra-ui/react to v2.8.1 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 8395496 to be318a1 Compare September 24, 2023 03:36
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from be318a1 to e44a2a9 Compare November 9, 2023 16:22
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.1 fix(deps): update dependency @chakra-ui/react to v2.8.2 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from e44a2a9 to edf884e Compare December 13, 2023 00:46
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 997877d to f4d0004 Compare November 7, 2024 18:17
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.3 fix(deps): update dependency @chakra-ui/react to v2.10.4 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from f4d0004 to 15636b8 Compare January 18, 2025 16:11
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.4 fix(deps): update dependency @chakra-ui/react to v2.10.5 Jan 18, 2025
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 15636b8 to c8f2e72 Compare January 23, 2025 21:07
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from c8f2e72 to 771ad9f Compare January 30, 2025 19:28
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 771ad9f to e4542bc Compare February 9, 2025 14:00
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from e4542bc to f57b55d Compare February 19, 2025 22:08
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.5 fix(deps): update dependency @chakra-ui/react to v2.10.6 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from f57b55d to 0b336da Compare March 3, 2025 16:27
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 0b336da to 2cbfcb8 Compare March 13, 2025 15:46
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 2cbfcb8 to 5dacfb4 Compare March 14, 2025 19:23
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.6 fix(deps): update dependency @chakra-ui/react to v2.10.7 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 5dacfb4 to 6a9c202 Compare April 1, 2025 13:00
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 6a9c202 to 9002522 Compare April 8, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants