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 chakra-ui monorepo to v2 (major) #472

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/icons (source) 1.1.1 -> 2.1.1 age adoption passing confidence
@chakra-ui/react (source) 1.8.1 -> 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.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

v1.1.7

Compare Source

Patch Changes

v1.1.6

Compare Source

v1.1.5

Compare Source

Patch Changes

v1.1.4

Compare Source

v1.1.3

Compare Source

Patch Changes

v1.1.2

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 - "after 11pm,before 6am" in timezone Asia/Tokyo, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Aug 7, 2022
@vercel
Copy link

vercel bot commented Aug 7, 2022

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

Name Status Preview Comments Updated (UTC)
my-nextjs-template ❌ Failed (Inspect) Nov 9, 2023 7:35pm

@github-actions
Copy link

github-actions bot commented Aug 7, 2022

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

github-actions bot commented Sep 7, 2022

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@renovate renovate bot force-pushed the renovate-major-chakra-ui-monorepo branch from fdcc8f8 to ed99217 Compare September 19, 2022 12:32
@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

github-actions bot commented Oct 3, 2022

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@renovate renovate bot force-pushed the renovate-major-chakra-ui-monorepo branch from 2bdd9a6 to 811210b Compare March 27, 2023 17:45
@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

github-actions bot commented Jun 1, 2023

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@github-actions
Copy link

github-actions bot commented Sep 9, 2023

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

Copy link

github-actions bot commented Nov 9, 2023

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants