https://github.com/tscircuit/svg.tscircuit.com/commits/main/
is not updating
0hmx
https://github.com/tscircuit/svg.tscircuit.com/pull/1844
some test is falling
0hmx
```
• The auto-update pipeline is working; main is stale because CI correctly blocked the dependency update.
- tscircuit@0.0.2108 update PR #1844 (https://github.com/tscircuit/svg.tscircuit.com/pull/1844) was automatically created with auto-merge enabled.
- Build, formatting, and Vercel checks pass.
- Bun Test fails (https://github.com/tscircuit/svg.tscircuit.com/actions/runs/29609977212) on two SVG snapshots:
- async-footprint.snap.svg
- ti-parts-engine-config.snap.svg
The failures come from circuit-to-svg PR #619 (https://github.com/tscircuit/circuit-to-svg/commit/ec01a232ab3f154d615f8ccb167bd410a66bff4c), which fixed
fabrication-note text rotation. The renderer previously applied a hard-coded 1° rotation; it now correctly uses the element rotation—0° in these tests. The
snapshots therefore changed legitimately.
Exact fix on PR #1844:
BUN_UPDATE_SNAPSHOTS=1 bun test \
tests/async-footprint.test.ts \
tests/ti-parts-engine-config.test.ts
CI=1 bun test
Then commit the two regenerated snapshots to the PR branch. I reproduced this locally: CI mode completed with 50 passed, 1 intentionally skipped, 0 failed.
One earlier update run failed extracting the next tarball (https://github.com/tscircuit/svg.tscircuit.com/actions/runs/29606566645), but that was transient; the
next dispatch succeeded (https://github.com/tscircuit/svg.tscircuit.com/actions/runs/29609951493). No workflow or dispatch configuration is currently broken.
```
T
techmannih
Yea, ig this repo isn't updated very often because it's mainly a rendering service used to generate PCB, schematic, assembly, pinout, and 3D previews. It usually only needs updates when the rendering pipeline
0hmx
Cool I updated it
T
techmannih
Ohh your mean tscircuit didn't update in the svg.tscircuit repo
Want to add to the conversation?
Reply in Discord so your notes stay connected to the source.