Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the wevm group with 1 update: wagmi.

Updates wagmi from 2.17.5 to 3.1.4

Release notes

Sourced from wagmi's releases.

wagmi@3.1.4

Patch Changes

  • Updated dependencies [a5c4381]:
    • @​wagmi/core@​3.0.2
    • @​wagmi/connectors@​7.0.6

wagmi@3.1.3

Patch Changes

  • Fixed published exports. (ed86500)

  • Updated dependencies [ed86500]:

    • @​wagmi/connectors@​7.0.5

wagmi@3.1.2

Patch Changes

  • Updated dependencies [9bbf13e]:
    • @​wagmi/connectors@​7.0.4

wagmi@3.1.1

Patch Changes

  • Fixed useReadContract return type inference for ABI function overloads. (058c8c1)

  • Updated dependencies [058c8c1]:

    • @​wagmi/core@​3.0.1
    • @​wagmi/connectors@​7.0.3

wagmi@3.1.0

Minor Changes

  • Deprecated custom mutate function names and renamed to mutate/mutateAsync to reduce destructure key renaming fatigue and align with TanStack Query terminology. (#4878)

    Before

    Had to destructure hook result and often rename keys when using multiple of the same hook. Could decide not to destructure, but syntax becomes awkward for mutate functions (e.g. connect.connect or connect.connectAsync).

    const { connect, isPending: connectIsPending } = useConnect();
    const {
      writeContract: transfer,
      error: transferError,
      isPending: transferIsPending,
    } = useWriteContract();
    const { writeContract: approve, error: approveError } = useWriteContract();

    After

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.1.4

Patch Changes

  • Updated dependencies [a5c4381]:
    • @​wagmi/core@​3.0.2
    • @​wagmi/connectors@​7.0.6

3.1.3

Patch Changes

  • Fixed published exports. (ed86500)

  • Updated dependencies [ed86500]:

    • @​wagmi/connectors@​7.0.5

3.1.2

Patch Changes

  • Updated dependencies [9bbf13e]:
    • @​wagmi/connectors@​7.0.4

3.1.1

Patch Changes

  • Fixed useReadContract return type inference for ABI function overloads. (058c8c1)

  • Updated dependencies [058c8c1]:

    • @​wagmi/core@​3.0.1
    • @​wagmi/connectors@​7.0.3

3.1.0

Minor Changes

  • Deprecated custom mutate function names and renamed to mutate/mutateAsync to reduce destructure key renaming fatigue and align with TanStack Query terminology. (#4878)

    Before

    Had to destructure hook result and often rename keys when using multiple of the same hook. Could decide not to destructure, but syntax becomes awkward for mutate functions (e.g. connect.connect or connect.connectAsync).

    const { connect, isPending: connectIsPending } = useConnect();
    const {
      writeContract: transfer,
      error: transferError,
      isPending: transferIsPending,

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the wevm group with 1 update: [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react).


Updates `wagmi` from 2.17.5 to 3.1.4
- [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.1.4/packages/react)

---
updated-dependencies:
- dependency-name: wagmi
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wevm
...

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 Jan 1, 2026
@dependabot dependabot bot requested a review from naps62 as a code owner January 1, 2026 11:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@vercel
Copy link

vercel bot commented Jan 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
ethui-site Error Error Jan 1, 2026 11:15am

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