chore(deps-dev): bump @anthropic-ai/sdk from 0.39.0 to 0.74.0#119
chore(deps-dev): bump @anthropic-ai/sdk from 0.39.0 to 0.74.0#119dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Greptile SummaryThis PR bumps
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Before["@anthropic-ai/sdk@0.39.0"]
A["@anthropic-ai/sdk"] --> B["node-fetch"]
A --> C["abort-controller"]
A --> D["agentkeepalive"]
A --> E["form-data-encoder"]
A --> F["formdata-node"]
A --> G["@types/node-fetch"]
end
subgraph After["@anthropic-ai/sdk@0.78.0"]
H["@anthropic-ai/sdk"] --> I["json-schema-to-ts"]
I --> J["@babel/runtime"]
I --> K["ts-algebra"]
H -. "optional peer" .-> L["zod@3.25.76 (already in project)"]
end
Before -->|"bumped"| After
Last reviewed commit: f6969c3 |
🤖 Augment PR SummarySummary: Bumps the dev dependency 🤖 Was this summary useful? React with 👍 or 👎 |
package.json
Outdated
| "devDependencies": { | ||
| "@anthropic-ai/claude-agent-sdk": "^0.1.76", | ||
| "@anthropic-ai/sdk": "^0.39.0", | ||
| "@anthropic-ai/sdk": "^0.74.0", |
There was a problem hiding this comment.
This is a large jump (0.39.0 → 0.74.0) and the PR metadata notes a new npm releaser for this package; it’s worth double-checking upstream release notes/provenance and ensuring the repo’s @anthropic-ai/sdk usages still work under the new API/typing surface.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
dadc7bf to
0bb6225
Compare
0bb6225 to
ab49835
Compare
| "devDependencies": { | ||
| "@anthropic-ai/claude-agent-sdk": "^0.1.76", | ||
| "@anthropic-ai/sdk": "^0.39.0", | ||
| "@anthropic-ai/sdk": "^0.78.0", |
There was a problem hiding this comment.
PR title/description version mismatch
The PR title states the bump is from 0.39.0 to 0.74.0, but package.json (and package-lock.json) actually update the version specifier to ^0.78.0, meaning 0.78.0 will be installed — not 0.74.0. This discrepancy suggests Dependabot may have updated the pinned version after the PR was originally opened. It is worth verifying that the intended target version is indeed 0.78.0 and that the release notes for 0.74.0–0.78.0 (not included in the PR description) have been reviewed for any additional breaking changes.
Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 95
Comment:
**PR title/description version mismatch**
The PR title states the bump is from `0.39.0` to `0.74.0`, but `package.json` (and `package-lock.json`) actually update the version specifier to `^0.78.0`, meaning `0.78.0` will be installed — not `0.74.0`. This discrepancy suggests Dependabot may have updated the pinned version after the PR was originally opened. It is worth verifying that the intended target version is indeed `0.78.0` and that the release notes for `0.74.0`–`0.78.0` (not included in the PR description) have been reviewed for any additional breaking changes.
How can I resolve this? If you propose a fix, please make it concise.b020645 to
bd46af4
Compare
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.39.0 to 0.74.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.39.0...sdk-v0.74.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.74.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bd46af4 to
f6969c3
Compare
|
Superseded by #158. |
Bumps @anthropic-ai/sdk from 0.39.0 to 0.74.0.
Release notes
Sourced from
@anthropic-ai/sdk's releases.... (truncated)
Changelog
Sourced from
@anthropic-ai/sdk's changelog.... (truncated)
Commits
5ccd743chore: release main66c786dfeat(api): enabling fast-mode in claude-opus-4-6883bbb6Update CHANGELOG.md (#902)db18ae2chore: release maina9f163ffeat(api): manual updates33d13a6chore(internal): fix pagination internals not accepting option promises54d352cfix(client): avoid removing abort listener too earlyddc2f6bchore(client): restructure abort controller binding6f46cc5chore(client): do not parse responses with empty content-lengthe32cdd5chore: remove claude-code-review workflow (#644)Maintainer changes
This version was pushed to npm by packy-anthropic, a new releaser for
@anthropic-ai/sdksince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)