Skip to content

chore(deps): Bump react-dom from 19.1.7 to 19.2.6#7

Merged
hizrianraz merged 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dom-19.2.6
May 31, 2026
Merged

chore(deps): Bump react-dom from 19.1.7 to 19.2.6#7
hizrianraz merged 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dom-19.2.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps react-dom from 19.1.7 to 19.2.6.

Release notes

Sourced from react-dom's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 14, 2026

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

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

Project Deployment Actions Updated (UTC)
ainfera-dashboard Ready Ready Preview, Comment May 31, 2026 2:11pm
ainfera-marketing Ready Ready Preview, Comment May 31, 2026 2:11pm

Request Review

@dependabot dependabot Bot changed the title chore(deps): Bump react-dom from 19.0.0-rc-66855b96-20241106 to 19.2.6 chore(deps): Bump react-dom from 19.1.7 to 19.2.6 May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-dom-19.2.6 branch from 10edc70 to ad1ec66 Compare May 14, 2026 07:36
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-dom-19.2.6 branch from ad1ec66 to 0c00788 Compare May 15, 2026 11:22
hizrianraz added a commit that referenced this pull request May 16, 2026
…el slugs

Continues the §1.2 launch-readiness pass on top of the /manwe-pool →
/hermes rename. Updates the marketing surface to match what api PR #7
and specs PR #5 actually ship.

Changes by area:

AAMC voter pool sweep (DeepSeek + Llama 3.3 70B → Grok 4 + Mistral
Large 3, per spec v1.1):
- AAQualityScatter.tsx: replace the 2 retired voter rows with Grok 4
  + Mistral Large 3 entries; bump header comment to v1.1 + date
- ProviderRail.tsx: drop the deepseek tile; add xai + mistral as live;
  ungate google (now live via api#7)
- LayerTower.tsx: L2 description + capabilities list reflect the
  5 AAMC voters
- platform/page.tsx: L2 status text "5 AAMC voters live ·
  Anthropic + OpenAI + Google + xAI + Mistral · Together for Llama"
- page.tsx (homepage): both L2 hero descriptions updated
- skill.md/route.ts: L2 routing summary updated

SDK API accuracy (real `ainfera` SDK calls, not invented):
- content/docs.ts /docs/quickstart: rewritten to AinferaClient +
  client.agents.register + agent.wallet.topup + agent.inference; uses
  ai_live_* key format; honest wallet topup language (manual approval
  for launch week, automated x402 in Week 1 fast-follow)
- page.tsx QS_PYTHON / QS_TS / QS_CURL homepage code blocks: same
  rewrite — Agent.create + agent.infer + cap_per_day replaced with
  the actual SDK signature
- HeroFlow.tsx, TerminalBlock.tsx, SignedChain.tsx: visible
  agent.infer() labels updated to agent.inference()

Model slug normalization (dots → dashes — code identifiers should be
dashed, display names keep dots):
- PrimitiveDiagram.tsx: claude-opus-4.7 + gpt-5.5 + gemini-3.1-pro
  → dashed variants
- TerminalBlock.tsx code data: "claude-opus-4.7" → "claude-opus-4-7"
  in 2 places

Glossary fix:
- AAMC entry was wrong (said "Agent-to-Agent Model Context" — that's
  not what AAMC stands for). Now reads: "Adjudication and Auto-
  Modification Council — 5 frontier Voters × 5 Lenses, with 3-of-5
  advisory, 4-of-5 binding, 5-of-5+Council self-modification quorum."

Verification:
- tsc green after clearing stale .next/types
- No more DeepSeek or Llama 3.3 70B references in source (only an
  intentional CHANGELOG-reference comment in AAQualityScatter)
- All `agent.infer*` user-visible labels now agent.inference
- All dotted model slugs gone; display names preserved

Companion to: AAMC spec v1.1 (specs#5), api adapter wiring (api#7),
verify trust-note (verify#6), mcp-server quickstart refresh (#6).

Linear: AIN-95 (parent AIN-93 §1.2 subsections A, B, C, H, I)

Co-Authored-By: Claude <noreply@anthropic.com>
hizrianraz added a commit that referenced this pull request May 16, 2026
…+ CDP rail + ai_infera_ (#15)

* feat(marketing): rename /manwe-pool → /hermes (customer-facing brand fix)

The /manwe-pool route was the customer landing page for hermes-agent
builders, but "Manwe" is the founder's private agent Aratar codename
(see project-ainfera-topology memory). Using it externally conflated
the cap-table-separate founder asset with a customer cohort label.

Renames the route and brand to "Hermes Pool" — parallel to "OpenClaw
Pool", named for the framework the cohort uses. The Pool 1 · hermes-
agent eyebrow text is unchanged.

Changes:
- git mv apps/marketing/app/manwe-pool → app/hermes
- All Manwe Pool / /manwe-pool references in page.tsx, /openclaw, and
  /platform updated to Hermes Pool / /hermes
- sitemap.ts, lib/og.tsx OG map, og/[slug]/route.tsx slug list
- Duplicated public/og/manwe-pool.png → hermes.png (old asset retained
  for any cached crawlers; safe to delete after 308 settles)
- next.config.mjs: added 308 (permanent: false) redirect
  /manwe-pool → /hermes so backlinks keep working

Vocabulary lock check: "Hermes" is banned as an agent codename per
web/.claude/CLAUDE.md. "Hermes Pool" is a customer cohort marketing
label (parallel to "OpenClaw Pool"), same as the framework name —
not an agent codename. The actual hermes-agent framework name is
used lowercase throughout, which the CLAUDE.md explicitly allows.

tsc green after clearing stale .next/types build artifacts.

Linear: AIN-95 (parent AIN-93 § §1.2-D + §1.2-C cards)

Co-Authored-By: Claude <noreply@anthropic.com>

* feat(marketing): launch-readiness sweep — AAMC lineup + SDK API + model slugs

Continues the §1.2 launch-readiness pass on top of the /manwe-pool →
/hermes rename. Updates the marketing surface to match what api PR #7
and specs PR #5 actually ship.

Changes by area:

AAMC voter pool sweep (DeepSeek + Llama 3.3 70B → Grok 4 + Mistral
Large 3, per spec v1.1):
- AAQualityScatter.tsx: replace the 2 retired voter rows with Grok 4
  + Mistral Large 3 entries; bump header comment to v1.1 + date
- ProviderRail.tsx: drop the deepseek tile; add xai + mistral as live;
  ungate google (now live via api#7)
- LayerTower.tsx: L2 description + capabilities list reflect the
  5 AAMC voters
- platform/page.tsx: L2 status text "5 AAMC voters live ·
  Anthropic + OpenAI + Google + xAI + Mistral · Together for Llama"
- page.tsx (homepage): both L2 hero descriptions updated
- skill.md/route.ts: L2 routing summary updated

SDK API accuracy (real `ainfera` SDK calls, not invented):
- content/docs.ts /docs/quickstart: rewritten to AinferaClient +
  client.agents.register + agent.wallet.topup + agent.inference; uses
  ai_live_* key format; honest wallet topup language (manual approval
  for launch week, automated x402 in Week 1 fast-follow)
- page.tsx QS_PYTHON / QS_TS / QS_CURL homepage code blocks: same
  rewrite — Agent.create + agent.infer + cap_per_day replaced with
  the actual SDK signature
- HeroFlow.tsx, TerminalBlock.tsx, SignedChain.tsx: visible
  agent.infer() labels updated to agent.inference()

Model slug normalization (dots → dashes — code identifiers should be
dashed, display names keep dots):
- PrimitiveDiagram.tsx: claude-opus-4.7 + gpt-5.5 + gemini-3.1-pro
  → dashed variants
- TerminalBlock.tsx code data: "claude-opus-4.7" → "claude-opus-4-7"
  in 2 places

Glossary fix:
- AAMC entry was wrong (said "Agent-to-Agent Model Context" — that's
  not what AAMC stands for). Now reads: "Adjudication and Auto-
  Modification Council — 5 frontier Voters × 5 Lenses, with 3-of-5
  advisory, 4-of-5 binding, 5-of-5+Council self-modification quorum."

Verification:
- tsc green after clearing stale .next/types
- No more DeepSeek or Llama 3.3 70B references in source (only an
  intentional CHANGELOG-reference comment in AAQualityScatter)
- All `agent.infer*` user-visible labels now agent.inference
- All dotted model slugs gone; display names preserved

Companion to: AAMC spec v1.1 (specs#5), api adapter wiring (api#7),
verify trust-note (verify#6), mcp-server quickstart refresh (#6).

Linear: AIN-95 (parent AIN-93 §1.2 subsections A, B, C, H, I)

Co-Authored-By: Claude <noreply@anthropic.com>

* feat(launch-readiness): swap dashboard rail Stripe→CDP wallet + ai_infera_ key prefix in marketing snippets

Dashboard:
- settings: rail label "Stripe Customer Balance" → "CDP Smart-Wallet · x402"; USDC simplified; toast/button copy aligned to CDP funding flow
- wallet: drop "Top up via Stripe" ghost button (rail no longer Stripe)

Marketing snippets — uniform ai_infera_ key prefix:
- /build quickstart response, / page Python+TS snippets, /skill.md quickstart, /docs quickstart

No behavior change to API or SDK. Copy + prefix only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-dom-19.2.6 branch from 0c00788 to 284e438 Compare May 23, 2026 07:21
@dependabot dependabot Bot requested a review from hizrianraz as a code owner May 23, 2026 07:21
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.1.7 to 19.2.6.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-dom-19.2.6 branch from 284e438 to 6a05ef6 Compare May 31, 2026 14:10
@hizrianraz hizrianraz merged commit 9113ddf into main May 31, 2026
6 checks passed
@hizrianraz hizrianraz deleted the dependabot/npm_and_yarn/react-dom-19.2.6 branch May 31, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant