chore(deps): Bump @anthropic-ai/sdk from 0.95.2 to 0.104.1 in /apps/frontend#345
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.95.2 to 0.104.1. - [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.104.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.104.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
🎉 Thanks for your first PR! A maintainer will review it soon. Please make sure:
Welcome to the Auto Code community! |
Contributor
Author
|
Superseded by #355. |
|
OBenner
added a commit
that referenced
this pull request
Jun 24, 2026
Consolidates the open chore(deps) Dependabot PRs. npm manifests were edited to their target versions and the root lockfile regenerated from develop's baseline so its hoisting layout is preserved (the frontend CI relies on it). Python — apps/backend/requirements.txt (floors already installed in the venv; QA suites green): - claude-agent-sdk >=0.1.19 -> >=0.2.87 (#301) - real_ladybug >=0.13.0 -> >=0.15.3 (#302) - pandas >=3.0.2 -> >=3.0.3 (#299) - psutil >=5.9.0 -> >=7.2.2 (#298) - tiktoken >=0.12.0 -> >=0.13.0 (#303) npm — apps/frontend/package.json + package-lock.json: - electron ^41.3.0 -> ^42.4.0 (#344) - @anthropic-ai/sdk ^0.95.1 -> ^0.104.1 (#345) - @biomejs/biome 2.4.15 -> 2.5.0 (#346) - vite ^8.0.11 -> ^8.0.16 (#347) - react-router-dom ^7.13.0 -> ^7.17.0 (#327, apps/web-frontend) - hono (transitive) 4.12.18 -> 4.12.27 (#328, via overrides) .design-system (taken verbatim from the Dependabot branch): - @vitejs/plugin-react ^5.1.2 -> ^5.2.0, vite ^7.3.3 -> ^8.0.16, esbuild (#343) Held back — the vitest bump (#310, 4.0.x -> 4.1.0) and apps/web-frontend's vite 7 -> 8 bump. Combined, they make npm nest vitest under apps/frontend instead of hoisting it to the root node_modules (electron-vite pins root vite to <=7, and vitest 4.1 needs vite 8). The frontend CI (setup-node-frontend) deletes apps/frontend/node_modules and symlinks it to root, so a nested vitest vanishes and `tsc --noEmit` fails with "Cannot find module 'vitest'". Kept at develop's versions so vitest stays hoisted at root; Dependabot will re-propose these once electron-vite supports vite 8. Verified locally: npm ci --ignore-scripts + the CI symlink step + tsc --noEmit pass, and the frontend vitest suite is green (3868 passed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Oleg Miagkov <mrobenner@gmail.com>
OBenner
added a commit
that referenced
this pull request
Jun 24, 2026
* chore(deps): combine Dependabot dependency updates into one PR Consolidates the open chore(deps) Dependabot PRs. npm manifests were edited to their target versions and the root lockfile regenerated from develop's baseline so its hoisting layout is preserved (the frontend CI relies on it). Python — apps/backend/requirements.txt (floors already installed in the venv; QA suites green): - claude-agent-sdk >=0.1.19 -> >=0.2.87 (#301) - real_ladybug >=0.13.0 -> >=0.15.3 (#302) - pandas >=3.0.2 -> >=3.0.3 (#299) - psutil >=5.9.0 -> >=7.2.2 (#298) - tiktoken >=0.12.0 -> >=0.13.0 (#303) npm — apps/frontend/package.json + package-lock.json: - electron ^41.3.0 -> ^42.4.0 (#344) - @anthropic-ai/sdk ^0.95.1 -> ^0.104.1 (#345) - @biomejs/biome 2.4.15 -> 2.5.0 (#346) - vite ^8.0.11 -> ^8.0.16 (#347) - react-router-dom ^7.13.0 -> ^7.17.0 (#327, apps/web-frontend) - hono (transitive) 4.12.18 -> 4.12.27 (#328, via overrides) .design-system (taken verbatim from the Dependabot branch): - @vitejs/plugin-react ^5.1.2 -> ^5.2.0, vite ^7.3.3 -> ^8.0.16, esbuild (#343) Held back — the vitest bump (#310, 4.0.x -> 4.1.0) and apps/web-frontend's vite 7 -> 8 bump. Combined, they make npm nest vitest under apps/frontend instead of hoisting it to the root node_modules (electron-vite pins root vite to <=7, and vitest 4.1 needs vite 8). The frontend CI (setup-node-frontend) deletes apps/frontend/node_modules and symlinks it to root, so a nested vitest vanishes and `tsc --noEmit` fails with "Cannot find module 'vitest'". Kept at develop's versions so vitest stays hoisted at root; Dependabot will re-propose these once electron-vite supports vite 8. Verified locally: npm ci --ignore-scripts + the CI symlink step + tsc --noEmit pass, and the frontend vitest suite is green (3868 passed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Oleg Miagkov <mrobenner@gmail.com> * ci(deps): bump GitHub Actions versions - azure/trusted-signing-action v1.2.0 -> v2.0.0 (#297; release.yml + beta-release.yml) - peter-evans/create-pull-request v6.1.0 -> v8.1.1 (#300; nightly-provider-autonomy.yml) - codecov/codecov-action v6 -> v7 (#312; ci.yml) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Oleg Miagkov <mrobenner@gmail.com> --------- Signed-off-by: Oleg Miagkov <mrobenner@gmail.com> Co-authored-by: Claude Opus 4.8 (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/sdk from 0.95.2 to 0.104.1.
Release notes
Sourced from @anthropic-ai/sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
... (truncated)
Commits
9a0442dchore: release main1ccd401fix(api): addfrontier_llmrefusal category8be0232chore: release main813af32feat(api): add support for Managed Agents deployments and environment variabl...589eed1chore: release maina785874feat(api): add support for claude-mythos-5 and claude-fable-5, with support f...6322a4ffix(client): 3p middleware ordering (#53)c2e94fcfeat(middleware): add ctx.logger (#55)f7dfb97chore: release maina3f3c97feat(api): small updates to Managed Agents typesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@anthropic-ai/sdksince your current version.Dependabot 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)