Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps @rainbow-me/rainbowkit from 2.2.0 to 2.2.9.

Release notes

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

@​rainbow-me/rainbowkit@​2.2.9

Patch Changes

  • e52ca05: Added baseAccount wallet connector, replacing coinbaseWallet (now marked as deprecated)
  • b34d6c1: Added portoWallet wallet connector for Porto
  • 66bcc18: Added universalProfilesWallet connector for Universal Profiles
  • fe0496e: Added geminiWallet wallet connector for Gemini Wallet
  • 0b9052c: Added binanceWallet chrome extension download url
  • d92a6c7: Fixed type compatibility for connect() parameters in Wagmi ^2.17.0
  • 5698ade: Fixed monad logo and supported monad testnet
  • 1e67f0d: Improved detection for novaWallet provider
  • 1520f59: Fixed unintended forwarding of the errorCorrection prop to SVG elements used by the QRCode component to prevent React warning.

@​rainbow-me/rainbowkit@​2.2.8

Patch Changes

  • f542876: The metaMaskWallet wallet connector now utilizes the MetaMask SDK for more reliable, faster connections on mobile

@​rainbow-me/rainbowkit@​2.2.7

Patch Changes

  • a147620: Fixed error handling when connect requests are rejected on mobile.
  • 10090d2: Mitigated WalletConnect Core is already initialized warnings that began appearing with recent distributions of Wagmi and WalletConnect.
  • 50c7f13: Added missing rdns metadata for wallet connectors that now support EIP-6963.
  • 15ddd4a: Improved QR Code error correction and rendering with cuer

@​rainbow-me/rainbowkit@​2.2.6

Patch Changes

  • 624a38a: The coinbaseWallet connector now supports additional SDK configuration options to enable Paymasters and Sub Accounts for your dapp.

    import { coinbaseWallet } from "@rainbow-me/rainbowkit/wallets";
    // Configure Paymaster for gas sponsorship
    coinbaseWallet.paymasterUrls = {
    [base.id]: "...",
    };
    // Enable Sub Accounts
    coinbaseWallet.subAccounts = {
    enableAutoSubAccounts: true,
    defaultSpendLimits: {
    // ...
    },
    };

  • f6ad6aa: Added support for Superposition chain

... (truncated)

Changelog

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

2.2.9

Patch Changes

  • e52ca05: Add baseAccount wallet connector, replacing coinbaseWallet in the default wallet list

  • 1e67f0d: Improved detection for nova wallet provider

  • d92a6c7: Fixed type compatibility for connect() parameters in Wagmi ^2.17.0

  • 0b9052c: Add binance wallet chrome extension download url

  • b34d6c1: Added portoWallet.

  • 66bcc18: Universal Profiles wallet connector

  • fe0496e: Added Gemini Wallet support

    Added Gemini Wallet as a supported wallet connector with proper icon and configuration.

  • 5698ade: fix monad logo in rainbowkit package and include monad testnet in the example

  • 1520f59: Fixed unintended forwarding of the errorCorrection prop to SVG elements used by the QRCode component to prevent React warning.

2.2.8

Patch Changes

  • f542876: The metaMaskWallet wallet connector now utilizes the MetaMask SDK for more reliable, faster connections on mobile

2.2.7

Patch Changes

  • a147620: Fixed error handling when connect requests are rejected on mobile.
  • 10090d2: Mitigated WalletConnect Core is already initialized warnings that began appearing with recent distributions of Wagmi and WalletConnect.
  • 50c7f13: Added missing rdns metadata for wallet connectors that now support EIP-6963.
  • 15ddd4a: Improved QR Code error correction and rendering with cuer

2.2.6

Patch Changes

  • 624a38a: The coinbaseWallet connector now supports additional SDK configuration options to enable Paymasters and Sub Accounts for your dapp.

    import { coinbaseWallet } from "@rainbow-me/rainbowkit/wallets";
    // Configure Paymaster for gas sponsorship
    coinbaseWallet.paymasterUrls = {
    [base.id]: "...",
    };
    // Enable Sub Accounts
    coinbaseWallet.subAccounts = {
    enableAutoSubAccounts: true,
    defaultSpendLimits: {

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@dependabot dependabot bot requested a review from r0ohafza as a code owner October 20, 2025 04:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants