Skip to content

Conversation

@dependabot
Copy link

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

Bumps wagmi from 2.14.13 to 2.19.1.

Release notes

Sourced from wagmi's releases.

[email protected]

Patch Changes

  • Updated dependencies [faf3eed]:
    • @​wagmi/connectors@​6.1.2

[email protected]

Minor Changes

  • Exported internal types (3e634b7)

Patch Changes

  • Updated dependencies [990dd23]:
    • @​wagmi/connectors@​6.1.1

[email protected]

Patch Changes

  • Updated dependencies [ae31a8d]:
    • @​wagmi/connectors@​6.1.0

[email protected]

Patch Changes

  • Updated dependencies [74100b0]:
    • @​wagmi/core@​2.22.1
    • @​wagmi/connectors@​6.0.1

[email protected]

Minor Changes

  • Added useSendTransactionSync and useSendCallsSync Hooks. (#4823)

Patch Changes

  • Updated dependencies [ebb2352]:
    • @​wagmi/core@​2.22.0
    • @​wagmi/connectors@​6.0.0

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

2.19.1

Patch Changes

  • Updated dependencies [faf3eed]:
    • @​wagmi/connectors@​6.1.2

2.19.0

Minor Changes

  • Exported internal types (3e634b7)

Patch Changes

  • Updated dependencies [990dd23]:
    • @​wagmi/connectors@​6.1.1

2.18.2

Patch Changes

  • Updated dependencies [ae31a8d]:
    • @​wagmi/connectors@​6.1.0

2.18.1

Patch Changes

  • Updated dependencies [74100b0]:
    • @​wagmi/core@​2.22.1
    • @​wagmi/connectors@​6.0.1

2.18.0

Minor Changes

  • Added useSendTransactionSync and useSendCallsSync Hooks. (#4823)

Patch Changes

  • Updated dependencies [ebb2352]:
    • @​wagmi/core@​2.22.0
    • @​wagmi/connectors@​6.0.0

2.17.5

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for wagmi since your current version.


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

Upgrade wagmi devDependency in docs/package.json from 2.x to 3.x.

Written by Cursor Bugbot for commit d954b0a. 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 Oct 29, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 29, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wagmi-2.19.1 branch from 0599e25 to c93e3ac Compare November 21, 2025 22:13
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: Incompatible wagmi version with peer dependencies

The PR description states bumping wagmi from 2.14.13 to 2.19.1, but the diff changes the version from 2.x to 3.x, which is a major version upgrade with breaking changes. This creates a peer dependency conflict with @privy-io/[email protected], which explicitly requires wagmi: ^2.14.11 according to the lock file. Installing wagmi 3.x will cause peer dependency warnings or errors and likely runtime failures when using Privy integration, as the packages are incompatible.

Fix in Cursor Fix in Web

Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 2.14.13 to 2.19.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: 2.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wagmi-2.19.1 branch from c93e3ac to d954b0a Compare November 24, 2025 17:19
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #329.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wagmi-2.19.1 branch November 24, 2025 20:35
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