Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.3.7 -> 2.8.2 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

v2.5.3

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 56109f6 to 49e9084 Compare November 14, 2022 19:08
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.0 chore(deps): update dependency @chakra-ui/react to v2.4.1 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 49e9084 to 6c27b3d Compare November 29, 2022 07:50
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.1 chore(deps): update dependency @chakra-ui/react to v2.4.2 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 6c27b3d to 88f4fc7 Compare December 6, 2022 18:51
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.2 chore(deps): update dependency @chakra-ui/react to v2.4.3 Dec 6, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 88f4fc7 to 7cce831 Compare December 16, 2022 20:43
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.3 chore(deps): update dependency @chakra-ui/react to v2.4.4 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 7cce831 to d7fb772 Compare December 26, 2022 15:10
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.4 chore(deps): update dependency @chakra-ui/react to v2.4.5 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from d7fb772 to 2d6b908 Compare December 29, 2022 23:50
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.5 chore(deps): update dependency @chakra-ui/react to v2.4.6 Dec 29, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 2d6b908 to 52b526c Compare January 11, 2023 08:11
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.6 chore(deps): update dependency @chakra-ui/react to v2.4.7 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 52b526c to a3afbcc Compare January 12, 2023 20:30
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.7 chore(deps): update dependency @chakra-ui/react to v2.4.8 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from a3afbcc to 3c66fea Compare January 16, 2023 15:33
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.8 chore(deps): update dependency @chakra-ui/react to v2.4.9 Jan 16, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 3c66fea to 72bc6a6 Compare February 13, 2023 17:21
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.4.9 chore(deps): update dependency @chakra-ui/react to v2.5.0 Feb 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.5.0 chore(deps): update dependency @chakra-ui/react to v2.5.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from ad42b21 to 86967cd Compare March 20, 2023 11:48
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.5.1 chore(deps): update dependency @chakra-ui/react to v2.5.2 Mar 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.5.2 chore(deps): update dependency @chakra-ui/react to v2.5.3 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 86967cd to e3d2490 Compare March 23, 2023 12:22
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.5.3 chore(deps): update dependency @chakra-ui/react to v2.5.4 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 2 times, most recently from d7c8fc1 to 4a696a4 Compare March 30, 2023 19:47
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.5.4 chore(deps): update dependency @chakra-ui/react to v2.5.5 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 4a696a4 to e7330bc Compare May 28, 2023 09:52
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.5.5 chore(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 e7330bc to 836fcae Compare May 31, 2023 11:27
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.6.1 chore(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 836fcae to 14684ce Compare June 19, 2023 15:46
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.7.0 chore(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 14684ce to 3c5726f Compare July 19, 2023 00:58
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.7.1 chore(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 3c5726f to a5aa744 Compare September 9, 2023 01:44
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.8.0 chore(deps): update dependency @chakra-ui/react to v2.8.1 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from a5aa744 to ba2e7b7 Compare November 9, 2023 16:17
@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v2.8.1 chore(deps): update dependency @chakra-ui/react to v2.8.2 Nov 9, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant