Skip to content

chore(deps-dev): bump the js-minor-and-patch group across 1 directory with 11 updates#2931

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js/js-minor-and-patch-f5435b3554
Open

chore(deps-dev): bump the js-minor-and-patch group across 1 directory with 11 updates#2931
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js/js-minor-and-patch-f5435b3554

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the js-minor-and-patch group with 11 updates in the /js directory:

Package From To
@anthropic-ai/claude-agent-sdk 0.2.119 0.3.150
@anthropic-ai/sdk 0.95.2 0.98.0
@google/genai 2.0.1 2.6.0
@openai/agents 0.8.5 0.11.5
@opentelemetry/auto-instrumentations-node 0.75.0 0.76.0
@opentelemetry/sdk-node 0.217.0 0.218.0
msw 2.13.6 2.14.6
openai 6.37.0 6.39.0
semver 7.8.0 7.8.1
ts-jest 29.4.9 29.4.11
ws 8.20.0 8.21.0

Updates @anthropic-ai/claude-agent-sdk from 0.2.119 to 0.3.150

Release notes

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

v0.3.150

What's changed

  • Updated to parity with Claude Code v2.1.150

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.150
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.150
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.150
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.150

v0.3.149

What's changed

  • Fixed options.env dropping CLAUDE_AGENT_SDK_VERSION (used for User-Agent and telemetry) when a custom environment is supplied, and corrected the Options.env docs to state that the value replaces the subprocess environment rather than merging with process.env

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.149
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.149
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.149
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.149

v0.3.148

What's changed

  • Updated to parity with Claude Code v2.1.148

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.148
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.148
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.148
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.148

... (truncated)

Changelog

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

0.3.150

  • Updated to parity with Claude Code v2.1.150

0.3.149

  • Fixed options.env dropping CLAUDE_AGENT_SDK_VERSION (used for User-Agent and telemetry) when a custom environment is supplied, and corrected the Options.env docs to state that the value replaces the subprocess environment rather than merging with process.env

0.3.148

  • Updated to parity with Claude Code v2.1.148

0.3.147

  • Updated to parity with Claude Code v2.1.147

0.3.146

  • Updated to parity with Claude Code v2.1.146

0.3.145

  • Updated to parity with Claude Code v2.1.145

0.3.144

  • Assistant messages and StopFailure hooks now report error: 'model_not_found' when the selected model doesn't exist or isn't available, instead of the generic 'invalid_request'. The api_error_status field on result messages is now documented.
  • Added @anthropic-ai/claude-agent-sdk/extract export for bun build --compile consumers: import the platform native binary with with { type: 'file' }, call extractFromBunfs(binPath) to copy it out of the compiled executable's virtual filesystem, and pass the result to options.pathToClaudeCodeExecutable

0.3.143

  • @anthropic-ai/sdk and @modelcontextprotocol/sdk are now peerDependencies instead of dependencies. Runtime is unaffected (both are bundled); npm/bun/pnpm auto-install them. yarn classic users should add them explicitly for full TypeScript type resolution

0.3.142

  • Breaking: Removed the v2 session API (unstable_v2_createSession, unstable_v2_resumeSession, unstable_v2_prompt, SDKSession, SDKSessionOptions), deprecated since 0.2.133. Use query() — pass an AsyncIterable<SDKUserMessage> for multi-turn, or options.resume to continue a session.
  • Breaking: MCP servers now connect in the background by default; sessions start immediately and slow servers report status: "pending" in init until ready. Set MCP_CONNECTION_NONBLOCKING=0 to restore the old behavior of waiting up to 5s before the first query, or mark a server alwaysLoad: true to require it in turn 1.
  • Breaking: Headless and SDK sessions now use Task tools (TaskCreate / TaskUpdate / TaskGet / TaskList) instead of TodoWrite, deprecated since 0.2.136. Tool consumers should accumulate by task ID instead of replacing a snapshot list.
  • Surfaced request_id, subagent_type, and task_description on SDK message types and task system events
  • Headless --sdk-url sessions now exit non-zero with a stderr diagnostic when the remote transport closes permanently (401/403/404 or WS permanent close), instead of silently exiting 0

0.2.141

  • TaskCreateInput, TaskCreateOutput, TaskGetInput, TaskGetOutput, TaskUpdateInput, TaskUpdateOutput, TaskListInput, and TaskListOutput types are now exported from @anthropic-ai/claude-agent-sdk/sdk-tools and included in the ToolInputSchemas/ToolOutputSchemas unions
  • Aligned @anthropic-ai/sdk dependency to ^0.93.0

0.2.140

  • Updated to parity with Claude Code v2.1.140

... (truncated)

Commits
  • 4fed972 chore: Update CHANGELOG.md
  • c15f6e2 Use workload identity federation for Claude auth in issue triage (#335)
  • fb2636c chore: Update CHANGELOG.md
  • 321a105 chore: Update CHANGELOG.md
  • bf61f4a chore: Update CHANGELOG.md
  • c2f379d chore: Update CHANGELOG.md
  • a1500f0 chore: Update CHANGELOG.md
  • e62865e chore: Update CHANGELOG.md
  • fa5d004 chore: Update CHANGELOG.md
  • dcac163 chore: Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates @anthropic-ai/sdk from 0.95.2 to 0.98.0

Release notes

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

sdk: v0.98.0

0.98.0 (2026-05-21)

Full Changelog: sdk-v0.97.1...sdk-v0.98.0

Features

  • api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (0528d47)

sdk: v0.97.1

0.97.1 (2026-05-19)

Full Changelog: sdk-v0.97.0...sdk-v0.97.1

Bug Fixes

  • runner: skip tool calls SessionToolRunner does not own (9987379)

sdk: v0.97.0

0.97.0 (2026-05-19)

Full Changelog: sdk-v0.96.0...sdk-v0.97.0

Features

  • client: Add support for self-hosted sandboxes in CMA with sandbox helpers (659a343)

Bug Fixes

  • typescript: upgrade tsc-multi so that it works with Node 26 (623f71c)

Chores

  • tests: remove redundant File import (cf821fc)

sdk: v0.96.0

0.96.0 (2026-05-13)

Full Changelog: sdk-v0.95.2...sdk-v0.96.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (08f02f3)
  • api: Add support for cache diagnostics beta (eafbd6d)

Bug Fixes

... (truncated)

Changelog

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

0.98.0 (2026-05-21)

Full Changelog: sdk-v0.97.1...sdk-v0.98.0

Features

  • api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (0528d47)

0.97.1 (2026-05-19)

Full Changelog: sdk-v0.97.0...sdk-v0.97.1

Bug Fixes

  • runner: skip tool calls SessionToolRunner does not own (9987379)

0.97.0 (2026-05-19)

Full Changelog: sdk-v0.96.0...sdk-v0.97.0

Features

  • client: Add support for self-hosted sandboxes in CMA with sandbox helpers (659a343)

Bug Fixes

  • typescript: upgrade tsc-multi so that it works with Node 26 (623f71c)

Chores

  • tests: remove redundant File import (cf821fc)

0.96.0 (2026-05-13)

Full Changelog: sdk-v0.95.2...sdk-v0.96.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (08f02f3)
  • api: Add support for cache diagnostics beta (eafbd6d)

Bug Fixes

  • zod: ensure only zod/v4 types are used (#992) (9e08bcc)

Chores

... (truncated)

Commits
  • 32ce8c0 chore: release main
  • 1873a96 feat(api): Add support for thinking-token-count beta for estimated tokens in ...
  • ac9ece3 chore: release main
  • 1987147 fix(runner): skip tool calls SessionToolRunner does not own
  • 409ff0e chore: release main (#1052)
  • a53f60d chore: release main
  • d1b8d04 feat(api): Add support for cache diagnostics beta
  • 8e43bf8 chore(api): spec updates
  • 697e4d5 codegen metadata
  • cd5801c feat(api): Add BetaManagedAgentsSearchResultBlock types
  • Additional commits viewable in compare view

Updates @google/genai from 2.0.1 to 2.6.0

Release notes

Sourced from @​google/genai's releases.

v2.6.0

2.6.0 (2026-05-21)

Features

  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (f780f3c)
  • Add budget_exceeded status (1e97bd0)
  • Add gemini-3.5-flash (1e97bd0)
  • add new fields (b78eeee)

v2.5.0

2.5.0 (2026-05-20)

Features

  • Add Gemini 3.5 Flash model to options (fcf26e3)

v2.4.0

2.4.0 (2026-05-17)

Features

  • support Agent and Environment APIs. (b0d9d2b)

Bug Fixes

  • output_text for turns that don't end with text. (1a3d94f)

v2.3.0

2.3.0 (2026-05-15)

Features

  • interaction.{output_text,output_image,output_audio,output_video} (0188233)

v2.2.0

2.2.0 (2026-05-12)

Features

  • Added missing FunctionCallResultDelta type and arguments field to the ArgumentDelta type (f76138b)

v2.1.0

2.1.0 (2026-05-12)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

2.6.0 (2026-05-21)

Features

  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (f780f3c)
  • Add budget_exceeded status (1e97bd0)
  • Add gemini-3.5-flash (1e97bd0)
  • add new fields (b78eeee)

2.5.0 (2026-05-20)

Features

  • Add Gemini 3.5 Flash model to options (fcf26e3)

2.4.0 (2026-05-17)

Features

  • support Agent and Environment APIs. (b0d9d2b)

Bug Fixes

  • output_text for turns that don't end with text. (1a3d94f)

2.3.0 (2026-05-15)

Features

  • interaction.{output_text,output_image,output_audio,output_video} (0188233)

2.2.0 (2026-05-12)

Features

  • Added missing FunctionCallResultDelta type and arguments field to the ArgumentDelta type (f76138b)

2.1.0 (2026-05-12)

Features

  • Add gemini-3.1-flash-lite to model options (b0664e1)
  • Add parameters to video response_format. (207c8f8)

... (truncated)

Commits
  • a631549 chore(main): release 2.6.0 (#1623)
  • f780f3c feat: add enable_prompt_injection_detection for Computer Use feature for th...
  • b78eeee feat: add new fields
  • 1e97bd0 feat: Add budget_exceeded status
  • 2cb1814 chore(main): release 2.5.0 (#1616)
  • f06e3a2 chore: update comment in BatchJobOutputInfo to unblock javadoc generation
  • fcf26e3 feat: Add Gemini 3.5 Flash model to options
  • b252753 chore: Cleanup
  • dbe4484 chore(main): release 2.4.0 (#1604)
  • b0d9d2b feat: support Agent and Environment APIs.
  • Additional commits viewable in compare view

Updates @openai/agents from 0.8.5 to 0.11.5

Release notes

Sourced from @​openai/agents's releases.

v0.11.5

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.11.4...v0.11.5

v0.11.4

What's Changed

Documentation & Other Changes

Full Changelog: openai/openai-agents-js@v0.11.3...v0.11.4

v0.11.3

What's Changed

Documentation & Other Changes

... (truncated)

Commits
  • 42b2276 chore: update versions (#1339)
  • 7b96960 ci: adjust bun integration tests using locally published packages
  • 989a458 fix: delay WebRTC close for transient peer disconnects (#1363)
  • b84c1c4 feat: add completed tracing lifecycle dispatch helpers (#1355)
  • b85dc35 docs: translate pages
  • fff7f99 `docs: clarify RunState agent graph deserialization
  • 4f28a02 feat: add RunState trace clearing for resumed runs (#1356)
  • 26624a5 fix: guard session persistence debug env access (#1354)
  • cb0b532 fix: add tracing context storage injection (#1345)
  • 647810d feat: add scoped trace context helpers (#1347)
  • Additional commits viewable in compare view

Updates @opentelemetry/auto-instrumentations-node from 0.75.0 to 0.76.0

Release notes

Sourced from @​opentelemetry/auto-instrumentations-node's releases.

auto-instrumentations-node: v0.76.0

0.76.0 (2026-05-13)

Features

  • deps: update deps matching '@opentelemetry/*' (#3523) (e26a90a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.69.0 to ^0.70.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.72.0 to ^0.73.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.33.0 to ^0.34.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.34.0 to ^0.35.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-express bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.36.0 to ^0.37.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.26.0 to ^0.27.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.70.0 to ^0.71.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-net bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-openai bumped from ^0.15.0 to ^0.16.0
      • @​opentelemetry/instrumentation-oracledb bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.69.0 to ^0.70.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-router bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-runtime-node bumped from ^0.30.0 to ^0.31.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.36.0 to ^0.37.0
      • @​opentelemetry/instrumentation-undici bumped from ^0.27.0 to ^0.28.0

... (truncated)

Changelog

Sourced from @​opentelemetry/auto-instrumentations-node's changelog.

0.76.0 (2026-05-13)

Features

  • deps: update deps matching '@opentelemetry/*' (#3523) (e26a90a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.69.0 to ^0.70.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.72.0 to ^0.73.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.33.0 to ^0.34.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.34.0 to ^0.35.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-express bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.36.0 to ^0.37.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.26.0 to ^0.27.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.70.0 to ^0.71.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-net bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-openai bumped from ^0.15.0 to ^0.16.0
      • @​opentelemetry/instrumentation-oracledb bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.69.0 to ^0.70.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.63.0 to ^0.64.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.62.0 to ^0.63.0
      • @​opentelemetry/instrumentation-router bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-runtime-node bumped from ^0.30.0 to ^0.31.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.64.0 to ^0.65.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.36.0 to ^0.37.0
      • @​opentelemetry/instrumentation-undici bumped from ^0.27.0 to ^0.28.0
      • @​opentelemetry/instrumentation-winston bumped from ^0.61.0 to ^0.62.0

... (truncated)

Commits

Updates @opentelemetry/sdk-node from 0.217.0 to 0.218.0

Release notes

Sourced from @​opentelemetry/sdk-node's releases.

experimental/v0.218.0

0.218.0

🚀 Features

  • feat(otlp-transformer): replace protobufjs metrics serialization with custom implementation #6625 @​pichlermarc
  • feat(configuration): show all config validation errors, if there are multiple #6683 @​trentm
  • feat(sdk-node): allow startNodeSDK() without an arg #6688 @​trentm

🏠 Internal

  • refactor(sdk-logs): alias LoggerProviderConfig to LoggerProviderOptions #6691 @​david-luna
  • refactor(sdk-logs): use Logger.enabled() within Logger.emit() implementation #6680 @​david-luna
Commits
  • 06ad0ea chore: prepare next release (#6703)
  • 38ca257 feat(otlp-transformer): replace protobufjs metrics serialization with custom ...
  • 013c600 chore: prepare next release (#6699)
  • b7a0c63 feat(semantic-conventions): update semantic conventions to v1.41.1 (#6695)
  • 774143b chore(renovate): add minimumReleaseAge to config (#6697)
  • e0dafe0 fix(otlp-exporter-base): remove brackets from IPv6 hostname in HTTP transport...
  • f804c93 chore(deps): update github/codeql-action digest to 68bde55 (#6682)
  • 95e48e7 refactor(sdk-logs): alias LoggerProviderConfig to LoggerProviderOptions (...
  • 907b627 feat(sdk-node): allow startNodeSDK() without an arg (#6688)
  • 0d15261 docs: Add SIG meeting info and welcoming language (#6689)
  • Additional commits viewable in compare view

Updates msw from 2.13.6 to 2.14.6

Release notes

Sourced from msw's releases.

v2.14.6 (2026-05-11)

Bug Fixes

  • defineNetwork: prevent event forwarding manually (#2740) (ccb40e08e3ef1dd80da217f74a1093be260a3f51) @​kettanaito

v2.14.5 (2026-05-08)

Bug Fixes

  • ws: remove all frame listeners on client closure (#2739) (91a5d4131ceae9250acc40e0fa44b3c64f030d3e) @​kettanaito

v2.14.4 (2026-05-07)

Bug Fixes

  • add finalize API for handler cleanup (#2738) (a288f5452970da6537ff31fce6b7f99eb620e563) @​kettanaito

v2.14.3 (2026-05-04)

Bug Fixes

  • prevent frame abort listener leak (#2737) (c4567d2a398fb3315cebea4b66e9b79022ad569c) @​kettanaito

v2.14.2 (2026-04-29)

Bug Fixes

v2.14.1 (2026-04-29)

Bug Fixes

  • export default handler controllers (#2733) (f8dc874a236a4bd376c23cce9dd55ed59b8279e2) @​kettanaito

v2.14.0 (2026-04-29)

Features

  • support ws.onUpgrade for handling connection upgrades (#2732) (e00e4d693db34884a316f659b8dcfb507cd79dce) @​kettanaito

Bug Fixes

  • do not clone user-provided responses (#2731) (6953307c8061626d31a3651e69d47c885c0e4b76) @​kettanaito
  • HttpResponse: forward cookies only when response is used (#2728) (30668e68f403535636bfb8dc12c64299d9c1c6e6) @​kettanaito
Commits

Updates openai from 6.37.0 to 6.39.0

Release notes

Sourced from openai's releases.

v6.39.0

6.39.0 (2026-05-21)

Full Changelog: v6.38.0...v6.39.0

Features

  • api: api update (33ea11f)
  • api: manual updates (c210b09)
  • api: manual updates (92df9dc)
  • api: update OpenAPI spec or Stainless config (c7c0f52)

Bug Fixes

  • types: allow runtime fetch options (8f5003d)
  • typescript: upgrade tsc-multi so that it works with Node 26 (068f9c6)

Chores

  • api: docs updates (9d43adb)
  • tests: remove redundant File import (5465bbe)

v6.38.0

6.38.0 (2026-05-13)

Full Changelog: v6.37.0...v6.38.0

Features

  • api: add service_tier parameter to responses compact method (423e838)
Changelog

Sourced from openai's changelog.

6.39.0 (2026-05-21)

Full Changelog: v6.38.0...v6.39.0

Features

  • api: api update (33ea11f)
  • api: manual updates (c210b09)
  • api: manual updates (92df9dc)
  • api: update OpenAPI spec or Stainless config (c7c0f52)

Bug Fixes

  • types: allow runtime fetch options (8f5003d)
  • typescript: upgrade tsc-multi so that it works with Node 26 (068f9c6)

Chores

  • api: docs updates (9d43adb)
  • tests: remove redundant File import (5465bbe)

6.38.0 (2026-05-13)

Full Changelog: v6.37.0...v6.38.0

Features

  • api: add service_tier parameter to responses compact method (423e838)
Commits
  • 2002111 release: 6.39.0
  • d6dc9b7 feat(api): manual updates
  • 7444892 feat(api): api update
  • f5db3f1 fix(types): allow runtime fetch options
  • 33b391a chore(api): docs updates
  • bfe3016 fix(typescript): upgrade tsc-multi so that it works with Node 26
  • 3320b20 chore(tests): remove redundant File import
  • 3250890 feat(api): manual updates
  • d9fbf39 feat(api): update OpenAPI spec or Stainless config
  • 8a8436e codegen metadata
  • Additional commits viewable in compare view

Updates semver from 7.8.0 to 7.8.1

Release notes

Sourced from semver's releases.

v7.8.1

7.8.1 (2026-05-21)

Bug Fixes

Changelog

Sourced from semver's changelog.

7.8.1 (2026-05-21)

Bug Fixes

Commits

Updates ts-jest from 29.4.9 to 29.4.11

Release notes

Sourced from ts-jest's releases.

v29.4.11

Please refer to CHANGELOG.md for details.

v29.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.11 (2026-05-21)

Bug Fixes

  • preserve Bundler on the CJS path under TypeScript >= 6 (3941818), closes #4198

29.4.10 (2026-05-18)

Bug Fixes

  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #4774
  • respect tsconfig moduleResolution instead of forcing Description has been truncated

… with 11 updates

Bumps the js-minor-and-patch group with 11 updates in the /js directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.119` | `0.3.150` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.95.2` | `0.98.0` |
| [@google/genai](https://github.com/googleapis/js-genai) | `2.0.1` | `2.6.0` |
| [@openai/agents](https://github.com/openai/openai-agents-js) | `0.8.5` | `0.11.5` |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) | `0.75.0` | `0.76.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.217.0` | `0.218.0` |
| [msw](https://github.com/mswjs/msw) | `2.13.6` | `2.14.6` |
| [openai](https://github.com/openai/openai-node) | `6.37.0` | `6.39.0` |
| [semver](https://github.com/npm/node-semver) | `7.8.0` | `7.8.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.9` | `29.4.11` |
| [ws](https://github.com/websockets/ws) | `8.20.0` | `8.21.0` |



Updates `@anthropic-ai/claude-agent-sdk` from 0.2.119 to 0.3.150
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.2.119...v0.3.150)

Updates `@anthropic-ai/sdk` from 0.95.2 to 0.98.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.95.2...sdk-v0.98.0)

Updates `@google/genai` from 2.0.1 to 2.6.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v2.0.1...v2.6.0)

Updates `@openai/agents` from 0.8.5 to 0.11.5
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.8.5...v0.11.5)

Updates `@opentelemetry/auto-instrumentations-node` from 0.75.0 to 0.76.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.76.0/packages/auto-instrumentations-node)

Updates `@opentelemetry/sdk-node` from 0.217.0 to 0.218.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.217.0...experimental/v0.218.0)

Updates `msw` from 2.13.6 to 2.14.6
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.13.6...v2.14.6)

Updates `openai` from 6.37.0 to 6.39.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.37.0...v6.39.0)

Updates `semver` from 7.8.0 to 7.8.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.8.0...v7.8.1)

Updates `ts-jest` from 29.4.9 to 29.4.11
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.9...v29.4.11)

Updates `ws` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.20.0...8.21.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.150
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.98.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: "@google/genai"
  dependency-version: 2.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: "@openai/agents"
  dependency-version: 0.11.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-version: 0.76.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.218.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: msw
  dependency-version: 2.14.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: openai
  dependency-version: 6.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: semver
  dependency-version: 7.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor-and-patch
- dependency-name: ts-jest
  dependency-version: 29.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor-and-patch
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2026
@github-actions
Copy link
Copy Markdown

JS perf benchmark

Lower is better. Noisy on shared runners — treat as a signal, not a gate.

Base64-heavy payload

Single large base64 string per message — the shape the worker-offload path is optimized for.
Payload: 2511.2 KB in / 5.2 KB out, 100 runs.

metric main this PR delta
Wall time (ms) 2094.56 1688.91 -19.4%
createRun total (ms) 122.62 78.47 -36.0%
createRun p50 (ms) 0.62 0.62 +0.4%
createRun p95 (ms) 3.46 0.79 -77.1%
createRun p99 (ms) 48.99 23.78 -51.5%
createRun max (ms) 48.99 23.78 -51.5%
updateRun total (ms) 69.24 35.94 -48.1%
updateRun p95 (ms) 3.35 0.61 -81.8%
loop lag total (ms) 1000.37 861.85 -13.8%
loop lag p50 (ms) 0.08 0.09 +13.5%
loop lag p95 (ms) 4.95 3.43 -30.8%
loop lag p99 (ms) 16.04 15.17 -5.4%
loop lag max (ms) 136.78 89.31 -34.7%

Structural payload

Many small strings across a wide/nested object graph. Should bypass worker offload and use sync flush.
Payload: 1239.5 KB in / 13.3 KB out, 100 runs.

metric main this PR delta
Wall time (ms) 1362.13 1444.03 +6.0%
createRun total (ms) 383.22 415.40 +8.4%
createRun p50 (ms) 3.35 3.33 -0.8%
createRun p95 (ms) 5.73 7.04 +22.9%
createRun p99 (ms) 7.29 14.70 +101.7%
createRun max (ms) 7.29 14.70 +101.7%
updateRun total (ms) 30.71 30.08 -2.0%
updateRun p95 (ms) 0.50 0.50 +0.6%
loop lag total (ms) 921.66 993.58 +7.8%
loop lag p50 (ms) 0.07 0.07 -0.2%
loop lag p95 (ms) 4.69 4.76 +1.6%
loop lag p99 (ms) 116.51 116.75 +0.2%
loop lag max (ms) 126.64 122.29 -3.4%

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.

0 participants