Changes.Watch

TypeScript changelog digest

Apr 13 - Apr 19, 2026. Useful releases, risky migrations, and noisy updates from the TypeScript channel.

No matching updates in this bucket.

TypeScript updates in 2026-w16

eslint-plugin-react-hooks@7.1.1 (April 17, 2026)

  • Restores the component hook factories rule removed in version 7.1.0, fixing configuration errors.
  • Introduces a deprecated no-op version of the rule for backward compatibility.

eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

  • Add ESLint v10 support and improve compiler diagnostics with full error reporting and better source locations.
  • Skip compilation of non‑React files for performance gains and enhance lint rules (set‑state‑in‑effect, ref validation, useEffectEvent).
  • Fix bugs in exhaustive‑deps handling with Flow casts and useEffectEvent checks.

TypeScript 6.0.3

  • Fixed issues query for TypeScript 6.0.0 (Beta)
  • Fixed issues query for TypeScript 6.0.1 (RC)
  • Fixed issues query for TypeScript 6.0.2 and 6.0.3 (Stable)

v16.2.4

  • Bump reqwest to 0.13.2, fixing Google Fonts handling on Windows ARM64
  • Fix Turbopack filesystem watcher symlink handling and limit cache‑buster to CSS/font assets
  • Enhance compiler define support, turbo task error cleanup, and provide clearer error messages plus additional system info during project initialization