chore: update poppygl and circuit-json-to-gerber versions; update snapshot images#2774
Merged
rushabhcodes merged 1 commit intotscircuit:mainfrom Apr 23, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates rendering/export-related dependencies and refreshes CLI snapshot images to reflect the new upstream behavior in this repo’s snapshot-based CLI test suite.
Changes:
- Bump
circuit-json-to-gerberfrom^0.0.48to^0.0.49. - Bump
poppyglfrom^0.0.12to^0.0.20. - Update stored CLI 3D snapshot PNGs to match output produced with the upgraded dependencies.
Reviewed changes
Copilot reviewed 1 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates dependency versions for circuit-json-to-gerber and poppygl. |
| bun.lock | Updates resolved package versions and dependency graph to match package.json changes. |
| tests/cli/snapshot/snapshots/large-pcb-3d.snap.png | Updated snapshot image output for large PCB 3D view. |
| tests/cli/snapshot/snapshots/3d-top-right.snap.png | Updated 3D snapshot output (top-right view). |
| tests/cli/snapshot/snapshots/3d-top-right-corner.snap.png | Updated 3D snapshot output (top-right corner view). |
| tests/cli/snapshot/snapshots/3d-top-left.snap.png | Updated 3D snapshot output (top-left view). |
| tests/cli/snapshot/snapshots/3d-top-left-corner.snap.png | Updated 3D snapshot output (top-left corner view). |
| tests/cli/snapshot/snapshots/3d-top-down.snap.png | Updated 3D snapshot output (top-down view). |
| tests/cli/snapshot/snapshots/3d-top-down-ortho.snap.png | Updated 3D snapshot output (top-down orthographic view). |
| tests/cli/snapshot/snapshots/3d-top-center-angled.snap.png | Updated 3D snapshot output (top-center angled view). |
| tests/cli/snapshot/snapshots/3d-right-sideview.snap.png | Updated 3D snapshot output (right side view). |
| tests/cli/snapshot/snapshots/3d-left-sideview.snap.png | Updated 3D snapshot output (left side view). |
| tests/cli/snapshot/snapshots/3d-front.snap.png | Updated 3D snapshot output (front view). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
imrishabh18
approved these changes
Apr 23, 2026
Contributor
|
Thank you for your contribution! 🎉 PR Rating: ⭐ Track your contributions and see the leaderboard at: tscircuit Contribution Tracker |
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.
This pull request updates two dependencies in the
package.jsonfile to their latest versions. These updates help ensure compatibility with the latest features and bug fixes from upstream libraries.Dependency updates:
circuit-json-to-gerberfrom version^0.0.48to^0.0.49to incorporate recent improvements and bug fixes.poppyglfrom version^0.0.12to^0.0.20for enhanced functionality and stability.