Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps wagmi from 2.19.5 to 3.0.1.

Release notes

Sourced from wagmi's releases.

[email protected]

Patch Changes

  • Updated dependencies [856548a]:
    • @​wagmi/connectors@​7.0.1

[email protected]

Major Changes

  • All connector dependencies are now optional peer dependencies. This means that if you want to use a specific connector, you need to install its required dependencies. (#4857)

    baseAccount

    baseAccount requires @base-org/account

    pnpm add @base-org/account@~2.4.0
    

    coinbaseWallet

    coinbaseWallet requires @coinbase/wallet-sdk

    pnpm add @coinbase/wallet-sdk@~4.3.6
    

    gemini

    gemini requires @gemini-wallet/core

    pnpm add @gemini-wallet/core@~0.3.1
    

    metaMask

    metaMask requires @metamask/sdk

    pnpm add @metamask/sdk@~0.33.1
    

    porto

    porto requires porto

    pnpm add porto@~0.2.35
    

    safe

    safe requires @safe-global/safe-apps-provider and @safe-global/safe-apps-sdk

    pnpm add @safe-global/safe-apps-provider@~0.18.6 @safe-global/safe-apps-sdk@~9.1.0
    

    walletConnect

    walletConnect requires walletconnect/ethereum-provider

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.0.1

Patch Changes

  • Updated dependencies [856548a]:
    • @​wagmi/connectors@​7.0.1

3.0.0

Major Changes

  • All connector dependencies are now optional peer dependencies. This means that if you want to use a specific connector, you need to install its required dependencies. (#4857)

    baseAccount

    baseAccount requires @base-org/account

    pnpm add @base-org/account@~2.4.0
    

    coinbaseWallet

    coinbaseWallet requires @coinbase/wallet-sdk

    pnpm add @coinbase/wallet-sdk@~4.3.6
    

    gemini

    gemini requires @gemini-wallet/core

    pnpm add @gemini-wallet/core@~0.3.1
    

    metaMask

    metaMask requires @metamask/sdk

    pnpm add @metamask/sdk@~0.33.1
    

    porto

    porto requires porto

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

Note

Update docs/package.json to bump wagmi devDependency from 2.x to 3.x.

Written by Cursor Bugbot for commit 8acdddb. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wagmi-3.0.1 branch 2 times, most recently from 6ec2934 to 043541c Compare December 1, 2025 21:15
Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 2.19.5 to 3.0.1.
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: wagmi
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wagmi-3.0.1 branch from 043541c to 8acdddb Compare December 4, 2025 21:39
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"typescript": "^5.5.4",
"viem": "2.x",
"wagmi": "2.x",
"wagmi": "3.x",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Peer dependency mismatch with wagmi 3.x upgrade

Upgrading wagmi to 3.x creates a peer dependency conflict. The seismic-react package declares a peer dependency on "wagmi": "^2.0.0", and @privy-io/wagmi@^1.0.3 requires "wagmi": "^2.14.11". Both are incompatible with wagmi 3.x, which is a major breaking version. This mismatch will likely cause runtime errors or build failures when these packages interact with the new wagmi version's changed API.

Additional Locations (1)

Fix in Cursor Fix in Web

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