Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Bump wagmi from 2.19.5 to 3.5.0#344

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wagmi-3.5.0
Open

Bump wagmi from 2.19.5 to 3.5.0#344
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wagmi-3.5.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps wagmi from 2.19.5 to 3.5.0.

Release notes

Sourced from wagmi's releases.

wagmi@3.5.0

Minor Changes

  • Added useSignTransaction (#4995)

Patch Changes

  • Updated dependencies [8b96e2f]:
    • @​wagmi/core@​3.4.0
    • @​wagmi/connectors@​7.2.1

wagmi@3.4.4

Patch Changes

wagmi@3.4.3

Patch Changes

  • Added ability to sign arbitrary hash on webAuthn#connect. (#4994)

  • Updated dependencies [4b3f5a3]:

    • @​wagmi/core@​3.3.3
    • @​wagmi/connectors@​7.1.7

wagmi@3.4.1

Patch Changes

  • Updated dependencies [7f756bd]:
    • @​wagmi/core@​3.3.1
    • @​wagmi/connectors@​7.1.5

wagmi@3.4.0

Minor Changes

  • Added useContractEvents hook. (#4905)

  • Added useBlobBaseFee and useWriteContractSync hooks. (dfe7904)

Patch Changes

  • Fixed createUseWriteContract not returning mutate/mutateAsyc with abi injected. (#4967)

  • Fixed re-subscribe every render for useWatchBlockNumber, useWatchBlocks, useWatchContractEvent, useWatchPendingTransactions. (b5d6911)

  • Updated dependencies [dfe7904, d503a2c, 5399840, 5978cc5, 67612ed, dbe9484]:

    • @​wagmi/core@​3.3.0
    • @​wagmi/connectors@​7.1.4

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.5.0

Minor Changes

  • Added useSignTransaction (#4995)

Patch Changes

  • Updated dependencies [8b96e2f]:
    • @​wagmi/core@​3.4.0
    • @​wagmi/connectors@​7.2.1

3.4.4

Patch Changes

3.4.3

Patch Changes

  • Added ability to sign arbitrary hash on webAuthn#connect. (#4994)

  • Updated dependencies [4b3f5a3]:

    • @​wagmi/core@​3.3.3
    • @​wagmi/connectors@​7.1.7

3.4.2

Patch Changes

  • Updated dependencies [68e17db]:
    • @​wagmi/core@​3.3.2
    • @​wagmi/connectors@​7.1.6

3.4.1

Patch Changes

  • Updated dependencies [7f756bd]:
    • @​wagmi/core@​3.3.1
    • @​wagmi/connectors@​7.1.5

3.4.0

Minor Changes

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

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 on wagmi@2 behavior.

Overview
Updates the docs site’s dev dependency on wagmi from the 2.x major line to 3.x in docs/package.json.

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

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 24, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 24, 2026
Copy link
Copy Markdown

@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.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

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

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

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

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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