v16.2.1-canary.24
Breaking Changes📦 next-jsView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 2 symbols
Summary
This release includes an upgrade to pnpm 10.x, dependency bumps for Turborepo, and a key API change in Turbopack replacing `turbo_tasks::apply_effects` with `Effects::apply`.
⚠️ Breaking Changes
- The function `turbo_tasks::apply_effects` has been removed. Users must now use `Effects::apply` instead.
Migration Steps
- Replace all usages of `turbo_tasks::apply_effects` with `Effects::apply`.
🐛 Bug Fixes
- Fixed an issue where metadata routes were overwriting the page runtime HMR handler in the server HMR implementation.