Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
wagmi (source) ^2.13.3 -> ^3.0.0 age confidence

Release Notes

wevm/wagmi (wagmi)

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

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.


  • 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 added the dependencies Pull requests that update a dependency file label Nov 19, 2025
@renovate renovate bot requested review from 0237h and YaroShkvorets November 19, 2025 21:10
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 19, 2025

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

Latest commit: 86773ea
Status: ✅  Deploy successful!
Preview URL: https://610b98ec.graph-tooling.pages.dev
Branch Preview URL: https://renovate-wagmi-3-x.graph-tooling.pages.dev

View logs

@changeset-bot
Copy link

changeset-bot bot commented Nov 19, 2025

⚠️ No Changeset found

Latest commit: 86773ea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/graph-cli 0.98.2-alpha-20251203193153-86773ea564c69cf11c49045e73ef7f35bcf7f5b2 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/wagmi-3.x branch 2 times, most recently from fd59457 to 5a4ac9f Compare November 26, 2025 22:42
@renovate renovate bot force-pushed the renovate/wagmi-3.x branch from 5a4ac9f to 86773ea Compare December 3, 2025 19:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant