From 0d975bfa35b8ff3380777c16f07cdc2c0eafabe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:08:46 +0000 Subject: [PATCH] Build(deps): bump the js-workspace group with 2 updates Bumps the js-workspace group with 2 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [jsdom](https://github.com/jsdom/jsdom). Updates `@anthropic-ai/sdk` from 0.112.5 to 0.115.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.112.5...sdk-v0.115.0) Updates `jsdom` from 29.1.1 to 30.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](https://github.com/jsdom/jsdom/compare/v29.1.1...v30.0.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.115.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: js-workspace - dependency-name: jsdom dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: js-workspace ... Signed-off-by: dependabot[bot] --- examples/full-stack/tanstack-start/package.json | 2 +- packages/typescript/integrations/discovery/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/full-stack/tanstack-start/package.json b/examples/full-stack/tanstack-start/package.json index 3bc3926..9454eb0 100644 --- a/examples/full-stack/tanstack-start/package.json +++ b/examples/full-stack/tanstack-start/package.json @@ -36,7 +36,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", - "jsdom": "^29.0.2", + "jsdom": "^30.0.0", "typescript": "^7.0.2", "vite": "^8.0.9", "vite-tsconfig-paths": "^6.1.1", diff --git a/packages/typescript/integrations/discovery/package.json b/packages/typescript/integrations/discovery/package.json index 10ebb77..86a9719 100644 --- a/packages/typescript/integrations/discovery/package.json +++ b/packages/typescript/integrations/discovery/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@slop-ai/consumer": "workspace:*", - "@anthropic-ai/sdk": "^0.112.3", + "@anthropic-ai/sdk": "^0.115.0", "@anthropic-ai/claude-agent-sdk": "^0.3.185", "@modelcontextprotocol/sdk": "^1.12.0", "ws": "^8.18.0",