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

chore(deps): update chakra-ui #375

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

chore(deps): update chakra-ui #375

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 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.8 -> 1.8.9 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

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.

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

@renovate renovate bot changed the title chore(deps): update dependency @chakra-ui/react to v1.6.9 chore(deps): update chakra-ui Oct 14, 2021
@renovate renovate bot force-pushed the renovate/chakra-ui branch 3 times, most recently from d664e57 to 3b12168 Compare November 17, 2021 19:24
@renovate renovate bot force-pushed the renovate/chakra-ui branch 3 times, most recently from 534b158 to d74219c Compare January 9, 2022 22:59
@renovate renovate bot force-pushed the renovate/chakra-ui branch 2 times, most recently from cdd5b87 to c1fe64c Compare January 26, 2022 20:28
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