Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
PR SummaryLow Risk Overview Refreshes Written by Cursor Bugbot for commit 3da5a30. This will update automatically on new commits. Configure here. |
🤖 Augment PR SummarySummary: Updates the pinned 🤖 Was this summary useful? React with 👍 or 👎 |
927fcbd to
948dad1
Compare
@anthropic-ai/sdk to v0.75.0@anthropic-ai/sdk to v0.76.0
948dad1 to
f8c67bd
Compare
@anthropic-ai/sdk to v0.76.0@anthropic-ai/sdk to v0.77.0
f8c67bd to
45073ad
Compare
@anthropic-ai/sdk to v0.77.045073ad to
40ecdb2
Compare
40ecdb2 to
3d73d42
Compare
@anthropic-ai/bedrock-sdk to v0.26.4
@anthropic-ai/bedrock-sdk to v0.26.4@anthropic-ai/bedrock-sdk to v0.26.4 - autoclosed
Pull request was closed
@anthropic-ai/bedrock-sdk to v0.26.4 - autoclosed3d73d42 to
8295b73
Compare
8295b73 to
9c1bd9d
Compare
9c1bd9d to
f0e4a24
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: SDK version doesn't match PR description's target
- Pinned
@anthropic-ai/sdkto 0.78.0 in both affected package manifests and regeneratedyarn.lockso all resolved entries now match the PR’s stated target version.
- Pinned
Or push these changes by commenting:
@cursor push 7c837bbb15
Preview (7c837bbb15)
diff --git a/apps/hash-ai-worker-ts/package.json b/apps/hash-ai-worker-ts/package.json
--- a/apps/hash-ai-worker-ts/package.json
+++ b/apps/hash-ai-worker-ts/package.json
@@ -43,7 +43,7 @@
},
"dependencies": {
"@anthropic-ai/bedrock-sdk": "0.26.4",
- "@anthropic-ai/sdk": "0.79.0",
+ "@anthropic-ai/sdk": "0.78.0",
"@apps/hash-graph": "workspace:*",
"@blockprotocol/graph": "workspace:*",
"@blockprotocol/type-system": "workspace:*",
diff --git a/libs/@local/repo-chores/node/package.json b/libs/@local/repo-chores/node/package.json
--- a/libs/@local/repo-chores/node/package.json
+++ b/libs/@local/repo-chores/node/package.json
@@ -10,7 +10,7 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
- "@anthropic-ai/sdk": "0.79.0",
+ "@anthropic-ai/sdk": "0.78.0",
"@blockprotocol/core": "0.1.4",
"@linear/sdk": "61.0.0",
"@local/hash-backend-utils": "workspace:*",
diff --git a/yarn.lock b/yarn.lock
--- a/yarn.lock
+++ b/yarn.lock
@@ -31,9 +31,9 @@
languageName: node
linkType: hard
-"@anthropic-ai/sdk@npm:0.79.0, @anthropic-ai/sdk@npm:>=0.50.3 <1":
- version: 0.79.0
- resolution: "@anthropic-ai/sdk@npm:0.79.0"
+"@anthropic-ai/sdk@npm:0.78.0, @anthropic-ai/sdk@npm:>=0.50.3 <1":
+ version: 0.78.0
+ resolution: "@anthropic-ai/sdk@npm:0.78.0"
dependencies:
json-schema-to-ts: "npm:^3.1.1"
peerDependencies:
@@ -43,7 +43,7 @@
optional: true
bin:
anthropic-ai-sdk: bin/cli
- checksum: 10c0/dd68838935bed0b8478da75e6a7f18ecb20c85f0cc173db10ca425ae6aa0a60536ba7b5994819e889f3d48bf30534ca25ea572dc306cb311ce6647057caf1f2a
+ checksum: 10c0/a43c83047d0f6ac8d50938e8a07aee27b8891cf51011fcbdb07159996762f262734e4839df00e57f713e25c8c740424939e13c91e6b3f5b12879b9cde1d9c835
languageName: node
linkType: hard
@@ -337,7 +337,7 @@
resolution: "@apps/hash-ai-worker-ts@workspace:apps/hash-ai-worker-ts"
dependencies:
"@anthropic-ai/bedrock-sdk": "npm:0.26.4"
- "@anthropic-ai/sdk": "npm:0.79.0"
+ "@anthropic-ai/sdk": "npm:0.78.0"
"@apps/hash-graph": "workspace:*"
"@blockprotocol/graph": "workspace:*"
"@blockprotocol/type-system": "workspace:*"
@@ -9588,7 +9588,7 @@
version: 0.0.0-use.local
resolution: "@local/repo-chores@workspace:libs/@local/repo-chores/node"
dependencies:
- "@anthropic-ai/sdk": "npm:0.79.0"
+ "@anthropic-ai/sdk": "npm:0.78.0"
"@blockprotocol/core": "npm:0.1.4"
"@linear/sdk": "npm:61.0.0"
"@local/eslint": "workspace:*"This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
apps/hash-ai-worker-ts/package.json
Outdated
| "@anthropic-ai/bedrock-sdk": "0.26.3", | ||
| "@anthropic-ai/sdk": "0.74.0", | ||
| "@anthropic-ai/bedrock-sdk": "0.26.4", | ||
| "@anthropic-ai/sdk": "0.79.0", |
There was a problem hiding this comment.
SDK version doesn't match PR description's target
Medium Severity
The @anthropic-ai/sdk is updated to 0.79.0 in both package files and yarn.lock, but the PR description states the intended target version is 0.78.0. The release notes included in the PR only cover through v0.78.0 and don't document what v0.79.0 (published today) contains. A reviewer approving this PR would be deploying an unreviewed SDK version with potentially unknown API changes.
Additional Locations (1)
f0e4a24 to
3da5a30
Compare



This PR contains the following updates:
0.26.3->0.26.40.74.0->0.80.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anthropics/anthropic-sdk-typescript (@anthropic-ai/sdk)
v0.80.0Full Changelog: sdk-v0.79.0...sdk-v0.80.0
Features
Chores
v0.79.0Full Changelog: sdk-v0.78.0...sdk-v0.79.0
Features
Bug Fixes
Chores
Documentation
v0.78.0Full Changelog: sdk-v0.77.0...sdk-v0.78.0
Features
Bug Fixes
Chores
v0.77.0Full Changelog: sdk-v0.76.0...sdk-v0.77.0
Features
Bug Fixes
v0.76.0Full Changelog: sdk-v0.75.0...sdk-v0.76.0
Features
v0.75.0Full Changelog: sdk-v0.74.0...sdk-v0.75.0
Features
Bug Fixes
Chores
Configuration
📅 Schedule: Branch creation - "after 1am" (UTC), Automerge - "before 4am every weekday,every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.