Skip to content

chore(deps): update all dependencies #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update all dependencies #282

wants to merge 1 commit into from

Conversation

renovate[bot]
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.56.0 age adoption passing confidence dependencies minor 0.60.0 (+3)
@biomejs/biome (source) 2.0.0-beta.1 -> 2.1.1 age adoption passing confidence devDependencies minor 2.2.0 (+3)
@octokit/rest ^21.0.2 -> ^22.0.0 age adoption passing confidence dependencies major
@octokit/rest ^21.0.1 -> ^22.0.0 age adoption passing confidence dependencies major
@types/node (source) ^22.7.7 -> ^24.0.0 age adoption passing confidence devDependencies major 24.3.0 (+4)
@vitest/coverage-v8 (source) 2.1.5 -> 3.2.4 age adoption passing confidence devDependencies major
algoliasearch (source) ^4.24.0 -> ^5.0.0 age adoption passing confidence dependencies major 5.35.0 (+2)
browserslist-generator ^2.1.0 -> ^3.0.0 age adoption passing confidence dependencies major
cspell (source) 8.15.4 -> 9.1.5 age adoption passing confidence devDependencies major 9.2.0
execa 9.5.3 -> 9.6.0 age adoption passing confidence dependencies minor
git-cliff 2.4.0 -> 2.9.1 age adoption passing confidence dependencies minor 2.10.0
lewagon/wait-on-check-action v1.3.4 -> v1.4.0 age adoption passing confidence action minor
mcr.microsoft.com/devcontainers/typescript-node 1-20-bookworm -> 2-20-bookworm age adoption passing confidence image major
octokit ^4.0.2 -> ^5.0.0 age adoption passing confidence dependencies major
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 -> ^26.0.0 age adoption passing confidence dependencies major
vitest (source) 2.1.9 -> 3.2.4 age adoption passing confidence dependencies major
vitest (source) 2.1.9 -> 3.2.4 age adoption passing confidence devDependencies major

Release Notes

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

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

v0.39.0

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

Features
Documentation
  • update URLs from stainlessapi.com to stainless.com (#​699) (05e33b7)

v0.38.0

Full Changelog: sdk-v0.37.0...sdk-v0.38.0

Features
Chores
Documentation

v0.37.0

Full Changelog: sdk-v0.36.3...sdk-v0.37.0

Features
  • api: add claude-3.7 + support for thinking (ffab311)
  • client: send X-Stainless-Timeout header (#​679) (1172430)
  • pagination: avoid fetching when has_more: false (#​680) (d4df248)
Bug Fixes
Chores

v0.36.3

Full Changelog: sdk-v0.36.2...sdk-v0.36.3

Bug Fixes
Chores

v0.36.2

Full Changelog: sdk-v0.36.1...sdk-v0.36.2

Bug Fixes
  • bedrock: update streaming util import (255c059)

v0.35.0

Full Changelog: sdk-v0.34.0...sdk-v0.35.0

Features
Bug Fixes
  • docs: correct results return type (#​657) (4e6d031)
  • examples: add token counting example (2498e2e)
  • send correct Accept header for certain endpoints (#​651) (17ffaeb)
  • vertex: add beta.messages.countTokens method (51d3f23)
Chores
Documentation

v0.33.1

Full Changelog: sdk-v0.33.0...sdk-v0.33.1

Bug Fixes
  • vertex: remove anthropic_version deletion for token counting (88221be)
Chores

v0.33.0

Full Changelog: sdk-v0.32.1...sdk-v0.33.0

Features
  • api: general availability updates (93d1316)
  • api: general availability updates (#​631) (b5c92e5)
  • client: add ._request_id property to object responses (#​596) (9d6d584)
  • internal: make git install file structure match npm (#​617) (d3dd7d5)
  • vertex: support token counting (9e76b4d)
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 a50ec80 to 2908f05 Compare July 24, 2025 12:35
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from bcbd27f to 45cd1b5 Compare July 30, 2025 22:27
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 75229ba to 5f59832 Compare August 9, 2025 09:12
Copy link

socket-security bot commented Aug 9, 2025

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from bb5b4fc to edb515e Compare August 13, 2025 15:25
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.

0 participants