Radar — June 2026
Selected release notes for 2026-06-01 → 2026-07-01. The version links lead to the full release notes.
Astro
astro@7.0.0 — Jun 22, 2026
- ⚠ Astro 7 is stable — the second major this year (v6 was March).
- Background dev server support:
astro dev --backgroundplusastro dev stop / status / logs --follow; background mode turns on automatically when an AI coding agent is detected. - The notes point
@astrojs/dbusers to alternatives — Node’s built-innode:sqlite, Drizzle directly, or a hosted database.
Vite
v8.1.0 — Jun 23, 2026
- First 8.x minor; details in the changelog.
Node.js
v26.4.0 — Jun 24, 2026
- Package maps land in the loader, and a minimal
node:vfssubsystem appears (withnode:fs/promisesdispatching to mounted VFS instances). setKeepAlivesupportsTCP_KEEPINTVL/TCP_KEEPCNT; TLS gets acertificateCompressionoption;readFileaccepts caller-supplied buffers.
v26.3.1 — Jun 18, 2026
- ⚠ Security release (10 CVEs, two High: TLS hostname normalization for server identity checks, WebCrypto cipher output-length guard) — same patches in 24.17.0 and 22.23.0.
v26.3.0 — Jun 1, 2026
- New
permission.dropto shed permissions at runtime;httpValidationoption configures header-value validation;Buffer.poolSizedefault grows to 64 KiB.
CSS / Web platform
v3.32.0 — Jun 25, 2026
:has()is now Baseline widely available.loading="lazy"also reached widely available;field-sizingbecame newly available (auto-growing textareas in CSS).
v3.31.0 — Jun 19, 2026
- Widely available now includes CSS nesting,
masks,linear()easing,:dir(),counter-set, andcreateImageBitmap. - New tracked features: CSS gap decorations, anchor-positioning transforms, service worker static routes.
v3.30.0 — Jun 5, 2026
- New tracked feature: variadic
color-mix()(more than two colors). - WebMCP rename:
navigator.modelContext→document.modelContext.
Browsers
v8.0.4 — Jun 19, 2026
Element.scroll/scrollBy/scrollIntoView/scrollToreturning promises enters the data, plusMediaCapabilitieskey-system configuration.
v8.0.2 — Jun 5, 2026
- New compat data:
background: border-area, column-rule inset properties,Request.isReloadNavigation; Edge 152 added.
Tailwind CSS
v4.3.1 — Jun 12, 2026
- Cleaner emitted CSS:
m-0now outputs0andm-1outputsvar(--spacing)instead ofcalc()wrappers — smaller output, easier devtools reading.
Material UI
v9.1.0 — Jun 8, 2026
prefers-reduced-motionsupport for the OS motion setting.enhanceHighContrasttheme wrapper for Windows High Contrast mode.- Select: spacebar selection and typeahead while closed.
Axios
v1.17.0 — Jun 3, 2026
- The Node adapter supports zstd response decompression, with
transitional.advertiseZstdAcceptEncodingcontrolling theAccept-Encodingheader.
PostHog JS
posthog-js@1.392.0 — Jun 22, 2026
- Bundled OpenTelemetry dependencies removed — the lazily-loaded logs chunk
shrinks; auto-captured console logs now run through
logs.beforeSendfor redaction. - ⚠ Log record attributes renamed:
distinct_id→posthogDistinctId,location.href→url.full,session.id→sessionId.
posthog-js@1.382.0 — Jun 6, 2026
- Rage-click detection ignores text-editing surfaces (double/triple-click
selection) and
+/-stepper buttons.
Sentry JS
10.61.0 — Jun 25, 2026
streamGenAiSpanson by default; top-levelSentry.setAttribute(s)APIs; Cloudflare D1batch/exec/withSessionand durable-object SQLite instrumented.
10.59.0 — Jun 19, 2026
- React Router v8 support plus version-agnostic React Router SPA exports; AWS SDK clients ≥ 3.1046.0 instrumented.
10.57.0 — Jun 9, 2026
- ⚠
sendDefaultPiiis deprecated in favor ofdataCollection— anddataCollection.userInfonow defaults totrue; check what you send. - Angular 22 support; Cloudflare D1 auto-instrumented from env.
Playwright
v1.61.0 — Jun 15, 2026
expect.soft.poll(...)is supported;videogains the same retry-aware modes astrace(on-all-retries,retain-on-failure-…).fullConfig.argvsnapshots runner args;-Gshorthand for--grep-invert;AggregateErrorsub-errors listed separately intestInfo.errors.
Turborepo
v2.10.1 — Jun 29, 2026
- TUI virtual terminals migrate from vt100 to Ghostty;
devEngines.packageManagersupported (workspaces included).
v2.9.17 — Jun 9, 2026
- JIT task input hashing.
TanStack Intent
v0.3.0 — Jun 21, 2026
- The new skills-for-AI-agents CLI grows
intent hooks installfor supported coding agents;intent validate --check/--fixarrived in v0.2.0.
v0.1.0 — Jun 14, 2026
- First 0.x with a public shape:
package.json#intent.skillssource allowlisting and a persistentintent excludecommand.