# 0hmx - https://github.com/tscircuit/svg.tscircu... Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1527890927987851365 Started: 2026-07-18T04:13:04.311000+00:00 Last activity: 2026-07-18T06:07:37.018000+00:00 ## 0hmx — 2026-07-18T04:13:04.073000+00:00 https://github.com/tscircuit/svg.tscircuit.com/commits/main/ is not updating ## 0hmx — 2026-07-18T04:29:53.850000+00:00 https://github.com/tscircuit/svg.tscircuit.com/pull/1844 some test is falling ## 0hmx — 2026-07-18T04:30:21.912000+00:00 ``` • 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. ``` ## techmannih — 2026-07-18T05:55:55.977000+00:00 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 — 2026-07-18T06:05:32.989000+00:00 Cool I updated it ## techmannih — 2026-07-18T06:07:37.018000+00:00 Ohh your mean tscircuit didn't update in the svg.tscircuit repo