Skip to content

chore(deps): bump wagmi from 3.6.0 to 3.7.0#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wagmi-3.7.0
Open

chore(deps): bump wagmi from 3.6.0 to 3.7.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wagmi-3.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown

Bumps wagmi from 3.6.0 to 3.7.0.

Release notes

Sourced from wagmi's releases.

wagmi@3.7.0

Minor Changes

  • Breaking (wagmi/tempo): Updated Tempo APIs for viem 2.54.0: token balance and allowance reads now return Amount objects. (#5188)

Patch Changes

  • Updated dependencies [a45049e]:
    • @​wagmi/core@​3.6.0
    • @​wagmi/connectors@​8.0.21

wagmi@3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

wagmi@3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

wagmi@3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

wagmi@3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

wagmi@3.6.16

Patch Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.7.0

Minor Changes

  • Breaking (wagmi/tempo): Updated Tempo APIs for viem 2.54.0: token balance and allowance reads now return Amount objects. (#5188)

Patch Changes

  • Updated dependencies [a45049e]:
    • @​wagmi/core@​3.6.0
    • @​wagmi/connectors@​8.0.21

3.6.21

Patch Changes

  • Fixed Tempo types so transaction override parameters are optional. (#5171)

  • Updated dependencies [1d6989e]:

    • @​wagmi/core@​3.5.5
    • @​wagmi/connectors@​8.0.20

3.6.20

Patch Changes

  • Fixed Tempo Zone types for optional fields. (#5167)

  • Updated dependencies [f0b78c3]:

    • @​wagmi/core@​3.5.4
    • @​wagmi/connectors@​8.0.19

3.6.19

Patch Changes

  • Added connector-specific subpath exports and marked optional connector dependency imports as optional for Turbopack resolution. (#5165)

  • Updated dependencies [05338be, 05338be]:

    • @​wagmi/connectors@​8.0.18
    • @​wagmi/core@​3.5.3

3.6.18

Patch Changes

  • Updated dependencies [3e12a5e]:
    • @​wagmi/connectors@​8.0.17
    • @​wagmi/core@​3.5.2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

---
updated-dependencies:
- dependency-name: wagmi
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 7, 2026
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
earlynotwrong Ready Ready Preview, Comment Jul 7, 2026 11:28pm

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​wagmi@​3.6.0 ⏵ 3.7.080 +110079 +197100

View full report

thisyearnofear pushed a commit that referenced this pull request Jul 16, 2026
Seven improvements to surface all chains, capabilities, and connect
the conviction side to the trading side:

#1 Multi-chain anchor status panel (src/components/recent-anchors.tsx)
   - Replaced flat history list with a 3-column panel: Casper, Mantle, Aleo
   - Each chain gets equal visual weight with its own colored border/bg
   - Shows latest anchor status, tx hash, and explorer link per chain
   - Fetches from both /conviction (anchorResults) and /casper/anchors
   - Rolling history list below, grouped by chain with color-coded labels

#2 Aleo added to dashboard narrative
   - Aleo now appears as the third column in the anchor panel
   - Role label: "Privacy-preserving thesis proof"
   - No longer buried in /analyzer's Strategist tab only

#3 Chain legend
   - One-line legend under the 3-column panel:
     "Casper = public registry · Mantle = EVM mirror · Aleo = privacy proof"
   - Tells a judge why there are three chains, not just that there are three

#4 Conviction-to-trade flow (src/app/agent/page.tsx)
   - Held positions now show the conviction score that motivated entry
   - "scored 72" annotation in signal color, with rationale on hover
   - Conviction Ledger card title shows "positions ← signals" hint
   - The connection between scoring and trading is now visible

#5 Shared conviction-core framework surfaced
   - Row 0 orientation text now mentions conviction-core:
     "The same conviction-core framework that scores the agent's trades
      also powers the wallet analyzer"
   - Links to /analyzer to connect the two sides of the product

#6 MCP/CAP story reframed (ReputationApiCard)
   - Renamed from "Agent Reputation API" to "Agent-to-Agent Reputation"
   - Badge now shows "MCP · x402 · CROO CAP" (all three protocols)
   - Description rewritten to lead with the unique capability:
     "Other AI agents query this agent's verifiable track record over
      Model Context Protocol, paying per call through x402 micropayments
      on Casper. The agent also advertises reputation services on the
      CROO network, settled in USDC on Base — agent-to-agent commerce,
      no human in the loop."

#7 Cycle timeline strip
   - Horizontal strip in Row 0 showing the 6 pipeline steps with checkmarks:
     "Cycle 127: ✓ data → ✓ score → ✓ manage → ✓ execute → ✓ anchor → ✓ narrate"
   - Shows "next in Xm" countdown to the next cycle
   - Proves the agent is a complete autonomous loop, not just a trader

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants