Core Changes
- Fix dev mode reload and error on back navigation between Next.js pages: #93486
- Fix double-encoding of URL pathname parts in client param parsing: #93491
- Don't suppress usage of deprecated TypeScript
compilerOptions: #93377
Misc Changes
- [ci] Move Turbopack, Rspack and font data workflows off of
RELEASE_BOT_GITHUB_TOKEN: #93455 - [ci] Migrate React sync off of
RELEASE_BOT_GITHUB_TOKEN: #93456 - [ci] Create unique preview build versions for canary previews: #93490
- docs: clarify proxy runtime history: #93467
- Turbopack: fix import_usage for functions behind member expressions: #93504
- [ci] Ensure pnpm store cache is only filled when pnpm install runs: #93508
- Update
unstable_prefetchandunstable_instantdocs to reflect current API shape: #93514 - [ci] Remove unused
setup-nextjs-build.ymlworkflow: #93512
Credits
Huge thanks to @eps1lon, @unstubbable, @armando-andre, @mischnic, and @gnoff for helping!