Skip to content
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

Update chakra-ui monorepo #135

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.3.1 -> 2.10.4 age adoption passing confidence
@chakra-ui/system (source) 2.2.9 -> 2.6.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

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies Update one or more dependencies version label Aug 24, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 4 times, most recently from 8090175 to 441116a Compare September 5, 2022 17:58
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 3 times, most recently from 4c47c9d to 1b0a1c7 Compare September 5, 2022 19:20
@renovate renovate bot changed the title Update chakra-ui monorepo Update chakra-ui monorepo - autoclosed Sep 6, 2022
@renovate renovate bot closed this Sep 6, 2022
@renovate renovate bot deleted the renovate/chakra-ui-monorepo branch September 6, 2022 11:30
@renovate renovate bot changed the title Update chakra-ui monorepo - autoclosed Update chakra-ui monorepo Sep 7, 2022
@renovate renovate bot reopened this Sep 7, 2022
@renovate renovate bot restored the renovate/chakra-ui-monorepo branch September 7, 2022 13:07
@renovate renovate bot changed the title Update chakra-ui monorepo Update dependency @chakra-ui/react to v2.3.2 Sep 7, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 3 times, most recently from d1308db to b0fb2ab Compare September 8, 2022 16:11
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from b0fb2ab to ad41574 Compare September 19, 2022 11:51
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.3.2 Update chakra-ui monorepo Sep 19, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from ad41574 to 622ce42 Compare September 19, 2022 15:25
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 2 times, most recently from 74e14a4 to 4b87857 Compare October 3, 2022 11:04
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 4b87857 to c7db376 Compare October 17, 2022 09:51
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from c7db376 to 0379453 Compare November 2, 2022 17:02
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 2 times, most recently from 3660415 to b00d665 Compare November 20, 2022 12:45
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from b00d665 to 22784a2 Compare March 12, 2023 14:52
@renovate renovate bot changed the title Update chakra-ui monorepo Update chakra-ui monorepo to v2.5.1 Mar 12, 2023
@renovate renovate bot changed the title Update chakra-ui monorepo to v2.5.1 Update chakra-ui monorepo to v2.5.2 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 2 times, most recently from 156c869 to 9f3f37e Compare March 23, 2023 12:27
@renovate renovate bot changed the title Update chakra-ui monorepo to v2.5.2 Update chakra-ui monorepo to v2.5.3 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9f3f37e to 71a45ad Compare March 27, 2023 23:33
@renovate renovate bot changed the title Update chakra-ui monorepo to v2.5.3 Update chakra-ui monorepo to v2.5.4 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 71a45ad to 342e8e4 Compare March 30, 2023 19:44
@renovate renovate bot changed the title Update chakra-ui monorepo to v2.5.4 Update chakra-ui monorepo to v2.5.5 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 342e8e4 to 9cc24d6 Compare May 28, 2023 10:36
@renovate renovate bot changed the title Update chakra-ui monorepo to v2.5.5 Update chakra-ui monorepo May 28, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9cc24d6 to 5be463b Compare May 31, 2023 10:03
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 5be463b to 873a417 Compare June 19, 2023 14:40
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 2 times, most recently from 85823fd to 061097a Compare July 19, 2023 00:39
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 061097a to 5e5ee38 Compare September 8, 2023 23:58
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 5e5ee38 to 5efb123 Compare November 9, 2023 18:09
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch 6 times, most recently from c778b28 to b069f21 Compare October 4, 2024 22:33
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from b069f21 to 31e6ab0 Compare October 9, 2024 15:36
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 31e6ab0 to 9df2b9e Compare October 16, 2024 17:51
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9df2b9e to d8ffc61 Compare November 7, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants