Conversation
Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 2.19.5 to 3.5.0. - [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/wagmi@3.5.0/packages/react) --- updated-dependencies: - dependency-name: wagmi dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 2
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", |
There was a problem hiding this comment.
RainbowKit dependency incompatible with wagmi 3.x
High Severity
@rainbow-me/rainbowkit version 2.0.0 does not support wagmi 3.x. RainbowKit 2.0.0 was designed for wagmi 2.x, and as of early 2026, official wagmi 3.x support is not yet available in RainbowKit. This will cause runtime failures when RainbowKit attempts to interact with the incompatible wagmi 3.x APIs, breaking the wallet connection functionality documented in the RainbowKit integration guide.
| "typescript": "^5.5.4", | ||
| "viem": "2.x", | ||
| "wagmi": "2.x", | ||
| "wagmi": "3.x", |
There was a problem hiding this comment.
Privy wagmi connector incompatible with wagmi 3.x
High Severity
@privy-io/wagmi version 1.0.3 does not support wagmi 3.x. This version was designed for wagmi 2.x, and upgrading wagmi to 3.x without updating the Privy connector will cause runtime failures. The Privy integration examples in the documentation will break when users attempt to use the WagmiProvider and createConfig imports from @privy-io/wagmi with wagmi 3.x.
| "typescript": "^5.5.4", | ||
| "viem": "2.x", | ||
| "wagmi": "2.x", | ||
| "wagmi": "3.x", |
There was a problem hiding this comment.
Peer dependency conflict with seismic-react package
High Severity
The workspace dependency seismic-react declares a peer dependency on wagmi: "^2.0.0", but the docs package is upgrading to wagmi: "3.x". This creates an unmet peer dependency that will cause package manager warnings or errors during installation and may lead to type errors when the docs TypeScript checking runs via the twoslash script, as the types exported by seismic-react expect wagmi 2.x APIs.


Bumps wagmi from 2.19.5 to 3.5.0.
Release notes
Sourced from wagmi's releases.
... (truncated)
Changelog
Sourced from wagmi's changelog.
... (truncated)
Commits
0eb6f12chore: version packages (#5007)8b96e2ffeat:useSignTransactionhook (#4995)0a8bd43chore: version packages (#5006)c56fbb5tests: up5e4010efix: closures42f6f5dtests: lax timeouts94f2418tests: fix date9dbdd82refactor(cli,connectors)!: remove former sponsor code8d19980chore: version packages (#4999)5ffeec7chore: tweak webAuthnDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major-version dependency upgrade for
wagmi; risk is limited to the docs build/runtime but may require API adjustments if docs examples or tooling rely onwagmi@2behavior.Overview
Updates the docs site’s dev dependency on
wagmifrom the2.xmajor line to3.xindocs/package.json.Written by Cursor Bugbot for commit c95d938. This will update automatically on new commits. Configure here.