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 Apr 27, 2026
Conversation
JS perf benchmarkLower is better. Noisy on shared runners — treat as a signal, not a gate. Base64-heavy payloadSingle large base64 string per message — the shape the worker-offload path is optimized for.
Structural payloadMany small strings across a wide/nested object graph. Should bypass worker offload and use sync flush.
|
cc6fdda to
f97ccf0
Compare
… 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]>
f97ccf0 to
e1f02ec
Compare
John Kennedy (jkennedyvz)
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-sdkfrom 0.2.92 to 0.2.119Changelog
Sourced from
@anthropic-ai/claude-agent-sdk's changelog.... (truncated)
Commits
76d1decchore: Update CHANGELOG.mde1721a4chore: Update CHANGELOG.mdb3623dcchore: Update CHANGELOG.mdb917684chore: Update CHANGELOG.mdf9b4a29chore: Update CHANGELOG.md0e9214dexamples: add S3, Redis, Postgres SessionStore reference adapters (#288)c338376chore: Update CHANGELOG.mdc394ff5chore: Update CHANGELOG.mdbf1a335chore: Update CHANGELOG.md9ecc668chore: Update CHANGELOG.mdUpdates
@anthropic-ai/sdkfrom 0.90.0 to 0.91.1Changelog
Sourced from
@anthropic-ai/sdk's changelog.Commits
74ac150chore: release main (#1014)22cb810chore: release main (#1008)Updates
@openai/agentsfrom 0.8.3 to 0.8.5Commits
54f351echore: update versions (#1188)a0fb92cdocs: update translated document pages (#1189)f7dba06feat: #1186 expose createAiSdkUiMessageStream (#1187)8c416ffchore: update versions (#1168)40900fdtest: preserve tracing in real-model integration fixtures (#1183)4b13496fix(agents-core): deduplicate trace provider shutdown cleanup (#1182)3a56cf8fix: #1176 normalize compacted Responses user messages before storing them (#...34c07eftest: stabilize leak detection harness (#1169)7929f7afix(agents-core): restore discriminated union tool schemas (#1172)d84b541docs: update all translated pages using gpt-5.4 modelUpdates
mswfrom 2.13.4 to 2.13.6Commits
a680221chore(release): v2.13.63da7048fix(WebSocketHandler): add publictest()method (#2727)d814fc8chore(release): v2.13.58d16801fix: reset generator state on.resetHandlers()/.restoreHandlers()(#2725)edeb058chore: replace missingServiceWorkerIncomingRequestwith `IncomingWorkerReq...