Change8

v16.2.0-canary.86

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

Summary

This release focuses on improving Turbopack's HMR capabilities, enhancing error reporting, and fixing various bugs related to URL normalization and build scripts.

Migration Steps

  1. If using partial fallbacks, ensure the experimental flag is enabled if you intend to use this feature.

✨ New Features

  • Turbopack now implements module.hot.accept(deps, cb) and module.hot.decline(deps).
  • Partial fallbacks are now gated behind an experimental flag.

🐛 Bug Fixes

  • Fixed app-page URL normalization.
  • Fixed pr-status script missing failed jobs on page 2+ of API results.
  • Turbopack no longer panics due to eventual consistency in module merging.
  • Fixed running lerna on a branch.
  • Fixed preview tarball script to include @next/swc-linux-x64-gnu.

Affected Symbols