Changes.Watch

TypeScript changelog digest

Mar 9 - Mar 15, 2026. Useful releases, risky migrations, and noisy updates from the TypeScript channel.

No matching updates in this bucket.

TypeScript updates in 2026-w11

7.5.0

  • Added nested transaction rollback support with savepoints, ensuring inner transactions roll back when an outer transaction fails.
  • Enhanced Prisma Studio with multi‑cell selection, full‑table search, improved filtering (including raw SQL and AI filters), a command‑palette shortcut, and the ability to run raw SQL queries.
  • Fixed multiple issues: mariadb adapter now uses binary MySQL protocol, @types/pg set as direct dependency, corrected Prisma.DbNull serialization, DateTime handling with unixepoch ms timestamps, cursor pagination for @db.Date columns, and...

2026-03-11, Version 25.8.1 (Current), @aduh95

  • Fixed critical bugs such as use‑after‑free in http, extension‑less CJS handling in ES modules, importKey argument checks, and several stream and crypto issues.
  • Added new features including an async context frame debugging helper, ArrayBuffer support in CompressionStream, and improved Web Streams compliance.
  • Updated documentation, added deprecation notes (e.g., url.resolve), and performed numerous dependency upgrades.