Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

chore(deps): bump @rainbow-me/rainbowkit from 0.12.14 to 0.12.17 #293

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps @rainbow-me/rainbowkit from 0.12.14 to 0.12.17.

Release notes

Sourced from @​rainbow-me/rainbowkit's releases.

@​rainbow-me/rainbowkit@​0.12.17

Patch Changes

  • e1fd3df: Fixed an issue with MetaMask Mobile's connector that blocked WalletConnect pairings

@​rainbow-me/rainbowkit@​0.12.16

Patch Changes

  • 6af1db7: Upgraded minimum wagmi peer dependency to 0.12.18 for improved WalletConnect v2 support.

rainbow-me/rainbowkit@0.12.15

Patch Changes

  • e2b1072: Support for WalletConnect v2 is now standard in RainbowKit.

    Every dApp that relies on WalletConnect now needs to obtain a projectId from WalletConnect Cloud. This is absolutely free and only takes a few minutes.

    This must be completed before WalletConnect v1 bridge servers are shutdown on June 28, 2023.

    Upgrade RainbowKit and provide the projectId to getDefaultWallets and individual RainbowKit wallet connectors like the following:

    const projectId = 'YOUR_PROJECT_ID';
    const { wallets } = getDefaultWallets({
    appName: 'My RainbowKit App',
    projectId,
    chains,
    });
    const connectors = connectorsForWallets([
    ...wallets,
    {
    groupName: 'Other',
    wallets: [
    argentWallet({ projectId, chains }),
    trustWallet({ projectId, chains }),
    ledgerWallet({ projectId, chains }),
    ],
    },
    ]);

    You can read the full migration guide here.

    We are continuing support for 0.12.x in case your dApp has not yet upgraded to wagmi v1 and RainbowKit v1.

    It is recommended that 0.12.x dApps begin to upgrade to wagmi v1, as stability improvements for WalletConnect v2 will only be included in future versions of wagmi.

    Advanced options

... (truncated)

Changelog

Sourced from @​rainbow-me/rainbowkit's changelog.

0.12.17

Patch Changes

  • e1fd3df: Fixed an issue with MetaMask Mobile's connector that blocked WalletConnect pairings

0.12.16

Patch Changes

  • 6af1db7: Upgraded minimum wagmi peer dependency to 0.12.18 for improved WalletConnect v2 support.

0.12.15

Patch Changes

  • 8fe5d7a: Support for WalletConnect v2 is now standard in RainbowKit.

    Every dApp that relies on WalletConnect now needs to obtain a projectId from WalletConnect Cloud. This is absolutely free and only takes a few minutes.

    This must be completed before WalletConnect v1 bridge servers are shutdown on June 28, 2023.

    Upgrade RainbowKit and provide the projectId to getDefaultWallets and individual RainbowKit wallet connectors like the following:

    const projectId = 'YOUR_PROJECT_ID';
    const { wallets } = getDefaultWallets({
    appName: 'My RainbowKit App',
    projectId,
    chains,
    });
    const connectors = connectorsForWallets([
    ...wallets,
    {
    groupName: 'Other',
    wallets: [
    argentWallet({ projectId, chains }),
    trustWallet({ projectId, chains }),
    ledgerWallet({ projectId, chains }),
    ],
    },
    ]);

    You can read the full migration guide here.

    Advanced options

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rainbow-me/rainbowkit](https://github.com/rainbow-me/rainbowkit/tree/HEAD/packages/rainbowkit) from 0.12.14 to 0.12.17.
- [Release notes](https://github.com/rainbow-me/rainbowkit/releases)
- [Changelog](https://github.com/rainbow-me/rainbowkit/blob/@rainbow-me/rainbowkit@0.12.17/packages/rainbowkit/CHANGELOG.md)
- [Commits](https://github.com/rainbow-me/rainbowkit/commits/@rainbow-me/rainbowkit@0.12.17/packages/rainbowkit)

---
updated-dependencies:
- dependency-name: "@rainbow-me/rainbowkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant