Core Changes
- fix(next/swc): set cache dir explicitly: #38175
- Ensure @swc/helpers do not rely on hoisting: #38174
- Migrate rsc tests to app dir tests: #38158
- Check for performance.getEntriesByName before calling: #38186
- Adds tests to ensure
eslint-plugin-next
's available rules are properly exported and recommended rules are correctly defined.: #38183 - Fix pageProps is missing when route changes: #38178
- feat(next/build): send next-swc plugins telemetry: #38116
- Ensure page.server.js matches correctly: #38236
- Alias react and react-dom by default: #38245
Documentation Changes
- docs: remove eslint config link: #38206
Example Changes
- Add Convex example: #38129
- Convert catch-all-routes example to TypeScript: #38188
- feat(examples): link to turbo next.js examples: #38173
Misc Changes
- Fix missing trace script devDependencies: #38172
- chore: don't use
type: "module"
when building the Issue validator action: #38197 - fix: declare NextBundleAnalyzer as a type: #38168
- Replace placeholder.com images with *.vercel.app in image-component tests: #38090
Credits
Huge thanks to @wyattjoh, @kwonoj, @huozhi, @thomasballinger, @maxproske, @balazsorban44, @longzheng, @manovotny, @tknickman, and @rbrcsk for helping!