Thursday, September 10, 2026
EN

Subscribe in your feed reader — pick your desks:

https://php-net.pro/en/news/feed.atom

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · Dev

Briefs

beyond the elephpant, kept short · 83 articles

DEV · Releases

Node.js 26.8.2 updates Undici, OpenSSL and npm

Node.js 26.8.2 (Current), released 9 September 2026 by Antoine du Hamel, updates Undici to 8.10.2, OpenSSL to 3.5.8, npm to 11.19.1 and corepack to 0.36.0. The release also deprecates the internal Server.prototype._liste…

DEV · Releases

Node.js 24.21.0 Arrives as LTS Krypton

Node.js version 24.21.0 has been released under the long-term support line codenamed Krypton. The update is available for download from the official Node.js distribution page. Teams running production workloads on the 24…

DEV · The Editorial

When an AI Company Buys the Runtime, Governance Stops Being Boring

Anthropic bought Bun because Claude Code ships on it, and the deal will probably make Bun better. Kai argues the real lesson sits elsewhere: single-vendor runtime ownership is becoming normal, and the PHP world's messy, …

DEV · The Editorial

Headless Chromium Is a Production Dependency. Patch It Like One

CVE-2026-85046, a V8 type confusion bug exploited in the wild, is being filed under 'browser news'. Wrong drawer. If your PHP app renders PDFs with Browsershot, runs Dusk or Panther in CI, or scrapes with Puppeteer, you …

DEV · The Editorial

Your CI Runner Executes Strangers' Code, So Defend It Like Production

A maintainer nearly merged a dependency-bump PR that quietly edited his CI config to raid a self-hosted runner holding cloud credentials. Kai argues the pipeline belongs in your threat model: fork PRs are remote code exe…

DEV · Reads

htmx 4.0.0 Released

The htmx project has published version 4.0.0, announced on its four.htmx.org site on August 28, 2026. htmx is a small JavaScript library that lets developers add AJAX requests, WebSockets and other dynamic page behavior …

DEV · Releases

Node.js 26.8.0 released

The Node.js project has published version 26.8.0 of its JavaScript runtime. The release is part of the current 26.x line and is available for download from the official Node.js distribution channels. Details on included …

DEV · Releases

TypeScript 7.0.2 Released as Patch Update

Microsoft has published TypeScript 7.0.2, a patch release in the new 7.x major version line. The tag was originally created in the typescript-go repository and points to the TypeScript 7.0 announcement for details on the…

DEV · Security

Critical GitLab Flaw Lets Attackers Delete Projects

GitLab has patched two vulnerabilities, one rated critical, that allow attackers to manipulate or delete public projects and user data via the GraphQL API. Fixed versions are 18.11.11, 19.0.8, 19.1.6 and 19.2.4. Self-hos…

DEV · Reads

What to Expect From DuckDB's Upcoming 2.0 Release

A community piece previews the next major version of DuckDB, the in-process analytical database popular with data engineers. Worth a read for anyone running DuckDB in production or evaluating it, since a major version bu…

DEV · Reads

Buf ships language server support for Protobuf

Buf has released LSP support for Protocol Buffers, bringing IDE features like completion, navigation and diagnostics to .proto files. The announcement, discussed on r/programming, also drew comments on Buf's pricing: 36 …

back to the front page