Change8

v16.1.1-canary.28

📦 next-jsView on GitHub →
1 features🐛 2 fixes🔧 3 symbols

Summary

This release focuses on core improvements including enhanced dead code elimination in Turbopack, better type safety, and fixes related to build manifests and environment file consistency. Several internal router and caching structures were also cleaned up.

Migration Steps

  1. If you rely on the behavior of `lerna bootstrap` being run during the `clean` script in package.json, note that it has been removed.

✨ New Features

  • Turbopack now performs more dead code elimination.

🐛 Bug Fixes

  • Prevented route handler manifests from inheriting unrelated client components during build.
  • Ensured next-env.d.s remains unchanged between development and build processes.

Affected Symbols