Frameworks
- withastro/astro
@astrojs/solid-jsv7.0.1: Fixes the Solid renderer incorrectly claiming Svelte 5 components that use the newer$$rendererprop, which caused those components to silently render as empty strings in mixed Solid/Svelte projects. Release - withastro/astro
@astrojs/nodev11.0.2: Patches a trailing-slash redirect that could echo a backslash-prefixed path into aLocationheader and redirect users off-site. Release - withastro/astro
@astrojs/ts-pluginv1.10.10: Fixes "Go To References" missing usages inside.astrofiles reached throughAstro.locals. Release - withastro/astro
create-astrov5.2.2: RespectsHTTP_PROXYandHTTPS_PROXYenv vars when downloading templates on Node.js v22.21.0+ and v24.5.0+. Release - vitejs/vite v8.1.3: Stability patch; see the full changelog for details. Release
Infra
- hashicorp/terraform v1.16.0-alpha20260706: Adds a
storeblock interraform_datafor ephemeral and sensitive values,importblock support inside modules, Linux s390x builds,terraform graphMermaid output, andon_failuremodes (halt,taint,continue) for resource action triggers. Release
Data
- ClickHouse/ClickHouse v25.8.28.1-lts: LTS maintenance release with no public changelog; treat as a routine patch. Release
AI
- BerriAI/litellm v1.91.0: Gates team
allowed_passthrough_routesto proxy admins only, fixes Bedrock/Cohere embedding type serialization, and replays cached OpenAI response bridge hits as chat streams. Release - anthropics/anthropic-sdk-typescript sdk-v0.110.0: Adds the
agent-memory-2026-07-22beta header to the TypeScript SDK, previewing upcoming memory API support. Release - langchain-ai/langchain
langchainv1.3.11: Enablesstrict=Trueon tools for OpenAI-compatible models viaProviderStrategy. Release - langchain-ai/langchain
langchain-openrouterv0.2.6: Addsdefault_headersfor custom HTTP header injection. Release
DevTools
- neovim/neovim v0.12.4: Stable maintenance release with bug fixes; the nightly track is already at v0.13.0-dev. Release
Runtime
- vercel/turborepo v2.10.4: A focused performance release that switches to mimalloc as the global allocator, parses yarn v1, Berry, and pnpm lockfiles in single-pass or overhauled routines, overlaps dependency hashing with package file hashing, and builds the repo index concurrently with the package graph. Also introduces a
toolchainprovider abstraction and fixes bun dependency resolution after prune renames. Release - cloudflare/workerd v1.20260707.1: Daily cadence release; full diff available in the changelog. Release
This week's releases reflect two converging themes: raw performance is back on the agenda, as seen in Turborepo's allocator swap and lockfile parser rewrites, while security and correctness hardening shows up across Astro's renderer and redirect fixes and LiteLLM's proxy access controls. Terraform's 1.16 alpha continues to push infrastructure-as-code toward richer ephemeral state and modular import workflows.