Update circuitjson dependencies and remove Bun lockfile#240
Open
JacKane21 wants to merge 1 commit into
Open
Conversation
|
@JacKane21 is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Quick status note: the only non-green item I can see is Vercel waiting for tscircuit team authorization on the fork deployment. I re-verified locally with both Bun and npm builds, and those validation commands are listed in the PR body. |
9b4f9de to
723598f
Compare
Author
|
Updated this PR to keep the dependency refresh current and make the Vercel path explicit:
The remaining non-green item is still Vercel waiting for tscircuit team authorization of the fork deployment. |
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.
Closes #79
/claim #79
Summary
tscircuitdependencies to the latest published versions checked from npmbun.lockfilebun.lockandbun.lockbfiles while keeping the existingbunfig.toml[install.lockfile] save = falseconfigurationvercel.jsonso Vercel uses the same Bun install/build path (bun installandbun run build) after the lockfile is removedValidation
npm viewchecks for touched tscircuit/circuit-json package versionsnpx --yes prettier@3.3.3 --check vercel.json package.jsongit diff --checknpx --yes bun install(completed without regeneratingbun.lockorbun.lockb)npx --yes bun run buildnpm install --package-lock=falseandnpm run buildAI-assisted with Codex; I reviewed the diff and kept it scoped to dependency/build hygiene.