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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 1.8.9 -> 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 force-pushed the renovate/major-chakra-ui-monorepo branch from 58eeeaa to 26402f4 Compare May 13, 2022 18:26
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 26402f4 to 633971a Compare May 13, 2022 22:56
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 633971a to 708fd5f Compare May 17, 2022 01:52
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 708fd5f to 0ed5f04 Compare May 17, 2022 17:55
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 0ed5f04 to ce52622 Compare May 19, 2022 23:48
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from ce52622 to 4785e18 Compare May 22, 2022 06:09
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 4785e18 to 3db1d99 Compare May 24, 2022 12:59
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 3db1d99 to 1493ed5 Compare May 24, 2022 18:25
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 1493ed5 to 06fc924 Compare May 25, 2022 21:23
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 06fc924 to 77bb709 Compare May 26, 2022 20:05
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 77bb709 to eb44ce8 Compare June 6, 2022 21:05
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from eb44ce8 to 67552e8 Compare June 7, 2022 13:52
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 67552e8 to 7e167ef Compare June 7, 2022 21:46
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 7e167ef to f5efd7e Compare June 10, 2022 18:07
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from f5efd7e to c4de69e Compare June 11, 2022 02:37
@renovate
Copy link
Contributor Author

renovate bot commented Feb 15, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/web/yarn.lock
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 06a7e07 to 7899a45 Compare March 24, 2023 18:57
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 7899a45 to 3cae8c6 Compare March 27, 2023 11:29
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 3cae8c6 to 54bb64a Compare March 30, 2023 20:30
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 2 times, most recently from 3294959 to 4ce176a Compare May 31, 2023 09:58
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 4ce176a to 2691e62 Compare June 19, 2023 17:12
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 2691e62 to a14bb23 Compare July 18, 2023 23:10
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from a14bb23 to 86f976d Compare September 8, 2023 23:45
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 86f976d to b1b5d16 Compare November 9, 2023 15:58
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from b1b5d16 to 142ee4a Compare November 16, 2023 18:05
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.

None yet

0 participants