Skip to content

chore(deps): bump next from 16.2.6 to 16.2.10#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/next-16.2.10
Open

chore(deps): bump next from 16.2.6 to 16.2.10#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/next-16.2.10

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps next from 16.2.6 to 16.2.10.

Release notes

Sourced from next's releases.

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#94050)
  • [backport] Propagate adapter preferred regions (#94200)
  • [16.2.x] Don't drop FormData entries (#94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#94284)

Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

Commits

@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 14, 2026 5:15pm

@socket-security

socket-security Bot commented Jul 7, 2026

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/​next@​16.2.6 ⏵ 16.2.1064 +1410091 +19970

View full report

Bumps [next](https://github.com/vercel/next.js) from 16.2.6 to 16.2.10.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.6...v16.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next-16.2.10 branch from 1c06ac9 to b649da2 Compare July 14, 2026 17:08
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>
thisyearnofear pushed a commit that referenced this pull request Jul 16, 2026
…ION.md

#3 SUBMISSION.md updated to reflect current product
   - Section 5 rewritten from "Next.js Dashboard" (single page) to
     "Next.js Web App — 3-Page Architecture" covering all three routes:
     landing page (/), agent dashboard (/agent), wallet analyzer (/analyzer)
   - Each route described with its specific role and features
   - Added: 4-act narrative, multi-chain anchor panel, conviction proven
     callout, cycle timeline, conviction-to-trade flow, shared design system
   - Component table updated: "Next.js dashboard" → "Next.js web app —
     landing page, dashboard, wallet analyzer"; added "Cross-chain
     anchoring — Casper + Mantle + Aleo"
   - Live Links updated: added landing page and wallet analyzer URLs
   - "Why This Fits" section updated to mention 3-chain anchoring
     with distinct roles per chain

#4 "Early, Not Wrong" moment on the home page
   - Home page now fetches heldPositions + positionVerdicts from /conviction
   - When a position was held through ≥10% drawdown and is now profitable,
     a prominent highlighted section appears between the 4-act grid and
     the conviction preview:
     "◆ Early, Not Wrong — conviction proven, live on-chain
      FET · scored 72 → entered cycle 124 → dipped −15.2% →
      held 3 cycles → now +38.4%"
   - 2px patience-colored border with glow shadow
   - Includes the verdict reason and a link to the full conviction ledger
   - A judge who lands on the home page understands the product thesis
     in 3 seconds without clicking anything

#5 Conviction signal breakdown bar chart on dashboard
   - The top signal now has a visual 6-factor composition bar above
     the signal list
   - Horizontal stacked bar with colored segments proportional to each
     factor's contribution: Contrarian (signal), RSI (cyan), Quality
     (patience), Regime (blue), Holders (amber), Vol penalty (impatience),
     News (emerald/impatience)
   - Factor legend below with colored dots and signed values
   - Makes the scoring engine feel like a real model, not just a number
   - Only shows for the top signal to avoid clutter

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