mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Next.js 16 has compatibility issues with Bun's test infrastructure. Revert test files to Next.js 15.5.9 while keeping React 19.2.3. Changes: - test/integration/next-pages: next ^15.5.9, react ^19.2.3 - test/js/third_party/next-auth/fixture: next ^15.5.9, next-auth 5.0.0-beta.25 - bench/install: next ^15.5.9, next-auth 5.0.0-beta.25, react ^19.2.3 The init templates (src/init/*) still use the latest versions for user-facing templates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>