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 thecachelifetime is over.- React Performance tracks appear on the browser devtools Performance panel.
- New
resume/resumeAndPrerenderAPIs continue a prerender to a stream or HTML;prerendernow returns apostponedstate 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:optimizeEmptyRequestsserver option;sqlitegains a defensive flag; newwatchconfig namespace.
Version 22.21.0 ‘Jod’ (LTS) — Oct 20, 2025
- Built-in HTTP proxy support in
http/https.requestandAgent, plus--use-env-proxy/NODE_USE_ENV_PROXYfor fetch. --max-old-space-sizeaccepts percentages.
Version 25.0.0 (Current) — Oct 15, 2025
--allow-netpermission added to the permission model.- Web Storage unflagged (
--experimental-webstorageon by default); globalErrorEventexposed. - ⚠ End-of-life sweep:
SlowBuffer,assert.CallTracker, multi-argumentassert.fail,child_process._channel, and the bound-functionasyncResourceproperty are gone.
Version 24.10.0 (Current) — Oct 11, 2025
sqlite: authorization API;consoleaccepts per-streaminspectOptions.
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) andqueueMicrotask.
v3.4.0 — Oct 8, 2025
- New features:
clipboardchangeevent,ariaNotify, IndexedDBgetAllRecords, 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/DecompressionStreamnow tracked;RTCEncodedAudioFrame.getMetadatareturn properties added.
v7.1.12 — Oct 10, 2025
- WebNN surface tracked:
MLContexttensor APIs,MLTensor, newMLGraphBuilderops.
v7.1.11 — Oct 7, 2025
- IndexedDB
getAll/getAllKeysoptions object withdirection;PushEvent.notificationandWindow.pushManager.
v7.1.10 — Oct 3, 2025
Document.activeViewTransition,NavigationPrecommitController, and computed styles returningCSSStylePropertiestracked; 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:
TransitionPropsreplaced withslotProps.transition.
Axios
v1.13.0 — Oct 27, 2025
- HTTP/2 support in the http adapter.
i18next
v25.6.0 — Oct 10, 2025
existsnow respectsreturnObjects— returnsfalsewhen accessing an object key withreturnObjects: 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 withunderline. - 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:
tracelifecycle mode for UI profiling. - Nuxt: database, server cache, and storage APIs instrumented.
- Browser:
onRequestSpanEndhook 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:
pinointegration; ⚠ the separate@sentry/pino-transportpackage 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, andpage.requestsfor retrieving recent console/network activity. --test-list/--test-list-invertto pick tests from a file.
Vitest
v4.0.0 — Oct 22, 2025
- ⚠ Major cleanup:
'basic'reporter removed,UserConfigtype replaced byViteUserConfig, deprecated coverage options moved tovitest/nodeexports. - ⚠ 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.jsonformicrofrontends.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:
ServerEntrytype 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.