Change8

v2.9.2

📦 turborepoView on GitHub →
1 features🐛 8 fixes

Summary

This release introduces a new Next.js + Elysia starter template and includes numerous bug fixes related to lockfile pruning, watch loop unblocking, and dependency graph management.

✨ New Features

  • Add Next.js + Elysia full-stack starter template to examples.

🐛 Bug Fixes

  • Resolve correct nested bun lockfile versions during prune.
  • Revert change that avoided `setsid()` in PTY spawn to prevent macOS Gatekeeper CPU spikes.
  • Unblock `watch` loop so interruptible persistent tasks restart on file changes.
  • Treat * as wildcard in preflight Access-Control-Allow-Headers.
  • Backfill missing pnpm workspace importer entries during prune.
  • Include transitive dependencies in engine graph pruning for affected paths using Task Graph.
  • Update AI-generated response disclaimer to include human attribution.
  • Preserve shallow install strategy during npm lockfile pruning.