chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.109 to 0.2.119 in /app/sidecar#459
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.109 to 0.2.119. - [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.109...v0.2.119) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.2.119 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4 tasks
hbanerjee74
added a commit
that referenced
this pull request
Apr 28, 2026
Replaces individual dependabot PRs #416, #418, #420, #421, #422, #446, #447, #448, #450, #452, #453, #454, #457 with a single combined update. npm (app): - @tanstack/react-router 1.168.22 -> 1.168.23 - @tiptap/starter-kit 3.22.3 -> 3.22.4 - @tiptap/extension-placeholder 3.22.3 -> 3.22.4 - typescript 6.0.2 -> 6.0.3 (dev) - protobufjs 8.0.0 -> 8.0.3 (transitive, dev) cargo (app/src-tauri): - rand 0.8 -> 0.9 (manifest); transitive shuffle/SeedableRng API unchanged - tokio 1.50.0 -> 1.51.1 - tauri-plugin-dialog 2.6.0 -> 2.7.0 - semver 1.0.27 -> 1.0.28 - zip 8.3.0 -> 8.6.0 GitHub Actions: - actions/upload-pages-artifact 4 -> 5 - softprops/action-gh-release 2 -> 3 PR #459 (@anthropic-ai/claude-agent-sdk 0.2.119) is intentionally excluded: the SDK changed its package layout (no cli.js / vendor/) and requires a sidecar build.js rewrite — handled separately. Verified: cargo check, npx tsc --noEmit (frontend), sidecar build. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 tasks
Contributor
auto-merge was automatically disabled
April 28, 2026 12:34
Pull request was closed
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
hbanerjee74
added a commit
that referenced
this pull request
Apr 28, 2026
…466) * chore(sidecar): upgrade @anthropic-ai/claude-agent-sdk to 0.2.121 The SDK switched its package layout starting in 0.2.116: the previous JS runtime (cli.js + vendor/ + wasm) was replaced with a native `claude` binary shipped in a platform-specific optional dep (@anthropic-ai/claude-agent-sdk-{platform}-{arch}). Adapt the sidecar build and the Rust resolver: - app/sidecar/build.js: copy the host's native binary from the matching optional dep into dist/sdk/claude (or claude.exe on Windows). Probe glibc and musl variants on Linux. - app/src-tauri/src/agents/sidecar.rs: resolve_sdk_cli_path now looks for `claude` / `claude.exe` and is passed through to the SDK as `pathToClaudeCodeExecutable` (no behaviour change downstream). - Update the diagnostic detail label and matching e2e/test mocks. Verified: - cd app/sidecar && npm run build (produces dist/sdk/claude, runs --version) - cd app && npx tsc --noEmit - cd app/sidecar && npx vitest run (350 passed) - cd app && npm run test:agents:structural (51 passed) - cargo check --manifest-path app/src-tauri/Cargo.toml - cargo test --lib agents::sidecar (47 passed) Supersedes #459. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix(rust): clippy unnecessary_sort_by + cargo-audit rustls-webpki Rust 1.95 clippy added the `unnecessary_sort_by` lint, which fails two pre-existing call sites on `cargo clippy -- -D warnings`. Switch to `sort_by_key(... Reverse(...))` per the lint suggestion. Also bump rustls-webpki 0.103.10 -> 0.103.13 to clear three RUSTSEC 2026 advisories that fail the cargo-audit gate. No API surface change. Verified locally with cargo clippy and cargo check. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 @anthropic-ai/claude-agent-sdk from 0.2.109 to 0.2.119.
Release notes
Sourced from
@anthropic-ai/claude-agent-sdk's releases.... (truncated)
Changelog
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.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)