Skip to content

chore(deps): update dependency circuit-json-to-pnp-csv to ^0.0.7 #778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
circuit-json-to-pnp-csv ^0.0.6 -> ^0.0.7 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jun 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
runframe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2025 2:25am

@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from 0583428 to d483b68 Compare June 17, 2025 19:25
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch from d483b68 to 7fa646e Compare June 17, 2025 21:58
@@ -2364,6 +2364,8 @@

"@tscircuit/fake-snippets/circuit-json-to-gerber": ["circuit-json-to-gerber@0.0.21", "", { "dependencies": { "@tscircuit/alphabet": "^0.0.2", "fast-json-stable-stringify": "^2.1.0", "transformation-matrix": "^3.0.0" }, "peerDependencies": { "circuit-json": "^0.0.164", "typescript": "^5.0.0" }, "bin": { "circuit-to-gerber": "dist/cli.js" } }, "sha512-9petb2qmaZyfU7khOwL/jVdwX73FU+jDlbHhXfnNJfTmfZL0yVdV4BK3uyM9+sYNXk7v2JLy9EwvzSL8qK+iIQ=="],

"@tscircuit/fake-snippets/circuit-json-to-pnp-csv": ["circuit-json-to-pnp-csv@0.0.6", "", { "dependencies": { "papaparse": "^5.4.1" }, "peerDependencies": { "@tscircuit/soup-util": "*", "typescript": "^5.0.0" } }, "sha512-E5bbw0EfOk+6DUaldmsaogzfFni91IwBHI6hzQTbS1qczhqMmUNYkRTpePqa3ewZ12oLLURLbHnd9HDGjxlJ+w=="],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There appears to be an inconsistency in the dependency versions. While the main dependency circuit-json-to-pnp-csv is being updated from ^0.0.6 to ^0.0.7, this PR is also adding a fake snippet reference that still uses version 0.0.6. To maintain version consistency across the codebase, consider updating the fake snippet reference to use version 0.0.7 as well:

-    "@tscircuit/fake-snippets/circuit-json-to-pnp-csv": ["circuit-json-to-pnp-csv@0.0.6", "", { "dependencies": { "papaparse": "^5.4.1" }, "peerDependencies": { "@tscircuit/soup-util": "*", "typescript": "^5.0.0" } }, "sha512-E5bbw0EfOk+6DUaldmsaogzfFni91IwBHI6hzQTbS1qczhqMmUNYkRTpePqa3ewZ12oLLURLbHnd9HDGjxlJ+w=="],
+    "@tscircuit/fake-snippets/circuit-json-to-pnp-csv": ["circuit-json-to-pnp-csv@0.0.7", "", { "dependencies": { "papaparse": "^5.4.1" }, "peerDependencies": { "@tscircuit/soup-util": "*", "typescript": "^5.0.0" } }, "sha512-WAdNRHtaPhQM8X5NN/43WMBKDCEKQSLShg/mHIZxMUzJviymnfbq6rJj/2WvDqm/bogey34PyTEHwF3mC7zxlQ=="],
Suggested change
"@tscircuit/fake-snippets/circuit-json-to-pnp-csv": ["circuit-json-to-pnp-csv@0.0.6", "", { "dependencies": { "papaparse": "^5.4.1" }, "peerDependencies": { "@tscircuit/soup-util": "*", "typescript": "^5.0.0" } }, "sha512-E5bbw0EfOk+6DUaldmsaogzfFni91IwBHI6hzQTbS1qczhqMmUNYkRTpePqa3ewZ12oLLURLbHnd9HDGjxlJ+w=="],
"@tscircuit/fake-snippets/circuit-json-to-pnp-csv": ["circuit-json-to-pnp-csv@0.0.7", "", { "dependencies": { "papaparse": "^5.4.1" }, "peerDependencies": { "@tscircuit/soup-util": "*", "typescript": "^5.0.0" } }, "sha512-WAdNRHtaPhQM8X5NN/43WMBKDCEKQSLShg/mHIZxMUzJviymnfbq6rJj/2WvDqm/bogey34PyTEHwF3mC7zxlQ=="],

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch from 7fa646e to 83eb252 Compare June 17, 2025 22:00
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from 46abff7 to 017ea3a Compare June 18, 2025 01:39
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from 48314b7 to 5d61a7a Compare June 18, 2025 02:19
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from 1f7a8a6 to dafb8d6 Compare June 18, 2025 06:54
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from ae51c46 to 530236a Compare June 18, 2025 09:08
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from b3c3781 to bea1e00 Compare June 18, 2025 13:09
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from da49619 to a680ebd Compare June 18, 2025 20:41
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch 2 times, most recently from 5c5dc21 to 560615c Compare June 19, 2025 01:45
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch from 560615c to c2106ca Compare June 19, 2025 02:16
@renovate renovate bot force-pushed the renovate/circuit-json-to-pnp-csv-0.x branch from c2106ca to 38361d1 Compare June 19, 2025 02:19
@renovate renovate bot merged commit 48714a8 into main Jun 19, 2025
6 checks passed
@renovate renovate bot deleted the renovate/circuit-json-to-pnp-csv-0.x branch June 19, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants