Chore: updated the alphabet version to v0.0.25#77
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates @tscircuit/alphabet to a newer version and rebases a set of SVG snapshot fixtures that reflect changes in generated text/graphics output.
Changes:
- Bump
@tscircuit/alphabetfrom^0.0.2to^0.0.25. - Update multiple SVG snapshot files under
tests/**/__snapshots__to match new rendering output.
Reviewed changes
Copilot reviewed 1 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Upgrades @tscircuit/alphabet dependency version. |
| tests/repros/repro3/snapshots/viagrid-board-bottom.snap.svg | Snapshot updated for bottom board SVG output. |
| tests/repros/repro2/snapshots/silkscreen-text-top.snap.svg | Snapshot updated for top silkscreen text rendering. |
| tests/repros/repro2/snapshots/silkscreen-text-bottom.snap.svg | Snapshot updated for bottom silkscreen text rendering. |
| tests/gerber/snapshots/simple3-top.snap.svg | Snapshot updated for simple3 top gerber-to-SVG output. |
| tests/gerber/snapshots/simple1-bottom.snap.svg | Snapshot updated for simple1 bottom gerber-to-SVG output. |
| tests/gerber/snapshots/silkscreen-anchors-top.snap.svg | Snapshot updated for silkscreen anchor rendering (top). |
| tests/gerber/snapshots/silkscreen-anchors-bottom.snap.svg | Snapshot updated for silkscreen anchor rendering (bottom). |
| tests/gerber/snapshots/pinrow-top.snap.svg | Snapshot updated for pinrow top rendering. |
| tests/gerber/snapshots/pcb-panel-top.snap.svg | Snapshot updated for PCB panel top output. |
| tests/gerber/snapshots/pcb-panel-bottom.snap.svg | Snapshot updated for PCB panel bottom output. |
| tests/gerber/snapshots/copper-text-top.snap.svg | Snapshot updated for copper text rendering (top). |
| tests/gerber/snapshots/copper-text-bottom.snap.svg | Snapshot updated for copper text rendering (bottom). |
| tests/gerber/snapshots/copper-text-knockout-top.snap.svg | Snapshot updated for copper text knockout rendering (top). |
| tests/gerber/snapshots/copper-text-knockout-bottom.snap.svg | Snapshot updated for copper text knockout rendering (bottom). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "dependencies": { | ||
| "@tscircuit/alphabet": "^0.0.2", | ||
| "@tscircuit/alphabet": "^0.0.25", | ||
| "fast-json-stable-stringify": "^2.1.0", |
There was a problem hiding this comment.
PR description/title indicate only a dependency bump, but this PR also updates many SVG snapshot fixtures. Please update the PR description to mention the snapshot rebaseline (and ideally why the rendered output changed) so reviewers understand the behavioral impact of the alphabet upgrade.
|
cool! |
|
Thank you for your contribution! 🎉 PR Rating: ⭐ Track your contributions and see the leaderboard at: tscircuit Contribution Tracker |
This pull request updates the version of the
@tscircuit/alphabetdependency in thepackage.jsonfile to ensure compatibility with the latest features and bug fixes.@tscircuit/alphabetfrom version^0.0.2to^0.0.25inpackage.jsonto use the latest improvements and fixes.