chore: update tscircuit dependencies to latest versions#110
Open
CharlesWong wants to merge 2 commits intotscircuit:mainfrom
Open
chore: update tscircuit dependencies to latest versions#110CharlesWong wants to merge 2 commits intotscircuit:mainfrom
CharlesWong wants to merge 2 commits intotscircuit:mainfrom
Conversation
Updated 11 packages to latest versions: - circuit-json: 0.0.326 → 0.0.394 - tscircuit: 0.0.1012 → 0.0.1465 - circuit-json-to-kicad: 0.0.27 → 0.0.83 - circuit-json-to-step: 0.0.2 → 0.0.18 - @tscircuit/3d-viewer: 0.0.450 → 0.0.536 - and 6 more (see package.json diff) Added missing dependencies: - @tscircuit/runframe (was imported but not in package.json) - @react-hook/resize-observer (required by transitive dep) Build passes with no source changes needed. Fixes tscircuit#79
|
@CharlesWong is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
@tscircuit/core >= 0.0.1092 imports mountedboardProps from @tscircuit/props, but without an explicit dependency in package.json, bun resolves an older version (0.0.423) that doesn't export it. Adding @tscircuit/props ^0.0.492 and regenerating bun.lock fixes the build. Also regenerated bun.lock to resolve @tscircuit/core to 0.0.1092 (matching the tscircuit meta-package's requirement) instead of the stale 0.0.896.
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
Updates all tscircuit dependencies to their latest versions as requested in #79.
Changes
circuit-jsontscircuitcircuit-json-to-kicadcircuit-json-to-stepcircuit-json-to-lbrn@tscircuit/3d-viewer@tscircuit/circuit-json-util@tscircuit/pcb-viewer@tscircuit/schematic-viewercircuit-json-to-gerbereasyedaAdded missing dependencies
@tscircuit/runframe^0.0.1703 (was imported in code but missing from package.json)@react-hook/resize-observer^2.0.2 (required by transitive dependency)Testing
Build completes successfully with no source code changes needed.
Fixes #79