Changes.Watch

TypeScript changelog digest

Dec 1 - Dec 7, 2025. Useful releases, risky migrations, and noisy updates from the TypeScript channel.

No matching updates in this bucket.

TypeScript updates in 2025-w49

v16.0.7

  • Fix for CVE-2025-66478 vulnerability.
  • Improves overall security posture.

v15.5.7

  • Addressed security vulnerability CVE-2025-66478
  • Updated components to mitigate the reported issue

v15.4.8

  • Addresses security vulnerability CVE-2025-66478.
  • Applies patches to mitigate the reported issue.
  • No functional changes beyond the security fix.

v15.3.6

  • Fixes security vulnerability CVE‑2025‑66478
  • Updates components to mitigate the reported issue

v15.1.9

  • Fixes vulnerability identified in CVE‑2025‑66478.
  • Improves overall security posture of the application.

v15.0.5

  • Fixed security vulnerability referenced as CVE-2025-66478.
  • Enhanced overall security posture in this release.

19.2.1 (December 3rd, 2025)

  • Added React Server Component updates that fix issues with Server Actions.
  • Improved stability and compatibility when using Server Actions with React Server Components.
  • Incorporated fixes from PR #35277 by @sebmarkbage.

19.1.2 (December 3rd, 2025)

  • Adds fixes for React Server Components within Server Actions
  • Improves stability and compatibility of Server Actions with the latest Server Component updates

19.0.1 (December 3rd, 2025)

  • Fix React Server Component issues affecting Server Actions
  • Update React Server Components integration with Server Actions

7.1.0

  • Introduce SQL commenter plugins for Prisma Client, allowing query tags, trace‑context and custom metadata in SQL queries.
  • Fix various TypeScript and packaging issues: pnpm monorepo runtime utils, env() helper generic support, and mark @opentelemetry/api as external.
  • Update read‑replicas extension for Prisma 7 compatibility and add clearer error when PrismaClient is instantiated without configuration.