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 chakra-ui monorepo #20

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/next-js (source) 2.1.2 -> 2.4.2 age adoption passing confidence
@chakra-ui/react (source) 2.5.5 -> 2.10.3 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/next-js)

v2.4.2

v2.4.1

v2.4.0

v2.3.4

v2.3.3

v2.3.2

v2.3.1

v2.3.0

v2.2.1

v2.2.0

Compare Source

v2.1.5

Compare Source

Patch Changes

v2.1.4

Compare Source

Patch Changes

v2.1.3

Compare Source

Patch Changes
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

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.

👻 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.

@vercel
Copy link

vercel bot commented Jun 2, 2023

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

Name Status Preview Comments Updated (UTC)
sportscentral ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2024 8:28am
sportscentral-xitb ❌ Failed (Inspect) Oct 20, 2024 8:28am

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 03c3b9b to 6094397 Compare June 4, 2023 20:57
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 6094397 to 510980d Compare June 22, 2023 23:47
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 510980d to b4b1dcd Compare July 22, 2023 08:12
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from b4b1dcd to 113a5be Compare September 12, 2023 17:53
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 113a5be to 6b45002 Compare November 13, 2023 05:35
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 6b45002 to df227fb Compare October 4, 2024 02:45
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from df227fb to 2297c59 Compare October 5, 2024 08:18
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 2297c59 to 694f979 Compare October 6, 2024 02:10
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 694f979 to 856d4e2 Compare October 8, 2024 09:00
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 856d4e2 to fbe1f98 Compare October 13, 2024 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants