chore: update all dependencies to latest, remove lockfile#98
chore: update all dependencies to latest, remove lockfile#98V1ki wants to merge 1 commit intotscircuit:mainfrom
Conversation
- 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
|
@V1ki is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 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 |
There was a problem hiding this comment.
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 👍 / 👎.
Summary
bun.lock(lockfile saving is already disabled viabunfig.toml)bun.lockto.gitignoreto prevent accidental commits@react-hook/resize-observerdependency (required bygraphics-debug)bun run buildsucceedsCloses #79
/claim #79