Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"is-in-ci": "2.0.0",
"semver": "7.7.3",
"slugify": "1.6.6",
"viem": "2.38.2",
"viem": "2.38.3",
"which": "5.0.0",
"yaml": "2.8.1",
"yocto-spinner": "^1.0.0",
Expand Down Expand Up @@ -1545,7 +1545,7 @@

"vary": ["vary@1.1.2", "", {}, "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="],

"viem": ["viem@2.38.2", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.1.0", "isows": "1.0.7", "ox": "0.9.6", "ws": "8.18.3" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-MJDiTDD9gfOT7lPQRimdmw+g46hU/aWJ3loqb+tN6UBOO00XEd0O4LJx+Kp5/uCRnMlJr8zJ1bNzCK7eG6gMjg=="],
"viem": ["viem@2.38.3", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.1.0", "isows": "1.0.7", "ox": "0.9.6", "ws": "8.18.3" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-By2TutLv07iNHHtWqHHzjGipevYsfGqT7KQbGEmqLco1qTJxKnvBbSviqiu6/v/9REV6Q/FpmIxf2Z7/l5AbcQ=="],

"walk-up-path": ["walk-up-path@4.0.0", "", {}, "sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A=="],

Expand Down
2 changes: 1 addition & 1 deletion sdk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"is-in-ci": "2.0.0",
"semver": "7.7.3",
"slugify": "1.6.6",
"viem": "2.38.2",
"viem": "2.38.3",
Copy link

@cubic-dev-ai cubic-dev-ai bot Oct 17, 2025

Choose a reason for hiding this comment

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

The viem dependency in test/package.json is pinned to 2.33.0, while other packages are using ^2 which resolves to 2.38.3. This inconsistency means the test suite is running against an outdated version of a critical dependency, which can miss integration issues and regressions.

Prompt for AI agents
Address the following comment on sdk/cli/package.json at line 70:

<comment>The `viem` dependency in `test/package.json` is pinned to `2.33.0`, while other packages are using `^2` which resolves to `2.38.3`. This inconsistency means the test suite is running against an outdated version of a critical dependency, which can miss integration issues and regressions.</comment>

<file context>
@@ -67,7 +67,7 @@
     &quot;semver&quot;: &quot;7.7.3&quot;,
     &quot;slugify&quot;: &quot;1.6.6&quot;,
-    &quot;viem&quot;: &quot;2.38.2&quot;,
+    &quot;viem&quot;: &quot;2.38.3&quot;,
     &quot;which&quot;: &quot;5.0.0&quot;,
     &quot;yaml&quot;: &quot;2.8.1&quot;,
</file context>
Fix with Cubic

"which": "5.0.0",
"yaml": "2.8.1",
"yoctocolors": "2.1.2",
Expand Down
Loading