fix(deps): update dependency wagmi to v3 #2088
Open
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.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.