fix(deps): update dependency wagmi to v3#2088
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Contributor
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
2 times, most recently
from
November 26, 2025 22:42
fd59457 to
5a4ac9f
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
December 3, 2025 19:31
5a4ac9f to
86773ea
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
3 times, most recently
from
December 25, 2025 09:16
5624d00 to
49e0d44
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
2 times, most recently
from
January 6, 2026 20:36
1149b3c to
34b71f0
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
3 times, most recently
from
January 12, 2026 09:31
788ff8a to
a6e9b47
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
3 times, most recently
from
January 22, 2026 01:33
f0c2065 to
fade49b
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
February 2, 2026 00:57
fade49b to
923a241
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
2 times, most recently
from
February 16, 2026 09:46
2e53f6f to
a9e4740
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
February 18, 2026 02:03
a9e4740 to
189b25a
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
March 23, 2026 21:18
189b25a to
4fe403d
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
April 7, 2026 01:30
4fe403d to
8e90746
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
3 times, most recently
from
April 21, 2026 23:02
b42a29c to
a7c8abf
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
April 26, 2026 09:17
a7c8abf to
78c65e0
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
3 times, most recently
from
May 1, 2026 01:23
b1329b7 to
aba72b7
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
5 times, most recently
from
May 15, 2026 05:08
02ce3f7 to
e33165f
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
May 26, 2026 23:07
e33165f to
a1579ad
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
3 times, most recently
from
June 24, 2026 17:59
04dcfb9 to
fc4bb65
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
2 times, most recently
from
June 25, 2026 17:29
7624897 to
aea88f1
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
2 times, most recently
from
July 8, 2026 21:44
8cbbb71 to
bbb966b
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
July 17, 2026 00:10
bbb966b to
5fc6882
Compare
renovate
Bot
force-pushed
the
renovate/wagmi-3.x
branch
from
July 17, 2026 18:42
5fc6882 to
2551a4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.13.3→^3.0.0Release Notes
wevm/wagmi (wagmi)
v3.1.3Compare Source
Patch Changes
Fixed published exports. (
ed86500)Updated dependencies [
ed86500]:v3.1.2Compare Source
Patch Changes
9bbf13e]:v3.1.1Compare Source
Patch Changes
Fixed
useReadContractreturn type inference for ABI function overloads. (058c8c1)Updated dependencies [
058c8c1]:v3.1.0Compare Source
Minor Changes
Deprecated custom mutate function names and renamed to
mutate/mutateAsyncto 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.connectorconnect.connectAsync).After
Allows you to name the hook result whatever you want and not worry about also renaming properties.
v3.0.2Compare Source
Patch Changes
0a46561]:v3.0.1Compare Source
Patch Changes
856548a]:v3.0.0Compare Source
Major Changes
baseAccount
baseAccountrequires@base-org/accountcoinbaseWallet
coinbaseWalletrequires@coinbase/wallet-sdkgemini
geminirequires@gemini-wallet/coremetaMask
metaMaskrequires@metamask/sdkporto
portorequiresportosafe
saferequires@safe-global/safe-apps-providerand@safe-global/safe-apps-sdkwalletConnect
walletConnectrequireswalletconnect/ethereum-providerPatch Changes
73e7326]:v2.19.5Compare Source
Patch Changes
5388de5]:v2.19.4Compare Source
Patch Changes
chainIdcomputation foruseReadContractsto reduce unnecessary query invalidations. (#4872)v2.19.3Compare Source
Patch Changes
2ddb506]:v2.19.2Compare Source
Patch Changes
65cf154]:v2.19.1Compare Source
Patch Changes
faf3eed]:v2.19.0Compare Source
Minor Changes
3e634b7)Patch Changes
990dd23]:v2.18.2Compare Source
Patch Changes
ae31a8d]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.