Skip to content

fix(deps): update dependency wagmi to v3#179

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/wagmi-3.x
Open

fix(deps): update dependency wagmi to v3#179
renovate[bot] wants to merge 1 commit intomainfrom
renovate/wagmi-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 23, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
wagmi (source) 0.4.13.6.2 age confidence

Release Notes

wevm/wagmi (wagmi)

v3.6.2

Compare Source

Patch Changes

v3.6.1

Compare Source

Patch Changes
  • Fixed feePayer types for Tempo chains on useSendTransaction, useSendTransactionSync, useWriteContract, and useWriteContractSync. (#​5022)

  • Fixed createUseReadContract return type inference when multiple view functions share the same argument shape. (#​5020)

  • Updated dependencies [2a4660e, f53f3f5]:

v3.6.0

Compare Source

Minor Changes
  • Update MetaMask connector from @metamask/sdk to the new @metamask/connect-evm. (#​4960)

    npm install @​metamask/connect-evm
    npm uninstall @​metamask/sdk
Patch Changes

v3.5.0

Compare Source

Minor Changes
Patch Changes

v3.4.4

Compare Source

Patch Changes

v3.4.3

Patch Changes

v3.4.2

Patch Changes

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes
  • Added useContractEvents hook. (#​4905)

  • Added useBlobBaseFee and useWriteContractSync hooks. (dfe7904)

Patch Changes

v3.3.4

Compare Source

Patch Changes
  • Fixed issue where wagmi/tempo hooks were not propagating UseQueryOptions. (#​4955)

v3.3.2

Compare Source

Patch Changes

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • Updated to viem@2.44.0 with Tempo Moderato support. (#​4940)

    Breaking Changes (Tempo)

    • Renamed reward.useStartreward.useDistribute
    • Renamed reward.useStartSyncreward.useDistributeSync
    • Renamed reward.useGetTotalPerSecondreward.useGetGlobalRewardPerToken
    • Renamed reward.useWatchRewardScheduledreward.useWatchRewardDistributed
    • Removed nonce.useNonceKeyCount
    • Removed nonce.useWatchActiveKeyCountChanged
    • Removed amm.useWatchFeeSwap

    New Features (Tempo)

    • Added dex.useCancelStale hook
    • Added dex.useCancelStaleSync hook
Patch Changes

v3.2.0

Compare Source

Minor Changes
  • Added first-class support and extension for Tempo via /tempo entrypoint. (#​4922)
Patch Changes

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

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

    Allows you to name the hook result whatever you want and not worry about also renaming properties.

    const connect = useConnect(); // connect.isPending
    const transfer = useWriteContract(); // transfer.mutate, transfer.error, transfer.isPending
    const approve = useWriteContract(); // approve.mutate, approve.error

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

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

pnpm add @​walletconnect/ethereum-provider@~2.21.1
Patch Changes

v2.19.5

Compare Source

Patch Changes

v2.19.4

Compare Source

Patch Changes
  • Optimized internal chainId computation for useReadContracts to reduce unnecessary query invalidations. (#​4872)

v2.19.3

Compare Source

Patch Changes

v2.19.2

Compare Source

Patch Changes

v2.19.1

Compare Source

Patch Changes

v2.19.0

Compare Source

Minor Changes
  • Exported internal types (3e634b7)
Patch Changes

v2.18.2

Compare Source

Patch Changes

v2.18.1

Compare Source

Patch Changes

v2.18.0

Compare Source

Minor Changes
  • Added useSendTransactionSync and useSendCallsSync Hooks. (#​4823)
Patch Changes

v2.17.5

Compare Source

Patch Changes

v2.17.4

Compare Source

Patch Changes

v2.17.3

Compare Source

Patch Changes

v2.17.2

Patch Changes

v2.17.1

Patch Changes

v2.17.0

Compare Source

Minor Changes
Patch Changes

v2.16.9

Compare Source

Patch Changes

v2.16.8

Compare Source

Patch Changes

v2.16.6

Compare Source

Patch Changes

v2.16.5

Compare Source

Patch Changes

v2.16.4

Compare Source

Patch Changes

v2.16.3

Compare Source

Patch Changes

v2.16.2

Compare Source

Patch Changes

v2.16.1

Compare Source

Patch Changes

v2.16.0

Compare Source

Minor Changes
Patch Changes

v2.15.7

Compare Source

Patch Changes

v2.15.6

Compare Source

Patch Changes

v2.15.5

Compare Source

Patch Changes

v2.15.4

Compare Source

Patch Changes

v2.15.3

Compare Source

Patch Changes

v2.15.2

Compare Source

Patch Changes

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Minor Changes
Patch Changes

v2.14.16

Compare Source

Patch Changes

v2.14.15

Compare Source

Patch Changes

v2.14.14

Compare Source

Patch Changes

v2.14.13

Compare Source

Patch Changes

v2.14.12

Compare Source

Patch Changes

v2.14.11

Compare Source

Patch Changes

v2.14.10

Compare Source

Patch Changes

v2.14.9

Compare Source

Patch Changes

v2.14.8

Compare Source

Patch Changes

v2.14.7

Compare Source

Patch Changes

v2.14.6

Compare Source

Patch Changes

v2.14.5

Compare Source

Patch Changes

v2.14.4

Compare Source

Patch Changes

v2.14.3

Compare Source

Patch Changes

v2.14.2

Compare Source

Patch Changes

v2.14.1

Compare Source

Patch Changes

v2.14.0

Compare Source

Minor Changes
Patch Changes

v2.13.5

Compare Source

Patch Changes

v2.13.4

Compare Source

Patch Changes

v2.13.3

Compare Source

Patch Changes

v2.13.2

Compare Source

Patch Changes

v2.13.0

Compare Source

Minor Changes
Patch Changes

v2.12.33

Compare Source

Patch Changes

v2.12.32

Compare Source

Patch Changes

v2.12.31

Compare Source

Patch Changes

v2.12.30

Compare Source

Patch Changes

v2.12.29

Compare Source

Patch Changes

v2.12.28

Compare Source

Patch Changes

v2.12.27

Compare Source

Patch Changes

v2.12.26

Compare Source

Patch Changes

v2.12.25

Compare Source

Patch Changes

v2.12.24

Compare Source

Patch Changes

v2.12.23

Compare Source

Patch Changes

v2.12.22

Compare Source

Patch Changes

[v2.12.21](https://redirect.github.com/wevm/wagmi/blob


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on the first day of the week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from e4462e9 to 329738f Compare November 26, 2025 23:37
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 329738f to a0a573d Compare December 4, 2025 23:25
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch 2 times, most recently from 14a15fb to 0eb40ad Compare December 25, 2025 11:46
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch 2 times, most recently from ac0767c to 34708ff Compare January 6, 2026 21:05
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch 3 times, most recently from 7b091a9 to 69b272e Compare January 12, 2026 08:54
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch 2 times, most recently from 66aca3f to 89d0ee7 Compare January 22, 2026 07:51
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 89d0ee7 to aadf4c8 Compare February 2, 2026 00:43
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch 2 times, most recently from b2f7cbb to 04adda9 Compare February 16, 2026 09:03
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 04adda9 to 7d133cb Compare February 18, 2026 03:04
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 7d133cb to 7397674 Compare March 31, 2026 17:10
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 7397674 to 95d20c7 Compare April 15, 2026 20:12
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 95d20c7 to 51f6410 Compare April 16, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants