Announcing TypeScript 7.0
By BIOS Founding Team

TypeScript 7.0 is the first stable release built on the new native Go-ported compiler, delivering full-build speedups of roughly 8x to 12x on major codebases compared to the JavaScript-based compiler.
It adds parallelized type-checking via new --checkers and --builders flags and a rebuilt --watch mode. Notably, 7.0 ships without a programmatic API (planned for 7.1), so tools like webpack and typescript-eslint must stay on TypeScript 6.0 for now.
Full details: https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/
More from the community

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109
Greg Kroah-Hartman pushed out new stable and longterm point releases across the 7.2, 6.18, and 6.12 lines, each bundling accumulated fixes across drivers, filesystems, and core subsystems.

Rust Debugging Survey 2026 Results
The Rust Project published results from its 2026 debugging survey, gathering community feedback on debugging tools and workflows to guide future tooling investment.

Docker Desktop 4.90.0
This release made 'Ask Gordon,' Docker's AI assistant, accessible as a persistent right-side drawer and added one-click AI diagnosis for containers, images, and volumes with detected issues.