Skip to content

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

Merged
John Kennedy (jkennedyvz) merged 1 commit intomainfrom
dependabot/npm_and_yarn/js/js-minor-and-patch-382e4e2afa
Apr 27, 2026
Merged

chore(deps-dev): bump the js-minor-and-patch group across 1 directory with 4 updates#2803
John Kennedy (jkennedyvz) merged 1 commit intomainfrom
dependabot/npm_and_yarn/js/js-minor-and-patch-382e4e2afa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the js-minor-and-patch group with 4 updates in the /js directory: @anthropic-ai/claude-agent-sdk, @anthropic-ai/sdk, @openai/agents and msw.

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

Changelog

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

0.2.119

  • Added forwardSubagentText option to stream subagent text deltas to SDK consumers
  • excludeDynamicSections now keeps static auto-memory instructions in the cacheable system-prompt block; only the per-user memory directory path and per-machine environment values are relocated to the first user message
  • Long-running SDK sessions now reconnect claude.ai-proxied MCP servers after a transport-stream abort
  • SessionStore.append() failures are now retried up to 3 times with short backoff before the batch is dropped and mirror_error is emitted

0.2.118

  • Added Options.managedSettings for embedders to pass policy-tier settings to the spawned CLI in-memory, honored below IT-controlled managed sources

0.2.117

  • Updated to parity with Claude Code v2.1.117

0.2.116

  • Updated to parity with Claude Code v2.1.116

0.2.115

  • Updated to parity with Claude Code v2.1.115

0.2.114

  • Updated to parity with Claude Code v2.1.114

0.2.113

  • Changed the SDK to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript
  • Added sessionStore option (alpha) to query() and session helpers for mirroring session transcripts to external storage, with SessionStore/SessionKey/SessionStoreEntry types, InMemorySessionStore reference implementation, and importSessionToStore() for migrating existing sessions
  • Added deleteSession() for removing a session from disk or a SessionStore
  • Added SDKMirrorErrorMessage (subtype: 'mirror_error') to the SDKMessage union — emitted when a sessionStore.append() batch fails
  • Breaking: options.env once again replaces process.env for the CLI subprocess instead of overlaying it. To add or override individual variables, pass env: { ...process.env, MY_VAR: "x" }
  • Added title option to query() — sets the session title and skips auto-generation
  • Added OpenTelemetry trace context propagation — the caller's active trace context is forwarded to the CLI subprocess so spans parent under your distributed trace

0.2.112

  • Updated to parity with Claude Code v2.1.112

0.2.111

  • Opus 4.7 is now available! This version of the SDK is required to use it.
  • mcp_set_servers control request: remote (http/sse) server entries can now carry per-tool permission_policy values, which are applied to the session's allow/deny rules
  • startup() and WarmQuery are now part of the public TypeScript API
  • Changed options.env to overlay the inherited process.env instead of replacing it

0.2.110

... (truncated)

Commits
  • 76d1dec chore: Update CHANGELOG.md
  • e1721a4 chore: Update CHANGELOG.md
  • b3623dc chore: Update CHANGELOG.md
  • b917684 chore: Update CHANGELOG.md
  • f9b4a29 chore: Update CHANGELOG.md
  • 0e9214d examples: add S3, Redis, Postgres SessionStore reference adapters (#288)
  • c338376 chore: Update CHANGELOG.md
  • c394ff5 chore: Update CHANGELOG.md
  • bf1a335 chore: Update CHANGELOG.md
  • 9ecc668 chore: Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates @anthropic-ai/sdk from 0.90.0 to 0.91.1

Changelog

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

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)

0.91.0 (2026-04-23)

Full Changelog: sdk-v0.90.0...sdk-v0.91.0

Features

  • api: CMA Memory public beta (ddf732f)
  • bedrock: use auth header for mantle client (#866) (aec801a)

Bug Fixes

  • api: fix errors in api spec (ae10768)
  • api: restore missing features (1a5b47b)

Chores

  • internal: more robust bootstrap script (7716e19)
  • tests: bump steady to v0.22.1 (219a971)
Commits

Updates @openai/agents from 0.8.3 to 0.8.5

Commits
  • 54f351e chore: update versions (#1188)
  • a0fb92c docs: update translated document pages (#1189)
  • f7dba06 feat: #1186 expose createAiSdkUiMessageStream (#1187)
  • 8c416ff chore: update versions (#1168)
  • 40900fd test: preserve tracing in real-model integration fixtures (#1183)
  • 4b13496 fix(agents-core): deduplicate trace provider shutdown cleanup (#1182)
  • 3a56cf8 fix: #1176 normalize compacted Responses user messages before storing them (#...
  • 34c07ef test: stabilize leak detection harness (#1169)
  • 7929f7a fix(agents-core): restore discriminated union tool schemas (#1172)
  • d84b541 docs: update all translated pages using gpt-5.4 model
  • Additional commits viewable in compare view

Updates msw from 2.13.4 to 2.13.6

Commits
  • a680221 chore(release): v2.13.6
  • 3da7048 fix(WebSocketHandler): add public test() method (#2727)
  • d814fc8 chore(release): v2.13.5
  • 8d16801 fix: reset generator state on .resetHandlers()/.restoreHandlers() (#2725)
  • edeb058 chore: replace missing ServiceWorkerIncomingRequest with `IncomingWorkerReq...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 27, 2026

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) 1688.31 1626.88 -3.6%
createRun total (ms) 95.89 77.39 -19.3%
createRun p50 (ms) 0.59 0.62 +3.8%
createRun p95 (ms) 1.04 0.77 -26.1%
createRun p99 (ms) 39.03 29.38 -24.7%
createRun max (ms) 39.03 29.38 -24.7%
updateRun total (ms) 35.13 34.70 -1.2%
updateRun p95 (ms) 0.61 0.64 +4.5%
loop lag total (ms) 768.91 787.39 +2.4%
loop lag p50 (ms) 0.09 0.09 +0.3%
loop lag p95 (ms) 4.25 3.84 -9.8%
loop lag p99 (ms) 20.42 14.45 -29.2%
loop lag max (ms) 88.26 107.90 +22.3%

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) 1373.45 1388.86 +1.1%
createRun total (ms) 387.78 382.68 -1.3%
createRun p50 (ms) 3.38 3.41 +0.8%
createRun p95 (ms) 5.39 6.33 +17.4%
createRun p99 (ms) 7.78 17.06 +119.3%
createRun max (ms) 7.78 17.06 +119.3%
updateRun total (ms) 27.79 26.03 -6.4%
updateRun p95 (ms) 0.42 0.44 +5.7%
loop lag total (ms) 940.17 954.77 +1.6%
loop lag p50 (ms) 0.07 0.07 -0.2%
loop lag p95 (ms) 4.63 2.92 -37.0%
loop lag p99 (ms) 117.40 118.58 +1.0%
loop lag max (ms) 128.05 124.84 -2.5%

@dependabot dependabot Bot changed the title chore(deps-dev): bump the js-minor-and-patch group in /js with 4 updates chore(deps-dev): bump the js-minor-and-patch group across 1 directory with 4 updates Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/js/js-minor-and-patch-382e4e2afa branch from cc6fdda to f97ccf0 Compare April 27, 2026 14:28
… with 4 updates

Bumps the js-minor-and-patch group with 4 updates in the /js directory: [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript), [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@openai/agents](https://github.com/openai/openai-agents-js) and [msw](https://github.com/mswjs/msw).


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

Updates `@anthropic-ai/sdk` from 0.90.0 to 0.91.1
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.90.0...sdk-v0.91.1)

Updates `@openai/agents` from 0.8.3 to 0.8.5
- [Commits](openai/openai-agents-js@v0.8.3...v0.8.5)

Updates `msw` from 2.13.4 to 2.13.6
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.13.4...v2.13.6)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.2.119
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.91.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor-and-patch
- dependency-name: "@openai/agents"
  dependency-version: 0.8.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor-and-patch
- dependency-name: msw
  dependency-version: 2.13.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/js/js-minor-and-patch-382e4e2afa branch from f97ccf0 to e1f02ec Compare April 27, 2026 16:57
@jkennedyvz John Kennedy (jkennedyvz) enabled auto-merge (squash) April 27, 2026 23:09
@jkennedyvz John Kennedy (jkennedyvz) merged commit fe33bea into main Apr 27, 2026
26 checks passed
@jkennedyvz John Kennedy (jkennedyvz) deleted the dependabot/npm_and_yarn/js/js-minor-and-patch-382e4e2afa branch April 27, 2026 23:10
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