Skip to content

build(deps): bump @ai-sdk/react from 1.2.12 to 3.0.140#96

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ai-sdk/react-3.0.140
Open

build(deps): bump @ai-sdk/react from 1.2.12 to 3.0.140#96
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ai-sdk/react-3.0.140

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps @ai-sdk/react from 1.2.12 to 3.0.140.

Release notes

Sourced from @​ai-sdk/react's releases.

@​ai-sdk/react@​3.0.140

Patch Changes

  • ai@6.0.138

@​ai-sdk/react@​2.0.162

Patch Changes

  • ai@5.0.160
Commits
  • ba97d4b Version Packages (#13812)
  • 0db5cd8 Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • 11ccc8e Backport: docs: add PostHog as an observability provider (#13801)
  • e58289e chore: remove repro example for a bug (#13775)
  • fa75e93 Version Packages (#13786)
  • 05b8ca2 Backport: feat (provider/anthropic): support passing metadata.user_id (#13783)
  • d0a7e0e Version Packages (#13772)
  • 3caa544 Backport: fix(xai): update model list - add GA models, remove beta variants (...
  • c77352d Version Packages (#13765)
  • 2e5adff Backport: chore(provider/google): remove obsolete Google image model (#13759)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrades @ai-sdk/react to v3.0.140 across web and mobile apps to bring in the latest fixes and features. This is a major version jump from v1.x, so check for breaking changes.

  • Dependencies

    • apps/admin-dashboard: @ai-sdk/react ^1.2.12 → ^3.0.140
    • apps/client-dashboard: @ai-sdk/react ^1.2.12 → ^3.0.140
    • apps/resident-mobile: @ai-sdk/react ^3.0.139 → ^3.0.140
    • Updated pnpm-lock.yaml
  • Migration

    • Run install and build each app to surface any v3 API changes.
    • Confirm peer deps for @ai-sdk/react v3 (and ai core) are satisfied.
    • Smoke test AI-related screens and flows in both dashboards and mobile.

Written for commit 9fbd840. Summary will update on new commits.

Bumps [@ai-sdk/react](https://github.com/vercel/ai) from 1.2.12 to 3.0.140.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/react@1.2.12...@ai-sdk/react@3.0.140)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.140
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 2026
@dependabot dependabot bot requested a review from iDorgham as a code owner March 26, 2026 20:01
@vercel
Copy link

vercel bot commented Mar 26, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/mediabubble?upgradeToPro=build-rate-limit

@github-actions
Copy link

📦 Affected Packages

  • admin-dashboard (Next.js app)
  • client-dashboard (Next.js app)

Diff: +3106 / -9139 lines

Auto-generated by pr-labels.yml

@github-actions github-actions bot added the size/XS Extra small change (≤10 lines) label Mar 26, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 4 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/admin-dashboard/package.json">

<violation number="1" location="apps/admin-dashboard/package.json:18">
P1: Upgrading `@ai-sdk/react` to v3 without aligning the core `ai` package leaves the app on mixed AI SDK majors (v5 + v6), which can cause client/server chat integration mismatches. Upgrade `ai` in the same PR (and migrate API usage if needed) or keep `@ai-sdk/react` on a v1-compatible version.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

"dependencies": {
"@ai-sdk/google": "^1.2.0",
"@ai-sdk/react": "^1.2.12",
"@ai-sdk/react": "^3.0.140",
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Upgrading @ai-sdk/react to v3 without aligning the core ai package leaves the app on mixed AI SDK majors (v5 + v6), which can cause client/server chat integration mismatches. Upgrade ai in the same PR (and migrate API usage if needed) or keep @ai-sdk/react on a v1-compatible version.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/admin-dashboard/package.json, line 18:

<comment>Upgrading `@ai-sdk/react` to v3 without aligning the core `ai` package leaves the app on mixed AI SDK majors (v5 + v6), which can cause client/server chat integration mismatches. Upgrade `ai` in the same PR (and migrate API usage if needed) or keep `@ai-sdk/react` on a v1-compatible version.</comment>

<file context>
@@ -15,7 +15,7 @@
   "dependencies": {
     "@ai-sdk/google": "^1.2.0",
-    "@ai-sdk/react": "^1.2.12",
+    "@ai-sdk/react": "^3.0.140",
     "@formatjs/intl-localematcher": "^0.8.1",
     "@gate-access/db": "^0.1.0",
</file context>
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size/XS Extra small change (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants