Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps @rainbow-me/rainbowkit from 2.1.2 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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2025 09:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 2, 2025
@netlify
Copy link

netlify bot commented Dec 2, 2025

Deploy Preview for web3-sponsors ready!

Name Link
🔨 Latest commit 93d0481
🔍 Latest deploy log https://app.netlify.com/projects/web3-sponsors/deploys/6933e5e5ecdd7b000879db44
😎 Deploy Preview https://deploy-preview-153--web3-sponsors.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/rainbow-me/rainbowkit-2.2.9 branch 4 times, most recently from 5e540db to 31d1760 Compare December 6, 2025 03:11
Bumps [@rainbow-me/rainbowkit](https://github.com/rainbow-me/rainbowkit/tree/HEAD/packages/rainbowkit) from 2.1.2 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/[email protected]/packages/rainbowkit)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/rainbow-me/rainbowkit-2.2.9 branch from 31d1760 to 93d0481 Compare December 6, 2025 08:14
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.

1 participant