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 to v2 (major) #92

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/icons (source) 1.1.7 -> 2.1.1 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/icons)

v2.1.1

Compare Source

Patch Changes

v2.1.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.0.19

Compare Source

Patch Changes

v2.0.18

Patch Changes

v2.0.17

Patch Changes

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes
  • #​7154
    2d7398a01
    Thanks @​segunadebayo! - ## All components

    Improved the bundling setup for all components.

    • Switched to the .mjs file extension for correct ESM behavior
    • Switched to the latest tsup will uses automatic JSX runtime detection
      removing the need for manually inject classic React import
    • Moved tsup config to package.json since it's very minimal
    • Removed clean-package.config.json in favor of the package.json property
    • Fixed issue where Storybook addon (dark mode and RTL) was not working
  • Updated dependencies
    [2d7398a01]:

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes

v2.0.9

Patch Changes

v2.0.8

Patch Changes

v2.0.7

Patch Changes

v2.0.6

Patch Changes

v2.0.5

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
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.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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
Copy link
Contributor Author

renovate bot commented Dec 17, 2022

⚠ 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @chakra-ui/[email protected]
npm ERR! node_modules/@chakra-ui/icons
npm ERR!   @chakra-ui/icons@"2.1.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! @chakra-ui/icons@"2.1.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @chakra-ui/[email protected]
npm ERR! node_modules/@chakra-ui/system
npm ERR!   peer @chakra-ui/system@">=2.0.0" from @chakra-ui/[email protected]
npm ERR!   node_modules/@chakra-ui/icons
npm ERR!     @chakra-ui/icons@"2.1.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-01-24T03_16_42_035Z-debug-0.log

@vercel
Copy link

vercel bot commented Dec 17, 2022

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

Name Status Preview Comments Updated (UTC)
leaven-multi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2023 0:30am

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 17, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 095a5ae
Status: ✅  Deploy successful!
Preview URL: https://422b96fc.leaven-multi.pages.dev
Branch Preview URL: https://renovate-major-chakra-ui-mon.leaven-multi.pages.dev

View logs

@renovate renovate bot changed the title Update chakra-ui monorepo to v2 (major) fix(deps): update chakra-ui monorepo to v2 (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 954d2f0 to 77f4337 Compare December 20, 2022 20:44
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 77f4337 to 7603a9d Compare December 21, 2022 23:11
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 7603a9d to be5669c Compare December 22, 2022 14:25
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from be5669c to c52b628 Compare December 23, 2022 20:07
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from c52b628 to e913abc Compare December 26, 2022 14:30
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from e913abc to 92b5e84 Compare December 30, 2022 00:48
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 92b5e84 to b6176b9 Compare January 4, 2023 18:53
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from b6176b9 to 0aba801 Compare January 11, 2023 08:03
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 0aba801 to 0b16412 Compare January 12, 2023 19:37
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 0b16412 to 4374228 Compare January 16, 2023 17:00
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 4374228 to db296ad Compare January 16, 2023 20:40
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from db296ad to 255c6ef Compare January 17, 2023 17:06
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 255c6ef to edbed86 Compare January 17, 2023 22:36
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 4 times, most recently from e7123e8 to b7b1334 Compare June 19, 2023 23:15
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 3 times, most recently from ab21eda to e76da8e Compare June 30, 2023 23:28
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 5 times, most recently from ded31f0 to 8ae1a57 Compare July 19, 2023 00:28
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 3 times, most recently from b94ccc6 to b895b31 Compare July 26, 2023 18:34
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 2 times, most recently from aa11c96 to 0d075d9 Compare August 4, 2023 12:02
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 3 times, most recently from 74bdb0f to db7da85 Compare August 10, 2023 21:25
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 2 times, most recently from de8a96e to 838f710 Compare September 8, 2023 23:31
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 838f710 to 58516db Compare September 12, 2023 15:04
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch 2 times, most recently from af96985 to 98169e9 Compare October 18, 2023 03:45
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 98169e9 to 993948c Compare November 9, 2023 17:18
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 993948c to 7ac2d1b Compare January 24, 2024 00:02
@renovate renovate bot force-pushed the renovate/major-chakra-ui-monorepo branch from 7ac2d1b to 2867232 Compare January 24, 2024 03:17
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