fix: update all dependencies to latest and fix Vercel build#109
Open
lucaferri-dev wants to merge 1 commit intotscircuit:mainfrom
Open
fix: update all dependencies to latest and fix Vercel build#109lucaferri-dev wants to merge 1 commit intotscircuit:mainfrom
lucaferri-dev wants to merge 1 commit intotscircuit:mainfrom
Conversation
- Updated all dependencies to latest versions (tscircuit 0.0.1012→0.0.1455, circuit-json 0.0.326→0.0.392, vite 6→7, biome 1.x→2.x, three 0.165→0.183, etc.) - Migrated biome.json config to v2 format - Disabled sourcemaps in production build to prevent OOM on Vercel - Removed bun.lock (bunfig.toml already has lockfile saving disabled) - Added @react-hook/resize-observer as missing dependency Closes tscircuit#79 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@lucaferri-dev is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
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
biome migrate)save = false)@react-hook/resize-observeras missing dependency (required by graphics-debug)What was causing the Vercel build failure
The production build with sourcemaps enabled generates ~30MB of source map data, causing Node.js to hit its heap limit. Disabling sourcemaps brings memory usage well within Vercel's limits.
Test plan
bun run buildsucceeds locally without OOMbiome formatworks with migrated v2 configCloses #79
🤖 Generated with Claude Code