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 dependency @chakra-ui/react to v1.8.9 #7

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 5, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) 1.6.8 -> 1.8.9 age adoption passing confidence

Release Notes

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

v1.8.8

Compare Source

Patch Changes

v1.8.7

Compare Source

v1.8.6

Compare Source

Patch Changes

v1.8.5

Compare Source

Patch Changes

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

Patch Changes

v1.8.1

Compare Source

v1.8.0

Compare Source

Minor Changes
Patch Changes

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

v1.7.2

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

v1.6.12

Compare Source

v1.6.10

Compare Source

v1.6.9

Compare Source


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

@vercel
Copy link

vercel bot commented Oct 5, 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/sergeyt/videobook/8Y18QQer7AvBCsBXdjHqRr1MRvni
✅ Preview: https://videobook-git-renovate-chakra-ui-monorepo-sergeyt.vercel.app

@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 6b2b8ae to 9936488 Compare October 15, 2021 01:07
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.6.9 Update dependency @chakra-ui/react to v1.6.10 Oct 15, 2021
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9936488 to 9243c19 Compare November 3, 2021 22:35
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.6.10 Update dependency @chakra-ui/react to v1.6.12 Nov 3, 2021
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 9243c19 to d360ac8 Compare November 11, 2021 18:12
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.6.12 Update dependency @chakra-ui/react to v1.7.0 Nov 11, 2021
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from d360ac8 to f353585 Compare November 12, 2021 22:06
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.7.0 Update dependency @chakra-ui/react to v1.7.1 Nov 12, 2021
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from f353585 to 96bab89 Compare November 17, 2021 20:32
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.7.1 Update dependency @chakra-ui/react to v1.7.2 Nov 17, 2021
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from 96bab89 to fb7caca Compare March 7, 2022 15:56
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.7.2 Update dependency @chakra-ui/react to v1.8.6 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from fb7caca to dd5eea2 Compare April 24, 2022 22:38
@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.8.6 Update dependency @chakra-ui/react to v1.8.8 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/chakra-ui-monorepo branch from dd5eea2 to 8197a7d Compare September 25, 2022 20:59
@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
videobook ✅ Ready (Inspect) Visit Preview Sep 25, 2022 at 9:02PM (UTC)

@renovate renovate bot changed the title Update dependency @chakra-ui/react to v1.8.8 Update dependency @chakra-ui/react to v1.8.9 Sep 25, 2022
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.

None yet

0 participants