chore: update circuit dependencies#225
Open
partyplatter08-lab wants to merge 1 commit into
Open
Conversation
|
@partyplatter08-lab 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
@tscircuit/runframe,circuit-json,tscircuit, and related viewers/exporters.@tscircuit/runframeas a direct dependency because the app imports it directly, and added@tscircuit/propsto align the latesttscircuitpeer graph for production builds.bun.lock, ignored Bun lockfiles, and keptbunfig.tomlconfigured with[install.lockfile] save = false.biome.jsonto the Biome 2 schema required by the updated@biomejs/biome.Validation
npm exec --yes bun -- installpasses from a cleannode_modulesstate and does not emitbun.lockorbun.lockb. Bun prints peer warnings for the latest React/TypeScript/Three/circuit-json ecosystem ranges, but install exits 0.npm exec --yes bun -- run formatpasses.npm exec --yes bun -- run buildpasses.npm run buildpasses.npm outdated --jsonreturns{}for direct dependencies.vite previewsmoke test served the built/page and the built JS asset with HTTP 200 locally.No live Vercel deployment was triggered from this environment. The local production build and static preview artifact were verified; the GitHub/Vercel preview deployment should be checked after PR creation.
/claim #79