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 #28

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 23, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/icons (source) 1.0.15 -> 1.1.7 age adoption passing confidence
@chakra-ui/react (source) 1.6.7 -> 1.8.9 age adoption passing confidence
@chakra-ui/theme-tools (source) 1.2.0 -> 1.3.6 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/icons)

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

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Minor Changes
  • #​4991
    6095eaf9a
    Thanks @​segunadebayo! - Update build system
    we use from a custom babel cli setup to
    preconstruct.

    The previous build system transpiles the code in src directory to dist/esm
    and dist/cjs keeping the same file structure. The new build system merges
    all files in src and transpiles to a single esm and cjs file.

    Potential Breaking Change: The side effect of this is that, if you
    imported any function, component or hook using the undocumented approach
    like
    import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click",
    you'll notice that the this doesn't work anymore.

    Here's how to resolve it:

    // Won't work 🎇
    import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click"
    
    // Works ✅
    import { useOutsideClick } from "@​chakra-ui/hooks"

    If this affected your project, we recommend that you import hooks, functions
    or components the way it's shown in the documentation. This will help keep
    your project future-proof.

Patch Changes

v1.0.17

Compare Source

Patch Changes

v1.0.16

Compare Source

Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/react)

v1.8.8

Compare Source

Patch Changes

v1.8.7

Compare Source

Patch Changes

v1.8.6

Compare Source

Patch Changes

v1.8.5

Compare Source

Patch Changes

v1.8.4

Compare Source

v1.8.3

Compare Source

Patch Changes

v1.8.2

Compare Source

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

Patch Changes

v1.7.1

Compare Source

Patch Changes

v1.7.0

Compare Source

Minor Changes
  • #​4991
    6095eaf9a
    Thanks @​segunadebayo! - Update build system
    we use from a custom babel cli setup to
    preconstruct.

    The previous build system transpiles the code in src directory to dist/esm
    and dist/cjs keeping the same file structure. The new build system merges
    all files in src and transpiles to a single esm and cjs file.

    Potential Breaking Change: The side effect of this is that, if you
    imported any function, component or hook using the undocumented approach
    like
    import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click",
    you'll notice that the this doesn't work anymore.

    Here's how to resolve it:

    // Won't work 🎇
    import { useOutsideClick } from "@​chakra-ui/hooks/dist/use-outside-click"
    
    // Works ✅
    import { useOutsideClick } from "@​chakra-ui/hooks"

    If this affected your project, we recommend that you import hooks, functions
    or components the way it's shown in the documentation. This will help keep
    your project future-proof.

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 Sep 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ptrkvsky/nextjs-blog/BymHGNsCnWqDqqGKzYaaMf8wwv6E
✅ Preview: https://nextjs-blog-git-renovate-chakra-ui-monorepo-ptrkvsky.vercel.app

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from a81b214 to e3379e4 Compare October 5, 2021 21:27
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from e3379e4 to 6cadd5e Compare October 15, 2021 00:37
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 6cadd5e to 04d4824 Compare November 3, 2021 21:04
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 04d4824 to a268834 Compare November 11, 2021 17:55
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from a268834 to 9aa612f Compare November 12, 2021 22:00
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9aa612f to 93fc4fc Compare November 17, 2021 21:29
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 93fc4fc to 44eea1e Compare March 7, 2022 11:48
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 44eea1e to 9c9f072 Compare April 24, 2022 21:10
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9c9f072 to 0719c01 Compare September 25, 2022 22:18
@vercel
Copy link

vercel bot commented Sep 25, 2022

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

Name Status Preview Updated
nextjs-blog ✅ Ready (Inspect) Visit Preview Sep 25, 2022 at 10:25PM (UTC)

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