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 dependency @chakra-ui/react to v2.10.4 #104

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.3.7 -> 2.10.4 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 Nov 14, 2022

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

Name Status Preview Comments Updated (UTC)
griffith-calendar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2024 7:49pm

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9457226 to c09b8dd Compare November 14, 2022 17:42
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.0 Update dependency @chakra-ui/react to v2.4.1 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from c09b8dd to 319a5bb Compare November 29, 2022 06:57
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.1 Update dependency @chakra-ui/react to v2.4.2 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 319a5bb to 288458f Compare December 6, 2022 19:03
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.2 Update dependency @chakra-ui/react to v2.4.3 Dec 6, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 288458f to cdb0f92 Compare December 16, 2022 23:14
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.3 Update dependency @chakra-ui/react to v2.4.4 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from cdb0f92 to 41297aa Compare December 26, 2022 14:56
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.4 Update dependency @chakra-ui/react to v2.4.5 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 41297aa to ff40917 Compare December 29, 2022 23:52
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.5 Update dependency @chakra-ui/react to v2.4.6 Dec 29, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from ff40917 to ea09738 Compare January 11, 2023 07:34
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.6 Update dependency @chakra-ui/react to v2.4.7 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from ea09738 to f90e4b5 Compare January 12, 2023 17:34
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.7 Update dependency @chakra-ui/react to v2.4.8 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from f90e4b5 to 2ccf006 Compare January 16, 2023 15:12
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.4.8 Update dependency @chakra-ui/react to v2.4.9 Jan 16, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 2ccf006 to 7d67160 Compare February 13, 2023 17:40
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.8.1 Update dependency @chakra-ui/react to v2.8.2 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 392cf25 to d5bbbc7 Compare October 1, 2024 15:31
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.8.2 Update dependency @chakra-ui/react to v2.9.1 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from d5bbbc7 to 7fb77e2 Compare October 2, 2024 18:23
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.9.1 Update dependency @chakra-ui/react to v2.9.2 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 7fb77e2 to fb5afeb Compare October 2, 2024 21:14
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.9.2 Update dependency @chakra-ui/react to v2.9.3 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from fb5afeb to d7d3bbf Compare October 3, 2024 18:33
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.9.3 Update dependency @chakra-ui/react to v2.9.4 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from d7d3bbf to c64e3fa Compare October 4, 2024 16:42
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.9.4 Update dependency @chakra-ui/react to v2.9.5 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from c64e3fa to bf7cc02 Compare October 4, 2024 21:33
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.9.5 Update dependency @chakra-ui/react to v2.10.1 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from bf7cc02 to 4ffcdba Compare October 9, 2024 16:46
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.10.1 Update dependency @chakra-ui/react to v2.10.2 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 4ffcdba to 901cb88 Compare October 16, 2024 15:34
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.10.2 Update dependency @chakra-ui/react to v2.10.3 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 901cb88 to 95afb50 Compare November 7, 2024 19:48
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v2.10.3 Update dependency @chakra-ui/react to v2.10.4 Nov 7, 2024
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