feat(deps): react 19 + typescript 7 native (ts6 api side-by-side) - #2
Merged
Conversation
PostboxRetinal
force-pushed
the
feat/migration
branch
from
August 7, 2026 09:22
90dcab0 to
9d6d3ea
Compare
PostboxRetinal
marked this pull request as ready for review
August 7, 2026 09:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade the core frontend toolchain to current stable: React 18 -> 19 and a TypeScript 7 (native Go compiler) build, keeping the programmatic TS 6 API side-by-side for lint tooling.
Changes
Why TS 6 + TS 7 side-by-side
bun installmisresolves a nestednpm:alias to a different same-version package (breaks TypeScript 7 /@typescript/typescript6coexistence) oven-sh/bun#33834): its internal @typescript/old alias misresolves to the bridge itself, leaving require('typescript') empty.Verification
Testing
Verified in feat/migration against current main. Manual smoke test of the core flow (auth -> record -> transcribe -> submit -> research EF -> citations) is still pending and tracked separately.
Rollback
Surgical, per-milestone: