radar

Radar — July 2025

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

Node.js

Version 24.5.0 (Current) — Jul 31, 2025

  • worker: Web Locks API added.
  • dns: support max timeout; --cpu-prof-name accepts a ${pid} placeholder.
  • net.blocklist gains file save and file management.

Version 22.18.0 ‘Jod’ (LTS) — Jul 31, 2025

  • import.meta.main implemented.
  • Permission model flags propagate on spawn, plus permission.has(addon).
  • sqlite: readBigInts option at connection level; new --watch-kill-signal flag.

Version 24.4.0 (Current) — Jul 9, 2025

  • fs: disposable mkdtempSync.
  • crypto.hash supports outputLength for XOF functions.

CSS / Web platform

v2.43.0 — Jul 31, 2025

  • Add Sanitizer API feature.

v2.42.0 — Jul 22, 2025

  • Add compat key for CSS if(); ImageBitmapRenderingContext split into its own feature.

v2.41.0 — Jul 3, 2025

  • Add sibling-count() and sibling-index() feature.

Browsers

v6.0.35 — Jul 26, 2025

  • New compat data: ToggleEvent.source and a batch of WebRTC inbound-rtp stats (freeze/pause counts, assembly time); Firefox 144 added.

v6.0.30 — Jul 8, 2025

  • Trusted Types enforcement keys across the injection sinks (innerHTML, Document.write, insertAdjacentHTML, DOMParser, …).

v6.0.28 — Jul 1, 2025

  • New compat data: CSS custom functions (CSSFunctionRule, CSSFunctionDeclarations) and the Link header blocking parameter; popover source option parameters renamed.

Storybook

v9.1.0 — Jul 31, 2025

  • Improved toolbar and object-control accessibility.
  • Play functions abort on HMR; animations no longer pause outside Vitest Playwright environments.

Material UI

v7.2.0 — Jul 1, 2025

  • New modularCssLayers theme option — split styles into multiple CSS layers.
  • Emotion cache no longer reused across SSR requests; example added for React Router v7.

React Hook Form

Version 7.61.0 — Jul 23, 2025

  • subscribe: to the entire form with a condition on updated values, or to a specific form value state.

Zod

v4.0.14 — Jul 30, 2025

  • JSON Schema draft-04 output; improved recursive tuple inference.

v4.0.5 — Jul 10, 2025

  • Support pipes in discriminated unions.

v3.25.68 — Jul 2, 2025

  • Add z.stringFormat.

i18next

v25.3.1 — Jul 4, 2025

  • ⚠ Warn if the legacy interpolation.format function is still used.

PostHog JS

1.257.1 — Jul 21, 2025

  • captureException now returns capture results.

Sentry JS

10.0.0 — Jul 31, 2025

  • Sentry 10: bumps to OpenTelemetry v2, removes FID web vital collection, BaseClient, the deprecated logger, and the experimental enableLogs/beforeSendLog options.
  • Replay: autoFlushOnFeedback promoted to default.
  • Astro 5: request route parametrization, server- and client-side.

9.43.0 — Jul 29, 2025

  • MCP server instrumentation.

9.40.0 — Jul 17, 2025

  • Node: OpenAI integration (chat completions and responses APIs).
  • Browser: webWorkerIntegration / registerWebWorker sync debugIds between worker and main thread; ⚠ logger deprecated in favor of debug.

9.39.0 — Jul 15, 2025

  • ⚠ Node: drop 401–404 and 3xx status code spans by default.
  • Next.js: client-side parameterized routes.

9.36.0 — Jul 9, 2025

  • New node-core SDK for setups that bring their own OpenTelemetry; ⚠ ANR integration deprecated.

Playwright

v1.54.0 — Jul 10, 2025

  • Cookies gain partitionKey (CHIPS partitioned cookies) in browserContext.cookies/addCookies.
  • --user-data-dir in multiple commands — reuse auth/browsing state between sessions; location property in test annotations.
  • -gv removed (use --grep-invert); npx playwright open no longer opens the recorder (use codegen).

Turborepo

Turborepo v2.5.5 — Jul 16, 2025

  • Opt into breaking changes and pre-stable features early via turbo.json configuration.
  • turbo.json allows trailing commas; Windows user profile variables in env pass-through.

TanStack CLI

v0.17.0 — Jul 31, 2025

  • MCP support added to the create-tanstack scaffolding CLI.

TanStack Form

v1.15.0 — Jul 26, 2025

  • React: new withFieldGroup.

v1.14.0 — Jul 6, 2025

  • Solid: createFormHook added.

TanStack Query

v5.84.0 — Jul 31, 2025

  • Devtools: setting to hide disabled queries.

v5.83.0 — Jul 11, 2025

  • Core: QueryObserver returns an isEnabled flag.

v5.82.0 — Jul 9, 2025

  • React: mutationOptions helper.

TanStack Router

v1.130.0 — Jul 26, 2025

  • React Router: disableGlobalCatchBoundary option.

v1.129.8 — Jul 23, 2025

  • LRU cache in front of parsePathname; square brackets for character escaping in paths.

v1.128.3 — Jul 17, 2025

  • Prefixes and suffixes for path params.

v1.128.0 — Jul 16, 2025

  • Optional path params.

v1.127.0 — Jul 10, 2025

  • seroval used for SSR serialization.

v1.125.0 — Jul 5, 2025

  • Per-route ssr setting.