Dependabot PR #23 bumps typescript 6→7. Blocked upstream, not mergeable yet.
TypeScript 7.0.2 (the native/Corsa rewrite) deleted lib/typescript.js and locked down its package.json exports (only ., ./unstable/*, ./package.json). Next.js's internal dependency-checker cannot resolve the new package layout, so next build fails deterministically.
- TS 7 itself typechecks clean (reference-implementation + apps/console).
validate web / validate railway-core fail because they run the console next build, which breaks on the TS 7 package layout.
No Next.js release supports TS 7 yet. Revisit when Next.js ships TS 7 compat. Keep TypeScript at ^6.x until then.
Dependabot PR #23 bumps
typescript6→7. Blocked upstream, not mergeable yet.TypeScript 7.0.2 (the native/Corsa rewrite) deleted
lib/typescript.jsand locked down itspackage.jsonexports(only.,./unstable/*,./package.json). Next.js's internal dependency-checker cannot resolve the new package layout, sonext buildfails deterministically.validate web/validate railway-corefail because they run the consolenext build, which breaks on the TS 7 package layout.No Next.js release supports TS 7 yet. Revisit when Next.js ships TS 7 compat. Keep TypeScript at ^6.x until then.