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.10.5 #18

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 2.3.1 -> 2.10.5 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 - "every 3 months on the first day of the month" (UTC), 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.

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

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 8d5269d to af6ca53 Compare October 3, 2022 10:03
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.3.4 fix(deps): update dependency @chakra-ui/react to v2.3.5 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from af6ca53 to 7f45181 Compare October 5, 2022 04:15
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 7f45181 to 57e72b1 Compare October 17, 2022 08:41
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.3.5 fix(deps): update dependency @chakra-ui/react to v2.3.6 Oct 17, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 57e72b1 to d811b55 Compare November 2, 2022 16:49
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.3.6 fix(deps): update dependency @chakra-ui/react to v2.3.7 Nov 2, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from d811b55 to 08078b0 Compare November 14, 2022 12:40
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.3.7 fix(deps): update dependency @chakra-ui/react to v2.4.0 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 08078b0 to 9c6ffaa Compare November 14, 2022 19:20
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.4.0 fix(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 9c6ffaa to 29dde43 Compare November 29, 2022 06:23
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.4.1 fix(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 29dde43 to f1833e5 Compare December 6, 2022 19:05
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.4.2 fix(deps): update dependency @chakra-ui/react to v2.4.3 Dec 6, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from f1833e5 to 13ab2ae Compare March 16, 2023 14:03
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.4.3 fix(deps): update dependency @chakra-ui/react to v2.5.1 Mar 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.1 fix(deps): update dependency @chakra-ui/react to v2.5.5 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 13ab2ae to 608d4d3 Compare April 3, 2023 16:16
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 608d4d3 to b92d465 Compare May 28, 2023 08:48
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.5.5 fix(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 b92d465 to 13652ae Compare May 31, 2023 10:10
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.6.1 fix(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 13652ae to 37ce4c2 Compare June 22, 2023 17:34
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.7.0 fix(deps): update dependency @chakra-ui/react to v2.7.1 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 37ce4c2 to a8e1b1d Compare July 19, 2023 00:14
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.7.1 fix(deps): update dependency @chakra-ui/react to v2.8.0 Jul 19, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from a8e1b1d to 9a8b1d6 Compare September 8, 2023 23:45
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.0 fix(deps): update dependency @chakra-ui/react to v2.8.1 Sep 8, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9a8b1d6 to ef3cb4c Compare November 9, 2023 19:54
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.1 fix(deps): update dependency @chakra-ui/react to v2.8.2 Nov 9, 2023
Copy link

sonarqubecloud bot commented Nov 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from ef3cb4c to 3488463 Compare October 1, 2024 14:34
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.8.2 fix(deps): update dependency @chakra-ui/react to v2.9.1 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 3488463 to bab2c56 Compare October 2, 2024 19:11
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.1 fix(deps): update dependency @chakra-ui/react to v2.9.3 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from bab2c56 to f95504f Compare October 3, 2024 19:28
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.3 fix(deps): update dependency @chakra-ui/react to v2.9.4 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from f95504f to ba365ff Compare October 4, 2024 15:31
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.4 fix(deps): update dependency @chakra-ui/react to v2.9.5 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from ba365ff to 0f52c6f Compare October 4, 2024 19:52
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.9.5 fix(deps): update dependency @chakra-ui/react to v2.10.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 0f52c6f to 979d1d8 Compare October 4, 2024 22:27
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.0 fix(deps): update dependency @chakra-ui/react to v2.10.1 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 979d1d8 to b2b8827 Compare October 9, 2024 16:45
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.1 fix(deps): update dependency @chakra-ui/react to v2.10.2 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from b2b8827 to 222a22d Compare October 16, 2024 16:55
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.2 fix(deps): update dependency @chakra-ui/react to v2.10.3 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 222a22d to aa4a83d Compare November 7, 2024 19:34
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.3 fix(deps): update dependency @chakra-ui/react to v2.10.4 Nov 7, 2024
Copy link

sonarqubecloud bot commented Nov 7, 2024

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from aa4a83d to 7f5e773 Compare January 18, 2025 16:28
@renovate renovate bot changed the title fix(deps): update dependency @chakra-ui/react to v2.10.4 fix(deps): update dependency @chakra-ui/react to v2.10.5 Jan 18, 2025
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