Skip to content

chore: update all dependencies to latest, remove lockfile#98

Open
V1ki wants to merge 1 commit intotscircuit:mainfrom
V1ki:fix/update-deps-remove-lockfile
Open

chore: update all dependencies to latest, remove lockfile#98
V1ki wants to merge 1 commit intotscircuit:mainfrom
V1ki:fix/update-deps-remove-lockfile

Conversation

@V1ki
Copy link

@V1ki V1ki commented Feb 22, 2026

Summary

  • Updated all dependencies to their latest versions (circuit-json, tscircuit, vite, biome, three, etc.)
  • Removed bun.lock (lockfile saving is already disabled via bunfig.toml)
  • Added bun.lock to .gitignore to prevent accidental commits
  • Added missing @react-hook/resize-observer dependency (required by graphics-debug)
  • Verified bun run build succeeds

Closes #79

/claim #79

- Updated all dependencies to latest versions (circuit-json, tscircuit, vite, biome, three, etc.)
- Removed bun.lock (lockfile saving already disabled in bunfig.toml)
- Added bun.lock to .gitignore to prevent future commits
- Added @react-hook/resize-observer as missing dependency
- Verified build succeeds with vite

Closes tscircuit#79
@vercel
Copy link

vercel bot commented Feb 22, 2026

@V1ki is attempting to deploy a commit to the tscircuit Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 28967f060b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

.vercel
.agent
.agents No newline at end of file
.agentsbun.lock

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Split concatenated ignore entry into separate patterns

The new .gitignore line ".agentsbun.lock" is a single literal pattern, so it no longer ignores either .agents or bun.lock individually. This regresses the previous behavior for .agents and also fails the commit’s stated goal of preventing accidental bun.lock commits, so local agent artifacts and lockfiles can now be tracked unintentionally.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies (runframe, circuit-json etc.) to latest version and confirm vercel deployment works

1 participant