Skip to content

chore: update AI SDK dependencies#762

Merged
wladimiiir merged 1 commit into
mainfrom
chore/update-ai-sdk-dependencies
Jul 23, 2026
Merged

chore: update AI SDK dependencies#762
wladimiiir merged 1 commit into
mainfrom
chore/update-ai-sdk-dependencies

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

Automated AI SDK Dependencies Update

This PR updates AI SDK packages to their latest stable versions within the same major version (to avoid breaking changes).

AI SDK Dependencies Update

Package From To
ai 7.0.28 7.0.32
@ai-sdk/alibaba 2.0.13 2.0.15
@ai-sdk/amazon-bedrock 5.0.23 5.0.25
@ai-sdk/anthropic 4.0.15 4.0.16
@ai-sdk/azure 4.0.16 4.0.17
@ai-sdk/cerebras 3.0.11 3.0.13
@ai-sdk/deepseek 3.0.11 3.0.12
@ai-sdk/google 4.0.17 4.0.19
@ai-sdk/google-vertex 5.0.21 5.0.23
@ai-sdk/mistral 4.0.12 4.0.13
@ai-sdk/otel 1.0.28 1.0.32
@ai-sdk/groq 4.0.11 4.0.12
@ai-sdk/openai 4.0.15 4.0.16
@ai-sdk/openai-compatible 3.0.11 3.0.13

🤖 This PR was created automatically by the Update AI SDK Dependencies workflow.

@kilo-code-bot

kilo-code-bot Bot commented Apr 25, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 14 packages:

  • ai: 7.0.28 → 7.0.32 (4 patch versions)
  • @ai-sdk/otel: 1.0.28 → 1.0.32 (4 patch versions)
  • @ai-sdk/alibaba: 2.0.13 → 2.0.15 (2 patch versions)
  • @ai-sdk/amazon-bedrock: 5.0.23 → 5.0.25 (2 patch versions)
  • @ai-sdk/anthropic: 4.0.15 → 4.0.16
  • @ai-sdk/azure: 4.0.16 → 4.0.17
  • @ai-sdk/cerebras: 3.0.11 → 3.0.13 (2 patch versions)
  • @ai-sdk/deepseek: 3.0.11 → 3.0.12
  • @ai-sdk/google: 4.0.17 → 4.0.19 (2 patch versions)
  • @ai-sdk/google-vertex: 5.0.21 → 5.0.23 (2 patch versions)
  • @ai-sdk/groq: 4.0.11 → 4.0.12
  • @ai-sdk/mistral: 4.0.12 → 4.0.13
  • @ai-sdk/openai: 4.0.15 → 4.0.16
  • @ai-sdk/openai-compatible: 3.0.11 → 3.0.13 (2 patch versions)

Lockfile Changes (package-lock.json):

  • Updated @ai-sdk/gateway: 4.0.20 → 4.0.24 (transitive dependency, 4 patch versions)
  • Updated @ai-sdk/provider-utils: 5.0.10 → 5.0.11 (transitive dependency)
  • Updated all 14 AI SDK package entries with new versions
  • Extensive addition/removal of peer: true flags (standard npm v9+ lockfile format)
  • Field reordering and dependency deduplication (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 14 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (peer dependency flags) + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous Review Summaries (10 snapshots, latest commit 529b8a9)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 529b8a9)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 14 packages:

  • ai: 7.0.28 → 7.0.31 (3 patch versions)
  • @ai-sdk/otel: 1.0.28 → 1.0.31 (3 patch versions)
  • @ai-sdk/alibaba: 2.0.13 → 2.0.14
  • @ai-sdk/amazon-bedrock: 5.0.23 → 5.0.24
  • @ai-sdk/anthropic: 4.0.15 → 4.0.16
  • @ai-sdk/azure: 4.0.16 → 4.0.17
  • @ai-sdk/cerebras: 3.0.11 → 3.0.12
  • @ai-sdk/deepseek: 3.0.11 → 3.0.12
  • @ai-sdk/google: 4.0.17 → 4.0.18
  • @ai-sdk/google-vertex: 5.0.21 → 5.0.22
  • @ai-sdk/groq: 4.0.11 → 4.0.12
  • @ai-sdk/mistral: 4.0.12 → 4.0.13
  • @ai-sdk/openai: 4.0.15 → 4.0.16
  • @ai-sdk/openai-compatible: 3.0.11 → 3.0.12

Lockfile Changes (package-lock.json):

  • Updated @ai-sdk/gateway: 4.0.20 → 4.0.23 (transitive dependency)
  • Updated @ai-sdk/provider-utils: 5.0.10 → 5.0.11 (transitive dependency)
  • Updated all 14 AI SDK package entries with new versions
  • Extensive addition/removal of peer: true flags (standard npm v9+ lockfile format)
  • Field reordering and dependency deduplication (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 14 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (peer dependency flags) + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit 324f08b)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. The scope has expanded since the previous review from 2 packages to 14 packages, but all changes remain safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 14 packages:

  • ai: 7.0.28 → 7.0.31 (3 patch versions)
  • @ai-sdk/otel: 1.0.28 → 1.0.31 (3 patch versions)
  • @ai-sdk/alibaba: 2.0.13 → 2.0.14
  • @ai-sdk/amazon-bedrock: 5.0.23 → 5.0.24
  • @ai-sdk/anthropic: 4.0.15 → 4.0.16
  • @ai-sdk/azure: 4.0.16 → 4.0.17
  • @ai-sdk/cerebras: 3.0.11 → 3.0.12
  • @ai-sdk/deepseek: 3.0.11 → 3.0.12
  • @ai-sdk/google: 4.0.17 → 4.0.18
  • @ai-sdk/google-vertex: 5.0.21 → 5.0.22
  • @ai-sdk/groq: 4.0.11 → 4.0.12
  • @ai-sdk/mistral: 4.0.12 → 4.0.13
  • @ai-sdk/openai: 4.0.15 → 4.0.16
  • @ai-sdk/openai-compatible: 3.0.11 → 3.0.12

Lockfile Changes (package-lock.json):

  • Updated @ai-sdk/gateway: 4.0.20 → 4.0.23 (transitive dependency)
  • Updated @ai-sdk/provider-utils: 5.0.10 → 5.0.11 (transitive dependency)
  • Updated all 14 AI SDK package entries with new versions
  • Extensive addition/removal of peer: true flags (standard npm v9+ lockfile format)
  • Field reordering and dependency deduplication (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 14 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (peer dependency flags) + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit 29f5e68)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. The scope has expanded since the previous review from 2 packages to 14 packages, but all changes remain safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 14 packages:

  • ai: 7.0.28 → 7.0.31 (3 patch versions)
  • @ai-sdk/otel: 1.0.28 → 1.0.31 (3 patch versions)
  • @ai-sdk/alibaba: 2.0.13 → 2.0.14
  • @ai-sdk/amazon-bedrock: 5.0.23 → 5.0.24
  • @ai-sdk/anthropic: 4.0.15 → 4.0.16
  • @ai-sdk/azure: 4.0.16 → 4.0.17
  • @ai-sdk/cerebras: 3.0.11 → 3.0.12
  • @ai-sdk/deepseek: 3.0.11 → 3.0.12
  • @ai-sdk/google: 4.0.17 → 4.0.18
  • @ai-sdk/google-vertex: 5.0.21 → 5.0.22
  • @ai-sdk/groq: 4.0.11 → 4.0.12
  • @ai-sdk/mistral: 4.0.12 → 4.0.13
  • @ai-sdk/openai: 4.0.15 → 4.0.16
  • @ai-sdk/openai-compatible: 3.0.11 → 3.0.12

Lockfile Changes (package-lock.json):

  • Updated @ai-sdk/gateway: 4.0.20 → 4.0.23 (transitive dependency)
  • Updated @ai-sdk/provider-utils: 5.0.10 → 5.0.11 (transitive dependency)
  • Updated all 14 AI SDK package entries with new versions
  • Extensive addition/removal of peer: true flags (standard npm v9+ lockfile format)
  • Field reordering and dependency deduplication (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 14 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (peer dependency flags) + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit b05f121)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 2 packages:

  • ai: 7.0.28 → 7.0.30 (2 patch versions)
  • @ai-sdk/otel: 1.0.28 → 1.0.30 (2 patch versions)

Lockfile Changes (package-lock.json):

  • Updated @ai-sdk/gateway: 4.0.20 → 4.0.22 (transitive dependency)
  • Updated @ai-sdk/otel and ai package entries
  • Extensive addition/removal of peer: true flags (standard npm v9+ lockfile format)
  • Field reordering and dependency deduplication (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 2 AI SDK dependencies (both patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (peer dependency flags) + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit 85dab05)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 2 packages:

  • ai: 7.0.28 → 7.0.29 (1 patch version)
  • @ai-sdk/otel: 1.0.28 → 1.0.29 (1 patch version)

Lockfile Changes (package-lock.json):

  • Updated @ai-sdk/gateway: 4.0.20 → 4.0.21 (transitive dependency)
  • Updated @ai-sdk/otel and ai package entries
  • Extensive addition/removal of peer: true flags (standard npm v9+ lockfile format)
  • Field reordering and dependency deduplication (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 2 AI SDK dependencies (both patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (peer dependency flags) + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit df4349c)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 12 packages:

  • ai: 5.0.195 → 5.0.213 (18 patch versions)
  • @ai-sdk/alibaba: 0.0.13 → 0.0.15 (2 patch versions)
  • @ai-sdk/amazon-bedrock: 3.0.103 → 3.0.106 (3 patch versions)
  • @ai-sdk/anthropic: 2.0.83 → 2.0.86 (3 patch versions)
  • @ai-sdk/azure: 2.0.112 → 2.0.117 (5 patch versions)
  • @ai-sdk/cerebras: 1.0.46 → 1.0.48 (2 patch versions)
  • @ai-sdk/deepseek: 1.0.44 → 1.0.47 (3 patch versions)
  • @ai-sdk/google: 2.0.76 → 2.0.80 (4 patch versions)
  • @ai-sdk/google-vertex: 3.0.143 → 3.0.148 (5 patch versions)
  • @ai-sdk/groq: 2.0.42 → 2.0.44 (2 patch versions)
  • @ai-sdk/openai: 2.0.108 → 2.0.112 (4 patch versions)
  • @ai-sdk/openai-compatible: 1.0.41 → 1.0.43 (2 patch versions)

Lockfile Changes (package-lock.json):

  • Transitive dependency updates (@ai-sdk/gateway: 2.0.96 → 2.0.112, @ai-sdk/provider-utils: 3.0.25 → 3.0.29)
  • Extensive deduplication of nested @ai-sdk/provider-utils entries (removed duplicates)
  • Addition of peer: true flags to many dependencies (standard npm v9+ lockfile format)
  • Field reordering (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior (dependency deduplication and format updates)
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 12 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (deduplication) + peer dependency flags + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit 064fed0)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. The incremental changes since the last review include additional patch version increments (e.g., ai 5.0.210 → 5.0.212, @ai-sdk/azure 2.0.114 → 2.0.115, @ai-sdk/google 2.0.78 → 2.0.79). All changes remain safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Incremental Changes Summary

Dependency Version Updates (package.json) - 12 packages with additional patch increments:

  • ai: 5.0.195 → 5.0.212 (17 patch versions total, +2 since last review)
  • @ai-sdk/alibaba: 0.0.13 → 0.0.14 (1 patch version, unchanged)
  • @ai-sdk/amazon-bedrock: 3.0.103 → 3.0.105 (2 patch versions, unchanged)
  • @ai-sdk/anthropic: 2.0.83 → 2.0.85 (2 patch versions, unchanged)
  • @ai-sdk/azure: 2.0.112 → 2.0.115 (3 patch versions, +1 since last review)
  • @ai-sdk/cerebras: 1.0.46 → 1.0.47 (1 patch version, unchanged)
  • @ai-sdk/deepseek: 1.0.44 → 1.0.45 (1 patch version, unchanged)
  • @ai-sdk/google: 2.0.76 → 2.0.79 (3 patch versions, +1 since last review)
  • @ai-sdk/google-vertex: 3.0.143 → 3.0.147 (4 patch versions, +1 since last review)
  • @ai-sdk/groq: 2.0.42 → 2.0.43 (1 patch version, unchanged)
  • @ai-sdk/openai: 2.0.108 → 2.0.111 (3 patch versions, +1 since last review)
  • @ai-sdk/openai-compatible: 1.0.41 → 1.0.42 (1 patch version, unchanged)

Lockfile Changes (package-lock.json):

  • Transitive dependency updates (@ai-sdk/gateway: 2.0.96 → 2.0.111, @ai-sdk/provider-utils: 3.0.25 → 3.0.28)
  • Continued extensive deduplication of nested @ai-sdk/provider-utils entries
  • Addition of peer: true flags to many dependencies (standard npm v9+ lockfile format)
  • Field reordering (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior (dependency deduplication and format updates)
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 12 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (deduplication) + peer dependency flags + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. The incremental changes since the last review are additional patch version increments to the same AI SDK packages. No issues found. Safe to merge.

Previous review (commit 042edb0)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 12 packages:

  • ai: 5.0.195 → 5.0.210 (15 patch versions)
  • @ai-sdk/alibaba: 0.0.13 → 0.0.14 (1 patch version)
  • @ai-sdk/amazon-bedrock: 3.0.103 → 3.0.105 (2 patch versions)
  • @ai-sdk/anthropic: 2.0.83 → 2.0.85 (2 patch versions)
  • @ai-sdk/azure: 2.0.112 → 2.0.114 (2 patch versions)
  • @ai-sdk/cerebras: 1.0.46 → 1.0.47 (1 patch version)
  • @ai-sdk/deepseek: 1.0.44 → 1.0.45 (1 patch version)
  • @ai-sdk/google: 2.0.76 → 2.0.78 (2 patch versions)
  • @ai-sdk/google-vertex: 3.0.143 → 3.0.146 (3 patch versions)
  • @ai-sdk/groq: 2.0.42 → 2.0.43 (1 patch version)
  • @ai-sdk/openai: 2.0.108 → 2.0.110 (2 patch versions)
  • @ai-sdk/openai-compatible: 1.0.41 → 1.0.42 (1 patch version)

Lockfile Changes (package-lock.json):

  • Transitive dependency updates (@ai-sdk/gateway: 2.0.96 → 2.0.109, @ai-sdk/provider-utils: 3.0.25 → 3.0.28)
  • Extensive deduplication of nested @ai-sdk/provider-utils entries (removed duplicate node_modules paths)
  • Addition of peer: true flags to many dependencies (standard npm v9+ lockfile format - informational only, no functional change)
  • Field reordering (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior (dependency deduplication and format updates)
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 12 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (deduplication) + peer dependency flags + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit 233d23d)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 12 packages:

  • ai: 5.0.195 → 5.0.210 (15 patch versions)
  • @ai-sdk/alibaba: 0.0.13 → 0.0.14 (1 patch version)
  • @ai-sdk/amazon-bedrock: 3.0.103 → 3.0.105 (2 patch versions)
  • @ai-sdk/anthropic: 2.0.83 → 2.0.85 (2 patch versions)
  • @ai-sdk/azure: 2.0.112 → 2.0.114 (2 patch versions)
  • @ai-sdk/cerebras: 1.0.46 → 1.0.47 (1 patch version)
  • @ai-sdk/deepseek: 1.0.44 → 1.0.45 (1 patch version)
  • @ai-sdk/google: 2.0.76 → 2.0.78 (2 patch versions)
  • @ai-sdk/google-vertex: 3.0.143 → 3.0.146 (3 patch versions)
  • @ai-sdk/groq: 2.0.42 → 2.0.43 (1 patch version)
  • @ai-sdk/openai: 2.0.108 → 2.0.110 (2 patch versions)
  • @ai-sdk/openai-compatible: 1.0.41 → 1.0.42 (1 patch version)

Lockfile Changes (package-lock.json):

  • Transitive dependency updates (@ai-sdk/gateway: 2.0.96 → 2.0.109, @ai-sdk/provider-utils: 3.0.25 → 3.0.28)
  • Extensive deduplication of nested @ai-sdk/provider-utils entries (removed duplicate node_modules paths)
  • Addition of peer: true flags to many dependencies (standard npm v9+ lockfile format - informational only, no functional change)
  • Field reordering (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior (dependency deduplication and format updates)
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 12 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (deduplication) + peer dependency flags + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Previous review (commit 3697efe)

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates AI SDK dependencies to their latest patch versions. All changes are safe, backward-compatible patch version increments with standard lockfile reorganization.

✅ No issues found.

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0
Changes Summary

Dependency Version Updates (package.json) - 12 packages:

  • ai: 5.0.195 → 5.0.210 (15 patch versions)
  • @ai-sdk/alibaba: 0.0.13 → 0.0.14 (1 patch version)
  • @ai-sdk/amazon-bedrock: 3.0.103 → 3.0.105 (2 patch versions)
  • @ai-sdk/anthropic: 2.0.83 → 2.0.85 (2 patch versions)
  • @ai-sdk/azure: 2.0.112 → 2.0.114 (2 patch versions)
  • @ai-sdk/cerebras: 1.0.46 → 1.0.47 (1 patch version)
  • @ai-sdk/deepseek: 1.0.44 → 1.0.45 (1 patch version)
  • @ai-sdk/google: 2.0.76 → 2.0.78 (2 patch versions)
  • @ai-sdk/google-vertex: 3.0.143 → 3.0.146 (3 patch versions)
  • @ai-sdk/groq: 2.0.42 → 2.0.43 (1 patch version)
  • @ai-sdk/openai: 2.0.108 → 2.0.110 (2 patch versions)
  • @ai-sdk/openai-compatible: 1.0.41 → 1.0.42 (1 patch version)

Lockfile Changes (package-lock.json):

  • Transitive dependency updates (@ai-sdk/gateway: 2.0.96 → 2.0.109, @ai-sdk/provider-utils: 3.0.25 → 3.0.28)
  • Extensive deduplication of nested @ai-sdk/provider-utils entries (removed duplicate node_modules paths)
  • Addition of peer: true flags to many dependencies (standard npm v9+ lockfile format - informational only, no functional change)
  • Field reordering (no functional impact)

Analysis:

  • All version changes are patch version increments (safe, backward-compatible)
  • Lockfile reorganization is standard npm behavior (dependency deduplication and format updates)
  • No code changes - only dependency manifest updates
  • Matches the automated workflow's stated intent

✅ Safe automated dependency update - No functional risks identified.

Files Reviewed (2 files)
  • package.json - Updated 12 AI SDK dependencies (all patch version bumps)
  • package-lock.json - Version updates + extensive lockfile reorganization (deduplication) + peer dependency flags + transitive dependency updates

Review Decision: This PR contains safe patch-level dependency updates with standard lockfile reorganization. No issues found. Safe to merge.

Additional previous summary content was truncated to keep this comment within platform limits.


Reviewed by claude-sonnet-4.5 · Input: 40 · Output: 3.1K · Cached: 339.8K

@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from cc00d82 to e4aadde Compare May 2, 2026 00:53
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from 4b5280a to 03e9461 Compare May 9, 2026 00:56
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from 470d999 to 586787b Compare May 16, 2026 00:55
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 4 times, most recently from 2d1c1d5 to f52dd9a Compare May 20, 2026 01:04
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from 60d0332 to b5f3613 Compare June 11, 2026 01:08
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from 5558f34 to c282fe5 Compare June 18, 2026 01:09
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from db0026e to c74df6d Compare June 26, 2026 01:06
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch 7 times, most recently from d733e37 to aa1b07c Compare July 3, 2026 03:35
@github-actions
github-actions Bot force-pushed the chore/update-ai-sdk-dependencies branch from aa1b07c to 160274e Compare July 4, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant