Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@anthropic-ai/sdk ^0.25.0 -> ^0.67.0 age adoption passing confidence dependencies minor 0.69.0 (+2)
@biomejs/biome (source) 2.0.0-beta.1 -> 2.2.6 age adoption passing confidence devDependencies minor 2.3.6 (+7)
@octokit/rest ^21.0.2 -> ^22.0.0 age adoption passing confidence dependencies major 22.0.1
@octokit/rest ^21.0.1 -> ^22.0.0 age adoption passing confidence dependencies major 22.0.1
@types/node (source) ^22.7.7 -> ^24.0.0 age adoption passing confidence devDependencies major 24.10.1 (+4)
@vitest/coverage-v8 (source) 2.1.5 -> 3.2.4 age adoption passing confidence devDependencies major 4.0.10 (+10)
actions/setup-node v4 -> v6 age adoption passing confidence action major
algoliasearch (source) ^4.24.0 -> ^5.0.0 age adoption passing confidence dependencies major 5.44.0 (+3)
browserslist-generator ^2.1.0 -> ^3.0.0 age adoption passing confidence dependencies major
cspell (source) 8.15.4 -> 9.2.1 age adoption passing confidence devDependencies major 9.3.2 (+3)
execa 9.5.3 -> 9.6.0 age adoption passing confidence dependencies minor
git-cliff 2.4.0 -> 2.10.1 age adoption passing confidence dependencies minor
lewagon/wait-on-check-action v1.3.4 -> v1.4.1 age adoption passing confidence action minor
mcr.microsoft.com/devcontainers/typescript-node 1-20-bookworm -> 4-20-bookworm age adoption passing confidence image major
node 22.x -> 24.x age adoption passing confidence uses-with major 24.11.1 (+1)
octokit ^4.0.2 -> ^5.0.0 age adoption passing confidence dependencies major 5.0.5
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence devDependencies minor
prettier-plugin-pkg (source) ^0.18.1 -> ^0.21.0 age adoption passing confidence devDependencies minor
prettier-plugin-sh (source) ^0.14.0 -> ^0.18.0 age adoption passing confidence devDependencies minor
ts-morph ^23.0.0 -> ^27.0.0 age adoption passing confidence dependencies major
typescript (source) 5.8.3 -> 5.9.3 age adoption passing confidence devDependencies minor
vitest (source) 2.1.9 -> 3.2.4 age adoption passing confidence dependencies major 4.0.10 (+10)
vitest (source) 2.1.9 -> 3.2.4 age adoption passing confidence devDependencies major 4.0.10 (+10)

Release Notes

anthropics/anthropic-sdk-typescript (@​anthropic-ai/sdk)

v0.67.0

Full Changelog: sdk-v0.66.0...sdk-v0.67.0

Features
  • api: adding support for agent skills (0b7d97f)

v0.66.0

Full Changelog: sdk-v0.65.0...sdk-v0.66.0

Features
Bug Fixes
  • tool-runner: fix unhandled promise error for streams (4f6bc94)
Chores
  • client: add context-management-2025-06-27 beta header (c6efc98)
  • client: add model-context-window-exceeded-2025-08-26 beta header (06d2513)
  • internal: use npm pack for build uploads (55c0ad7)
  • jsdoc: fix @​link annotations to refer only to parts of the package‘s public interface (62c1b5e)

v0.65.0

Full Changelog: sdk-v0.64.0...sdk-v0.65.0

Features
  • api: adds support for Claude Sonnet 4.5 and context management features (3f0b0fb)
Chores
  • internal: codegen related update (724a2b1)
  • internal: ignore .eslintcache (56a5f30)

v0.64.0

Full Changelog: sdk-v0.63.1...sdk-v0.64.0

Features
  • toolRunner: support custom headers (ac6a7a3)
Performance Improvements
Chores
  • internal: fix incremental formatting in some cases (2bdf8ee)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (2817c45)

v0.63.1

Full Changelog: sdk-v0.63.0...sdk-v0.63.1

Bug Fixes
  • helpers/zod: fix compat with zod 3 (a2952e1)
Chores
  • do not install brew dependencies in ./scripts/bootstrap by default (115d81a)
  • internal: update CI (dfa991a)
  • package: lower zod peer dependency constraints (b40cfec)

v0.63.0

Full Changelog: sdk-v0.62.0...sdk-v0.63.0

Features
  • client: add support for toolRunner helpers (28f5837)
Chores
  • internal: fix tests (003617d)
  • vertex: update model string to valid example (7b77da0)

v0.62.0

Full Changelog: sdk-v0.61.0...sdk-v0.62.0

Features
  • api: adds support for Documents in tool results (5d971f9)
  • api: adds support for web_fetch_20250910 tool (c663898)

v0.61.0

Full Changelog: sdk-v0.60.0...sdk-v0.61.0

Features
  • client: adds support for code-execution-2025-08-26 tool (91dd1bb)
  • mcp: add code execution tool (2f9cfba)
Chores
Documentation

v0.60.0

Full Changelog: sdk-v0.59.0...sdk-v0.60.0

Features
  • api: makes 1 hour TTL Cache Control generally available (b3c97bd)
  • betas: add context-1m-2025-08-07 (a5f6db8)
Chores
Documentation
  • readme: clarify beta feature usage (3196064)

v0.59.0

Full Changelog: sdk-v0.58.0...sdk-v0.59.0

Features
  • api: search result content blocks (f372c0d)
Chores
  • internal: move publish config (5c1689e)

v0.58.0

Full Changelog: sdk-v0.57.0...sdk-v0.58.0

Features
  • api: add claude-opus-4-1-20250805 (08c61db)
  • api: adds support for text_editor_20250728 tool (ca57d74)
  • api: removed older deprecated models (352a5fd)
  • update streaming error message to say 'required' not 'recommended' (ffac3e0)
  • update streaming error message to say 'required' not 'recommended' (82a9ae5)
  • vertex: support global endpoint (#​449) (1c42030)
Bug Fixes
  • internal/bootstrap: install dependencies for all packages (d3734f9)
  • internal/bootstrap: only build main package (82428c7)
  • internal/bootstrap: run build before installing other packages (301f504)
  • internal/test: use jest directly (dab423b)
Chores
  • client: add TextEditor_20250429 tool (bcb557d)
  • internal: remove redundant imports config (555769d)
  • internal: version bump (eb97e85)

v0.57.0

Full Changelog: sdk-v0.56.0...sdk-v0.57.0

Features
  • bedrock: better edge runtime support (#​462) (5f8d1bb)
  • client: add breaking change detection to CI (04332aa)
Bug Fixes
  • bedrock: fix lint errors (aa40e9c)
  • internal: fix type error for fromSSEResponse call (2405664)
  • vertex: fix lint errors (7772f78)
Chores
  • make some internal functions async (9cc6c55)
  • ts: reorder package.json imports (e02b0a1)

v0.56.0

Full Changelog: sdk-v0.55.1...sdk-v0.56.0

Features
  • api: add support for Search Result Content Blocks (2910b28)
  • tests: add fixture-based streaming tests and improve test coverage (00424bc)
  • vertex: add AuthClient interface support for improved auth flexibility (b6f86e2)
Bug Fixes
Chores
  • add docs to RequestOptions type (38cb967)
  • api: update BetaCitationSearchResultLocation (760be6b)
Documentation

v0.55.1

Full Changelog: sdk-v0.55.0...sdk-v0.55.1

Bug Fixes
  • ci: release-doctor — report correct token name (5fa2ebf)
  • client: get fetchOptions type more reliably (60673ab)
  • client: use proxy in bedrock when requesting credentials from AWS (8cfd227)
Chores
  • ci: only run for pushes and fork pull requests (3d1c911)
  • client: improve path param validation (1638f13)

v0.55.0

Full Changelog: sdk-v0.54.0...sdk-v0.55.0

Features
  • client: add support for endpoint-specific base URLs (9be46a8)
Bug Fixes
  • client: explicitly copy fetch in withOptions (3a5909b)
  • internal: resolve conflict (acfff05)
  • publish script — handle NPM errors correctly (c4a6666)
  • stream: avoid event listener leak (eb272af)
Chores
  • ci: enable for pull requests (8505818)
  • client: refactor imports (d5dff04)
  • internal: add pure annotations, make base APIResource abstract (183d39c)
  • readme: update badges (147f321)
  • readme: use better example snippet for undocumented params (5beafd5)

v0.54.0

Full Changelog: sdk-v0.53.0...sdk-v0.54.0

Features
  • api: api update (e923aa1)
  • api: api update (4877181)
  • api: manual updates (99b0111)
  • client: add support for fine-grained-tool-streaming-2025-05-14 (6b35dd9)
Bug Fixes
  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (7fa10db)
  • client: improve error message in parsing JSON (7c0cb84)
  • internal: revert unintentional changes (28dccec)
Chores
  • avoid type error in certain environments (48c1a41)
  • tests: add testing for invalid json raising (52260c1)

v0.53.0

Full Changelog: sdk-v0.52.0...sdk-v0.53.0

Features
  • client: add support for new text_editor_20250429 tool (e49ebfb)
Bug Fixes
  • client: correctly track input from server_tool_use input deltas (4a14253)
  • client: fix link to streaming responses docs (2ad98be)
  • compat with more runtimes (3c70ae3)
Chores
  • adjust eslint.config.mjs ignore pattern (ab404cf)
  • ci: fix release workflow (7e2e566)
  • deps: bump eslint-plugin-prettier (8f973c4)
  • docs: use top-level-await in example snippets (b4a60ee)
  • examples: show how to pass an authorization token to an MCP server (340461b)
  • improve publish-npm script --latest tag logic (4a7bdc0)
  • internal: codegen related update (345af47)
  • internal: codegen related update (6d924ef)
  • internal: fix readablestream types in node 20 (b68745b)
  • internal: fix release workflows (a8da56f)
Documentation
  • pagination: improve naming (8e62803)

v0.52.0

Full Changelog: sdk-v0.51.0...sdk-v0.52.0

Features
  • api: add claude 4 models, files API, code execution tool, MCP connector and more (769f9da)
Chores
  • internal: codegen related update (2ed236d)
  • internal: version bump (8ebaf61)

v0.51.0

Full Changelog: sdk-v0.50.4...sdk-v0.51.0

Features
  • bedrock: support skipAuth on Bedrock client to bypass local auth requirements (b661c5f)
Bug Fixes
  • bedrock: support model names with slashes (cb5fa8a)
Chores
  • package: remove engines (f0378ec)

v0.50.4

Full Changelog: sdk-v0.50.3...sdk-v0.50.4

Bug Fixes
  • stream: correctly accumulate usage (c55b4f0)

v0.50.3

Full Changelog: sdk-v0.50.2...sdk-v0.50.3

Bug Fixes
  • client: always overwrite when merging headers (657912a)
  • client: always overwrite when merging headers (bf70c9f)

v0.50.2

Full Changelog: sdk-v0.50.1...sdk-v0.50.2

Bug Fixes
  • ci: bump publish workflow to node 20 (306a081)
Chores
Documentation

v0.50.1

Full Changelog: sdk-v0.50.0...sdk-v0.50.1

v0.41.0

Full Changelog: sdk-v0.40.1...sdk-v0.41.0

Features
  • api: adds web search capabilities to the Claude API (fae7e52)
Chores
  • ci: bump node version for release workflows (3502747)
Documentation

v0.40.1

Full Changelog: sdk-v0.40.0...sdk-v0.40.1

Chores

v0.40.0

Full Changelog: sdk-v0.39.0...sdk-v0.40.0

Features
Bug Fixes
Chores

Configuration

📅 Schedule: Branch creation - "every 2 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from aleclarson as a code owner November 1, 2024 02:08
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 73efa34 to facad8a Compare November 7, 2024 06:12
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 61bf425 to 8d13387 Compare November 15, 2024 22:44
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 41c1bf4 to 41cfca9 Compare November 23, 2024 01:50
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 363585b to c610ec7 Compare October 24, 2025 00:59
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 4cc4551 to bd3cd6c Compare November 1, 2025 13:59
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 8f5c0df to 81fdc54 Compare November 12, 2025 11:46
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 874d634 to d0ad0a6 Compare November 15, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant