Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/chakra-ui-monorepo
Open

chore(deps): update dependency @chakra-ui/react to v2.10.9#15
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/chakra-ui-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@chakra-ui/react (source) 2.3.6 -> 2.10.9 age confidence

Release Notes

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

v2.10.9

Compare Source

v2.10.8

Compare Source

v2.10.7

Compare Source

v2.10.6

Compare Source

v2.10.5

Compare Source

v2.10.4

Compare Source

v2.10.3

Compare Source

v2.10.2

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.5

Compare Source

v2.9.4

Compare Source

v2.9.3

Compare Source

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

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

v2.5.3

Compare Source

Patch Changes

v2.5.2

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

vercel Bot commented Mar 16, 2023

Copy link
Copy Markdown

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

Project Deployment Preview Comments Updated (UTC)
react-chakra-multi-level-dropdown-menu Error Error Sep 25, 2025 3:09pm

@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 5d347be to a41b7c7 Compare October 4, 2024 16:34
@renovate renovate Bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.4 fix(deps): update dependency @chakra-ui/react to v2.9.5 Oct 4, 2024
@renovate renovate Bot force-pushed the renovate/chakra-ui-monorepo branch from a41b7c7 to 7a341ee Compare October 4, 2024 21:08
@renovate renovate Bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.5 fix(deps): update dependency @chakra-ui/react to v2.10.1 Oct 4, 2024
@renovate renovate Bot force-pushed the renovate/chakra-ui-monorepo branch from 7a341ee to 51ef08c Compare October 9, 2024 17:22
@renovate renovate Bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.1 fix(deps): update dependency @chakra-ui/react to v2.10.2 Oct 9, 2024
@renovate renovate Bot force-pushed the renovate/chakra-ui-monorepo branch from 51ef08c to 997877d Compare October 16, 2024 17:57
@renovate renovate Bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.2 fix(deps): update dependency @chakra-ui/react to v2.10.3 Oct 16, 2024
@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
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