Skip to content

chore(deps): Bump @anthropic-ai/sdk from 0.115.0 to 0.116.0 - #12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.116.0
Closed

chore(deps): Bump @anthropic-ai/sdk from 0.115.0 to 0.116.0#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.116.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown

Bumps @anthropic-ai/sdk from 0.115.0 to 0.116.0.

Release notes

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

sdk: v0.116.0

0.116.0 (2026-08-07)

Full Changelog: sdk-v0.115.0...sdk-v0.116.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (70e04f6)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (1336a4a)
  • tools: make bash timeout and abort errors matchable by class (#259) (201b12e)

Bug Fixes

  • client: use hardcoded User-Agent strings instead of constructor names (0b97f04)

Chores

  • api: remove retired Claude Opus 4.1 models (11b685c)
  • docs: small updates to descriptions (413cc5f)
  • docs: updates to a few documentation strings (c38a1de)
  • internal/deps: bump @​babel/core and @​babel/helpers to 7.29.7 (#261) (3164934)
  • internal/deps: install tsc-multi from the npm registry (#265) (c787f90)
  • internal: codegen related update (73b3d61)
Changelog

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

0.116.0 (2026-08-07)

Full Changelog: sdk-v0.115.0...sdk-v0.116.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (70e04f6)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (1336a4a)
  • tools: make bash timeout and abort errors matchable by class (#259) (201b12e)

Bug Fixes

  • client: use hardcoded User-Agent strings instead of constructor names (0b97f04)

Chores

  • api: remove retired Claude Opus 4.1 models (11b685c)
  • docs: small updates to descriptions (413cc5f)
  • docs: updates to a few documentation strings (c38a1de)
  • internal/deps: bump @​babel/core and @​babel/helpers to 7.29.7 (#261) (3164934)
  • internal/deps: install tsc-multi from the npm registry (#265) (c787f90)
  • internal: codegen related update (73b3d61)
Commits
  • ed02a89 chore: release main
  • d72ff6a feat(api): add support for session budgets, advisor tool, pinned inference lo...
  • dbfed51 chore(internal/deps): refresh provider package dev tooling to mirror-availabl...
  • b7e95bf chore(docs): updates to a few documentation strings
  • 9efb7bd chore(api): remove retired Claude Opus 4.1 models
  • 342d422 chore(internal/deps): install tsc-multi from the npm registry (#265)
  • 501955c chore(internal/deps): bump @​babel/core and @​babel/helpers to 7.29.7 (#261)
  • 6641c5e feat(tools): make bash timeout and abort errors matchable by class (#259)
  • e421c43 chore(docs): small updates to descriptions
  • c0a963e feat(api): add mid-conversation-tool-changes-2026-07-01 beta
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.115.0 to 0.116.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.115.0...sdk-v0.116.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/anthropic-ai/sdk-0.116.0 branch from 2fcf404 to 14ce237 Compare August 16, 2026 10:16
@earthwalker17

Copy link
Copy Markdown
Owner

Landed on main directly as 352ce2b rather than by merging this branch.

The reason is mechanical, not a judgement on the bump: this branch predates the CI change in e35d0ca, where the Linux job stopped being continue-on-error. Without the three portability fixes from f22b92e, the Linux leg fails here on assertions that have nothing to do with the SDK, and rebasing for a one-line dependency change is more churn than applying it.

Verified on main: typecheck clean, and the anthropic / provider-infra / wire-image / mock-provider / architecture suites pass (57 tests). The SDK reaches exactly one module (src/provider/anthropic.ts), so that is the blast radius. The live adapter smoke stays opt-in and was not run — it costs money.

Closing as landed.

@dependabot @github

dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/anthropic-ai/sdk-0.116.0 branch August 16, 2026 15:54
earthwalker17 added a commit that referenced this pull request Aug 16, 2026
Applied on current main rather than by merging Dependabot #12: that branch
predates this session's CI change, so its Linux leg — no longer advisory — runs
without the three portability fixes and would fail on a bump that has nothing
to do with it.

The SDK reaches exactly one module (src/provider/anthropic.ts), so the blast
radius is the Anthropic adapter. Typecheck clean; the anthropic, provider-infra,
wire-image, mock-provider and architecture suites pass (57 tests). The live
adapter smoke stays opt-in and was not run — it costs money.

Deliberately NOT taken in the same pass:

- #10, despite its "dev-dependencies group" title, is typescript ~5.9 -> ~7.0
  and @types/node ^22 -> ^26. Two majors, one of them a TypeScript major on a
  codebase with noUncheckedIndexedAccess and exactExactOptionalPropertyTypes,
  and @types/node 26 describes APIs above this package's own Node 22 floor.
  dependabot.yml already says a TS major should be a deliberate, hand-reviewed
  upgrade; it is not release polish.
- #11 is undici 7 -> 8, deferred on the record because the proxy dispatcher
  needs live verification, not a green unit suite.

Both stay open with that reasoning on the PR.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant