Core Changes
- [turbopack] move edge entry wrapper to build template: #86699
- Properly type ComponentMod: #86765
- Properly type edge handler fn: #86766
- Remove unused Server.responseCache: #86768
Misc Changes
- Turbopack: Split Dirty into Dirtyness and CleanInSession: #86070
- Turbopack: remove DirtyContainerCount from dirty_container_update: #86071
- Turbopack: fix double deployment id in web workers: #86754
- Turbopack: Split AggregatedDirtyContainer: #86606
- Turbopack: Split AggregatedDirtyContainerCount: #86072
- Turbopack: Avoid that session-dependent tasks write to DB on every build: #86068
- Turbopack: Use TransientCellData for non-serializable cells: #86069
- Fix typo in fetching data documentation: #86758
- Upgrade React from
fd524fe0-20251121to7dc903cd-20251203: #86771 - Turbopack: use match consistently in macro: #86767
Credits
Huge thanks to @sokra, @huozhi, @mischnic, and @danpeleg4 for helping!