Backported bug fixes: scoped app entry export validation and corrected catch‑all index page routing.
TypeScript changelog updates
Type-safe full-stack apps across React, Next.js, Node, Prisma, and APIs. Follow release notes, breaking changes, security patches, pricing updates, and community reactions from this channel.
Use this TypeScript changelog channel to compare product release notes, discover risky migrations, and build a weekly digest for the tools in this stack.
Products in this channel
Latest TypeScript changelog updates
TypeScript 7.0.2 released as a patch update.
Turbopack receives numerous enhancements, including async runtime preservation, embedded FS asset conditions, nested promise collapsing, hoisted module registration ordering, and HMR fixes for dynamic imports; cache handling is improved ...
Added traversal guard support from ReplyServer to FlightClient, enhancing security and stability of server-side rendering.
Added crypto STORE loader support for loading private keys and updated root certificates to NSS 3.125, including Argon2 and FIPS‑mode fixes
Introduce a new @prisma package namespace where each app uses a single @prisma/orm facade (postgres, sqlite, or mongo), retiring @prisma/next and making all other packages publish under @prisma scope.
Updated vendored lodash to 4.17.23 fixing CVE‑2025‑13465 and upgraded core dependencies such as tokio and React;
Added new APIs: ffi.getCurrentEventLoop, test runner context.log() with test:log event, and pattern cache for matchGlobPattern() (SEMVER MINOR).