Core Changes
- Improve webpack loader error messages and handling: #89698
- Turbopack: implement module.hot.accept(deps, cb) and module.hot.decline(deps): #90443
- partial fallbacks: gate behind experimental flag: #91123
- fix: app-page URL normalization: #91121
Example Changes
- example: remove duplicate items in .dockerignore: #91079
Misc Changes
- Turbopack: show specific SWC error messages as error titles: #91022
- Turbopack: correctly use ChunkGroup::Shared: #90978
- Add script to patch project with preview tarball URLs: #91057
- Fix pr-status script missing failed jobs on page 2+ of API results: #91087
- Turbopack: don't panic due to eventual consistency in module merging: #91088
- fix: run lerna on a branch: #91092
- docs(localFont): enhance details about using the localFont function: #88189
- Fix preview tarball script to include @next/swc-linux-x64-gnu: #91099
- Improve unsafe code safety documentation in turbo-tasks-backend: #90755
- docs(contributing): Update setup in contributing/core/developing.md: #91018
- Turbopack: Pass hmr_enabled to ImportMetaBinding: #91118
Credits
Huge thanks to @sokra, @mischnic, @icyJoseph, @thdxg, @kowyo, @bgw, @wbinnssmith, and @ztanner for helping!