Core Changes
- fix(turbopack): allow page segments that don't alter the path after catchall: #67713
- Convert secondary
fetchServerResponse
params into options object: #67526 - Server Components HMR Cache: #67527
- pages router: ensure x-middleware-cache is respected: #67734
- Fix typescript setup for
packages/font
andturbo/generators
: #67687
Example Changes
- fix: missing file when build docker: #67718
Misc Changes
- Turbopack build: Skip webpack specific test: #67707
- Turbopack build: Fix transpile-packages tests: #67705
- Turbopack build: Fix additional production tests: #67727
- Fix flakiness of
error-hydration
test with turbopack: #67733 - Update
@typescript-eslint
: #67688 - Add additional eslint config for CLI execution (including CI): #67689
Credits
Huge thanks to @himself65, @ForsakenHarmony, @timneutkens, @unstubbable, and @ztanner for helping!