Skip to content

chore(deps): bump @anthropic-ai/sdk from 0.78.0 to 0.88.0#335

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.88.0
Open

chore(deps): bump @anthropic-ai/sdk from 0.78.0 to 0.88.0#335
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.88.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps @anthropic-ai/sdk from 0.78.0 to 0.88.0.

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.88.0

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

sdk: v0.87.0

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

sdk: v0.86.1

0.86.1 (2026-04-08)

Full Changelog: sdk-v0.86.0...sdk-v0.86.1

Chores

  • update @​anthropic-ai/sdk dependency version (#870) (036342b)

sdk: v0.86.0

0.86.0 (2026-04-08)

Full Changelog: sdk-v0.85.0...sdk-v0.86.0

Features

  • api: add support for Claude Managed Agents (2ef732a)

Chores

  • internal: codegen related update (d644830)

sdk: v0.85.0

0.85.0 (2026-04-07)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

0.86.1 (2026-04-08)

Full Changelog: sdk-v0.86.0...sdk-v0.86.1

Chores

  • update @​anthropic-ai/sdk dependency version (#870) (036342b)

0.86.0 (2026-04-08)

Full Changelog: sdk-v0.85.0...sdk-v0.86.0

Features

  • api: add support for Claude Managed Agents (2ef732a)

Chores

  • internal: codegen related update (d644830)

0.85.0 (2026-04-07)

Full Changelog: sdk-v0.84.0...sdk-v0.85.0

Features

  • client: Create Bedrock Mantle client (#810) (2f1f4a1)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.78.0 to 0.88.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.78.0...sdk-v0.88.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from rubenmarcus as a code owner April 13, 2026 11:00
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions
Copy link
Copy Markdown
Contributor

✔️ Bundle Size Analysis

Metric Value
Base 2836.86 KB
PR 2836.86 KB
Diff 0 KB (0%)
Bundle breakdown
140K	dist/auth
80K	dist/automation
4.0K	dist/cli.d.ts
4.0K	dist/cli.d.ts.map
24K	dist/cli.js
16K	dist/cli.js.map
740K	dist/commands
28K	dist/config
4.0K	dist/index.d.ts
4.0K	dist/index.d.ts.map
4.0K	dist/index.js
4.0K	dist/index.js.map
916K	dist/integrations
100K	dist/llm
1.3M	dist/loop
188K	dist/mcp
60K	dist/presets
92K	dist/setup
40K	dist/skills
428K	dist/sources
76K	dist/ui
144K	dist/utils
336K	dist/wizard

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 13, 2026

Greptile Summary

Bumps @anthropic-ai/sdk from 0.78.0 to 0.88.0 across 10 minor releases. The changelog shows only additive features (Claude Managed Agents, Bedrock Mantle client, beta advisor tool, Vertex EU region) with no breaking API changes. The lockfile is correctly regenerated and a transitive @babel/runtime patch bump (7.28.6→7.29.2) is also included. The new ^0.88.0 range maintains compatibility with the project's zod 4.3.6 peer dependency.

Confidence Score: 5/5

Safe to merge — clean dependency bump with only additive SDK features and no breaking changes.

All changes are confined to package.json and the lockfile. The 10-release changelog shows purely additive features (no removed APIs), peer dependency compatibility is preserved, and the transitive @babel/runtime patch bump is benign. No P0/P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version specifier updated from ^0.78.0 to ^0.88.0 — straightforward dependency bump, no other changes.
pnpm-lock.yaml Lock file correctly updated to 0.88.0 with new integrity hash; transitive @babel/runtime bumped 7.28.6→7.29.2 as expected.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["ralph-starter"] -->|"^0.88.0 (was ^0.78.0)"| B["@anthropic-ai/sdk@0.88.0"]
    B --> C["json-schema-to-ts@3.1.1"]
    C -->|"7.29.2 (was 7.28.6)"| D["@babel/runtime@7.29.2"]
    B --> E["zod@4.3.6 (peer, unchanged)"]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump @anthropic-ai/sdk from..." | Re-trigger Greptile

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM — straightforward Dependabot dependency bump with no bugs found.

Extended reasoning...

Overview

This PR updates @anthropic-ai/sdk from 0.78.0 to 0.88.0 in package.json and regenerates pnpm-lock.yaml accordingly. The only other change is a transitive bump of @babel/runtime from 7.28.6 to 7.29.2 (pulled in via json-schema-to-ts). No application source code is modified.

Security Risks

None. This is an update to the official Anthropic TypeScript SDK, an additive minor-version series. The changelog shows only new features (Vertex EU region, beta advisor tool, Claude Managed Agents, Bedrock Mantle client) and internal chores — no deprecations or breaking changes that could introduce security regressions.

Level of Scrutiny

Low. This is a Dependabot-generated dependency bump touching only package.json and pnpm-lock.yaml. Both files follow the expected mechanical pattern of version string replacements and hash updates. No business logic, auth, or security-sensitive code paths are affected.

Other Factors

No bugs were found by the bug hunting system. There are no outstanding reviewer comments. The PR timeline shows only bot noise (a missing label warning from Dependabot and a Codex limits message) with no human feedback to address. This is a clean, low-risk update appropriate for shadow approval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants