TGViewer
JavaScript JavaScript @javascript · 31.1K subscribers
Post #2971 3.08K
✌️ Four Heavyweights Drop Updates

Four stalwarts of the JavaScript ecosystem all shipped notable releases this week, and odds are you're using at least one of them:

• Gatsby v5.16 proves Gatsby, once considered neck-and-neck with Next.js in the React world, is not 'dead'. The headline feature is React 19 support.

• Babel 7 just shipped its final release. "After years in the making, Babel 8 is finally ready," in release candidate form, at least.

• Rspress 2.0 is a major release for the high-performance Rust-powered, but JavaScript-facing, static site generator.

• Lodash 4.17.23 sounds minor, but it's a 'security reset' for the still heavily used utility library and is designed to provide a base for a longer future.
  • 🔥 9
  • ❤ 5
  • 👍 5
More from @javascript
  1. Sep 26, 2026Post #3520
  2. Sep 26, 2026CHALLENGE const obj = { value: 42, getValue() { return this?.value; }, getValueArrow: () =…
  3. Sep 25, 2026Post #3518
  4. Sep 25, 2026CHALLENGE let counter = 0; const mod = { get counter() { return counter; }, increment() {…
  5. Sep 24, 2026Post #3516
  6. Sep 24, 2026CHALLENGE class Base { static count = 0; static increment() { this.count++; return this.co…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →