Unverified 提交 c1c2ef68 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Update AI SDK dependencies to latest versions (#2431)

## Summary - Update all @ai-sdk/* packages to latest versions - Update core ai package from ^6.0.14 to ^6.0.68 - Remove unused openai dependency ## Test plan - [x] Lint checks pass (formatting and linting) - [x] All 661 unit tests pass - [ ] Manual testing of AI provider integrations 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2431"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated the ai package and all @ai-sdk/* providers to the latest versions to pick up recent fixes and features. Removed the unused openai client to reduce install size and avoid overlapping APIs. - **Dependencies** - ai → ^6.0.68 - Updated @ai-sdk packages: amazon-bedrock ^4.0.46, anthropic ^3.0.35, azure ^3.0.26, google ^3.0.20, google-vertex ^4.0.41, mcp ^1.0.18, openai ^3.0.25, openai-compatible ^2.0.26, provider-utils ^4.0.13, xai ^3.0.46 - Removed openai - **Migration** - Run install to update lockfile. - No code changes expected; verify provider integrations in staging. <sup>Written for commit 4959fe16eaff0234e477422d4d8a54f47ef8f23f. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> Co-authored-by: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
上级 847f3d4f
差异被折叠。
...@@ -44,16 +44,16 @@ ...@@ -44,16 +44,16 @@
"e2e:shard": "playwright test --shard" "e2e:shard": "playwright test --shard"
}, },
"dependencies": { "dependencies": {
"@ai-sdk/amazon-bedrock": "^4.0.9", "@ai-sdk/amazon-bedrock": "^4.0.46",
"@ai-sdk/anthropic": "^3.0.7", "@ai-sdk/anthropic": "^3.0.35",
"@ai-sdk/azure": "^3.0.7", "@ai-sdk/azure": "^3.0.26",
"@ai-sdk/google": "^3.0.5", "@ai-sdk/google": "^3.0.20",
"@ai-sdk/google-vertex": "4.0.8", "@ai-sdk/google-vertex": "^4.0.41",
"@ai-sdk/mcp": "^1.0.5", "@ai-sdk/mcp": "^1.0.18",
"@ai-sdk/openai": "3.0.7", "@ai-sdk/openai": "^3.0.25",
"@ai-sdk/openai-compatible": "^2.0.4", "@ai-sdk/openai-compatible": "^2.0.26",
"@ai-sdk/provider-utils": "^4.0.4", "@ai-sdk/provider-utils": "^4.0.13",
"@ai-sdk/xai": "^3.0.10", "@ai-sdk/xai": "^3.0.46",
"@babel/parser": "^7.28.5", "@babel/parser": "^7.28.5",
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@dyad-sh/supabase-management-js": "v1.0.1", "@dyad-sh/supabase-management-js": "v1.0.1",
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
"@vercel/sdk": "^1.18.0", "@vercel/sdk": "^1.18.0",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"@vscode/ripgrep": "^1.17.0", "@vscode/ripgrep": "^1.17.0",
"ai": "^6.0.14", "ai": "^6.0.68",
"better-sqlite3": "^12.6.2", "better-sqlite3": "^12.6.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
...@@ -114,7 +114,6 @@ ...@@ -114,7 +114,6 @@
"lexical-beautiful-mentions": "^0.1.47", "lexical-beautiful-mentions": "^0.1.47",
"lucide-react": "^0.487.0", "lucide-react": "^0.487.0",
"monaco-editor": "^0.52.2", "monaco-editor": "^0.52.2",
"openai": "^4.91.1",
"perfect-freehand": "^1.2.2", "perfect-freehand": "^1.2.2",
"posthog-js": "^1.236.3", "posthog-js": "^1.236.3",
"react": "^19.0.0", "react": "^19.0.0",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论