Skip to content

chore(deps): bump wagmi from 2.19.2 to 3.6.15#3905

Merged
flopez7 merged 2 commits into
developfrom
dependabot/npm_and_yarn/develop/wagmi-3.6.15
May 20, 2026
Merged

chore(deps): bump wagmi from 2.19.2 to 3.6.15#3905
flopez7 merged 2 commits into
developfrom
dependabot/npm_and_yarn/develop/wagmi-3.6.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps wagmi from 2.19.2 to 3.6.15.

Release notes

Sourced from wagmi's releases.

wagmi@3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

wagmi@3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

wagmi@3.6.13

Patch Changes

  • Fixed useReadContracts to prefer an explicit chainId parameter over inferred or connected chain ids. (8c56235)

wagmi@3.6.12

Patch Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

3.6.13

Patch Changes

  • Fixed useReadContracts to prefer an explicit chainId parameter over inferred or connected chain ids. (8c56235)

3.6.12

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 16, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 16, 2026

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

Project Deployment Actions Updated (UTC)
faucet-frontend Ready Ready Preview, Comment May 20, 2026 11:24am
human-app Ready Ready Preview, Comment May 20, 2026 11:24am
staking-dashboard Ready Ready Preview, Comment May 20, 2026 11:24am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
faucet-server Ignored Ignored Preview May 20, 2026 11:24am
human-dashboard-frontend Skipped Skipped May 20, 2026 11:24am

Request Review

@flopez7
Copy link
Copy Markdown
Contributor

flopez7 commented May 20, 2026

@dependabot rebase

Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 2.19.2 to 3.6.15.
- [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.6.15/packages/react)

---
updated-dependencies:
- dependency-name: wagmi
  dependency-version: 3.6.15
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@flopez7 flopez7 self-assigned this May 20, 2026
@flopez7 flopez7 moved this from Todo to Done in Core tech - 2026 (H1) May 20, 2026
@flopez7 flopez7 merged commit c8c089f into develop May 20, 2026
16 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/wagmi-3.6.15 branch May 20, 2026 12:40
@portuu3 portuu3 mentioned this pull request May 20, 2026
15 tasks
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant