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

feat(deps): bump @chakra-ui/react from 2.5.5 to 2.6.0 #746

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps @chakra-ui/react from 2.5.5 to 2.6.0.

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​2.6.0

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>
      &lt;Box&gt;
        &lt;StepTitle&gt;{step.title}&lt;/StepTitle&gt;
        &lt;StepDescription&gt;{step.description}&lt;/StepDescription&gt;
      &lt;/Box&gt;
    &lt;StepSeparator /&gt;
    &lt;/Step&gt;
    
    ))}
    </Stepper>

Patch Changes

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

2.6.0

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>
      &lt;Box&gt;
        &lt;StepTitle&gt;{step.title}&lt;/StepTitle&gt;
        &lt;StepDescription&gt;{step.description}&lt;/StepDescription&gt;
      &lt;/Box&gt;
    &lt;StepSeparator /&gt;
    &lt;/Step&gt;
    
    ))}
    </Stepper>

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added scope: code An issue related to source code. scope: deps An issue related to dependencies. type: improvement A new improvement proposal. labels Apr 26, 2023
@vercel
Copy link

vercel bot commented Apr 26, 2023

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

Name Status Preview Updated (UTC)
tact ✅ Ready (Inspect) Visit Preview Apr 26, 2023 6:28am

@kamilsk kamilsk added this pull request to the merge queue Apr 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 26, 2023
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) from 2.5.5 to 2.6.0.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@2.6.0/packages/components/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/chakra-ui/react-2.6.0 branch from f8e8c04 to c8956c6 Compare April 26, 2023 06:17
@kamilsk kamilsk merged commit 1a52814 into main Apr 26, 2023
2 checks passed
@kamilsk kamilsk deleted the dependabot/npm_and_yarn/chakra-ui/react-2.6.0 branch April 26, 2023 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: code An issue related to source code. scope: deps An issue related to dependencies. type: improvement A new improvement proposal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant