radar

Radar — October 2025

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

React

19.2.0 — Oct 1, 2025

  • <Activity> — hide and restore the UI and internal state of its children.
  • useEffectEvent — extract non-reactive logic into an Effect Event.
  • cacheSignal (RSC) signals when the cache lifetime is over.
  • React Performance tracks appear on the browser devtools Performance panel.
  • New resume / resumeAndPrerender APIs continue a prerender to a stream or HTML; prerender now returns a postponed state to feed them.
  • ⚠ React DOM now batches Suspense boundary reveals, matching client-side rendering behavior.

Node.js

Version 25.1.0 (Current) — Oct 28, 2025

  • http: optimizeEmptyRequests server option; sqlite gains a defensive flag; new watch config namespace.

Version 22.21.0 ‘Jod’ (LTS) — Oct 20, 2025

  • Built-in HTTP proxy support in http/https.request and Agent, plus --use-env-proxy / NODE_USE_ENV_PROXY for fetch.
  • --max-old-space-size accepts percentages.

Version 25.0.0 (Current) — Oct 15, 2025

  • --allow-net permission added to the permission model.
  • Web Storage unflagged (--experimental-webstorage on by default); global ErrorEvent exposed.
  • ⚠ End-of-life sweep: SlowBuffer, assert.CallTracker, multi-argument assert.fail, child_process._channel, and the bound-function asyncResource property are gone.

Version 24.10.0 (Current) — Oct 11, 2025

  • sqlite: authorization API; console accepts per-stream inspectOptions.

CSS / Web platform

v3.6.0 — Oct 21, 2025

  • The npm package now ships per-BCD-key statuses as status.by_compat_key.

v3.5.0 — Oct 15, 2025

  • New features: caret-shape (CSS) and queueMicrotask.

v3.4.0 — Oct 8, 2025

  • New features: clipboardchange event, ariaNotify, IndexedDB getAllRecords, WebRTC encoded transform.

v3.3.0 — Oct 2, 2025

  • New feature: topics (Topics API), plus a large description backfill.

Browsers

v7.1.17 — Oct 28, 2025

  • Brotli in CompressionStream / DecompressionStream now tracked; RTCEncodedAudioFrame.getMetadata return properties added.

v7.1.12 — Oct 10, 2025

  • WebNN surface tracked: MLContext tensor APIs, MLTensor, new MLGraphBuilder ops.

v7.1.11 — Oct 7, 2025

  • IndexedDB getAll / getAllKeys options object with direction; PushEvent.notification and Window.pushManager.

v7.1.10 — Oct 3, 2025

  • Document.activeViewTransition, NavigationPrecommitController, and computed styles returning CSSStyleProperties tracked; Edge 144 release data.

Storybook

v10.0.0 — Oct 28, 2025

  • Module automocking for easier testing.
  • Typesafe CSF factories preview for React.
  • Tag filtering exclusion and configuration for sidebar management.
  • Next 16, Vitest 4, and Svelte async components support.

v9.1.14 — Oct 24, 2025

  • Next.js 16 support and Vitest 4 support on the 9.x line.

Material UI

v7.3.3 — Oct 2, 2025

  • CircularProgress: track slot via enableTrackSlot.
  • Autocomplete: highlighted index syncs when the popup opens.
  • Steppers: TransitionProps replaced with slotProps.transition.

Axios

v1.13.0 — Oct 27, 2025

  • HTTP/2 support in the http adapter.

i18next

v25.6.0 — Oct 10, 2025

  • exists now respects returnObjects — returns false when accessing an object key with returnObjects: false.

Konva

10.0.6 — Oct 22, 2025

  • Enhanced Image.getClientRect.

10.0.3 — Oct 21, 2025

  • TextPath: text decoration options — line-through, including combined styles with underline.
  • Better type inference for Rect attributes.

Sentry JS

10.22.0 — Oct 24, 2025

  • LangChain instrumentation (core, Cloudflare, Vercel Edge).
  • Node: Firebase v2 cloud functions instrumented.

10.21.0 — Oct 21, 2025

  • Browser profiling: trace lifecycle mode for UI profiling.
  • Nuxt: database, server cache, and storage APIs instrumented.
  • Browser: onRequestSpanEnd hook in the tracing integration.

10.20.0 — Oct 15, 2025

  • Growthbook feature-flags integration; TanStack Router Solid support.
  • Next.js: native debugIds in Turbopack.

10.18.0 — Oct 7, 2025

  • Node: pino integration; ⚠ the separate @sentry/pino-transport package is removed.
  • Google GenAI: stream responses and tool calls supported.

Playwright

v1.56.0 — Oct 6, 2025

  • Playwright Agents: a planner that explores the app and produces a Markdown test plan, a generator that turns the plan into test files, and a healer that runs the suite and repairs failing tests.
  • New page.consoleMessages, page.pageErrors, and page.requests for retrieving recent console/network activity.
  • --test-list / --test-list-invert to pick tests from a file.

Vitest

v4.0.0 — Oct 22, 2025

  • ⚠ Major cleanup: 'basic' reporter removed, UserConfig type replaced by ViteUserConfig, deprecated coverage options moved to vitest/node exports.
  • ⚠ Node types removed from the main entry point — import from vitest/node.
  • ⚠ Vite 5 support dropped.

Turborepo

Turborepo v2.6.0 — Oct 31, 2025

  • Microfrontends support, with schema.json for microfrontends.json.
  • ~8.6× faster ESLint rule; TUI task-list search with /.
  • New OAuth flow for the Turborepo CLI with Vercel.

TanStack CLI

v0.34.0 — Oct 20, 2025

  • Drizzle add-on.

v0.31.0 — Oct 8, 2025

  • Redwood SDK support.

v0.29.0 — Oct 6, 2025

  • Prisma support.

v0.28.0 — Oct 5, 2025

  • Strapi and WorkOS add-ons; Convex add-on for Solid.

TanStack Query

v4.42.0 — Oct 16, 2025

  • v4 line adds React 19 to peerDeps.

TanStack Router

v1.134.0 — Oct 29, 2025

  • Start: ServerEntry type exported to allow typing default exports.

v1.133.0 — Oct 13, 2025

  • Devtools: history tab.

TanStack Store

v0.8.0 — Oct 11, 2025

  • Custom comparator / equality function support.