radar

Radar — December 2025

Selected release notes for 2025-12-01 → 2026-01-01. The version links lead to the full release notes.

React

19.2.3 — Dec 11, 2025

  • Server Functions hardening: extra loop protection added — the same patch shipped across the 19.0.x and 19.1.x lines the same day.

Node.js

Version 24.12.0 ‘Krypton’ (LTS) — Dec 10, 2025

  • Type stripping marked stable on the LTS line.
  • Permission model gains --allow-inspector; compile cache can be made portable.
  • v8: CPU profile API.

CSS / Web platform

v3.12.0 — Dec 18, 2025

  • New features: wasm-branch-hinting, scroll-target-group, scroll-marker-targets, document-caretpositionfrompoint.
  • hidden-until-found now marked unsupported in Firefox (still Limited Availability).

v3.11.0 — Dec 9, 2025

  • New features: interest-invokers, anchor-position container queries, scroll-into-view-container, range syntax for style queries, toggleevent-source, and web-install.

v3.10.0 — Dec 1, 2025

  • discouraged features now carry reason / reason_html, and optionally a removal_date marking pending or completed browser removal.

Browsers

v7.2.2 — Dec 17, 2025

  • Safari 26.3 release data; <details> search_match_opens and the Sec-CH-* client-hint headers tracked.

v7.2.0 — Dec 10, 2025

  • CSS attr() type-or-unit and fallback support tracked (typed attr()).

v7.1.24 — Dec 5, 2025

  • zstd in CompressionStream / DecompressionStream and ClipboardChangeEvent tracked.

Material UI

v7.3.6 — Dec 3, 2025

  • ListItem: secondaryAction slot.
  • Slider accepts a readonly array for marks; TextField slot props are extensible via TS module augmentation.

Zod

v4.3.0 — Dec 31, 2025

  • JSON Schema conversion covers the full surface: all primitive types, string formats, composition (anyOf/oneOf/allOf), object and array constraints, $ref with circular schemas, metadata preserved.
  • ⚠ E.164 phone regex tightened — non-zero leading digit, 7–15 digits total.

v4.2.0 — Dec 15, 2025

  • z.fromJSONSchema and a .toJSONSchema method; new z.looseRecord and z.xor.

Jotai

v2.16.0 — Dec 9, 2025

  • atomFamily in jotai/utils deprecated — migrate to jotai-family.

i18next

v25.7.0 — Dec 1, 2025

  • cloneInstance creates a new interpolator when interpolation options are passed.

Sentry JS

10.32.0 — Dec 18, 2025

  • TanStack Start server functions traced; Vue gets a TanStack Router integration.
  • Replay can attach request bodies via attachRawBodyFromRequest; scope attributes apply to logs.

10.31.0 — Dec 16, 2025

  • Browser: GraphQL persisted operations support (hash + protocol version attributes).
  • Node: propagateTraceparent option.

10.30.0 — Dec 11, 2025

  • ⚠ Next.js Webpack top-level options deprecated.
  • Node captures scope when the event loop is blocked.

10.28.0 — Dec 2, 2025

  • LangChain v1 support; LangChain/LangGraph instrumentation exposed in the browser SDK.
  • AWS Lambda layer published for Node 24; isolateTrace option on Sentry.withMonitor.

Vitest

v4.0.15 — Dec 2, 2025

  • Reporters print an import duration breakdown; module cache opt-out at the plugin level.

Turborepo

Turborepo v2.7.0 — Dec 19, 2025

  • Turborepo Devtools.
  • Yarn 4 catalogs support; task-level extends field.
  • Faster lookup of tasks impacted by package changes.

Turborepo v2.7.1 — Dec 20, 2025

  • turbo query can now query external dependencies.

TanStack CLI

v0.44.0 — Dec 22, 2025

  • Apollo Client add-on.

v0.41.0 — Dec 4, 2025

  • TanStack AI add-on for React.

TanStack Router

v1.145.0 — Dec 27, 2025

  • Start: async server-function validation enabled.

v1.144.0 — Dec 27, 2025

  • RawStream lands across router and Start packages.

v1.142.11 — Dec 22, 2025

  • json helper deprecated in favor of the standard Response.json.

v1.142.0 — Dec 20, 2025

  • File-based routing: any special string can now be escaped in route file names.

v1.141.8 — Dec 19, 2025

  • Vue support matures: vue-router Sentry integration via tanstackRouterBrowserTracingIntegration, Vue Start example apps and e2e suites (@tanstack/vue-router / vue-start packages now publish alongside React and Solid).

TanStack Store

v0.9.0 — Dec 1, 2025

  • Preact adapter added (published as @tanstack/preact-store in v0.10.0).