build(deps): bump ai from 4.3.19 to 5.0.52#84
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.com/mediabubble?upgradeToPro=build-rate-limit |
Lighthouse CI — Marketing Site
Core Web Vitals (Mobile)
|
There was a problem hiding this comment.
2 issues 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/client-dashboard/package.json">
<violation number="1" location="apps/client-dashboard/package.json:42">
P1: Upgrading to `ai` v5 without migrating `ai/react` imports will break module resolution (`ai/react` is no longer exported in v5).</violation>
</file>
<file name="apps/admin-dashboard/package.json">
<violation number="1" location="apps/admin-dashboard/package.json:26">
P1: Bumping `ai` to v5 without upgrading `@ai-sdk/google` leaves incompatible provider majors (`@ai-sdk/provider` v2 vs v1) in the same `streamText` path.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
apps/client-dashboard/package.json
Outdated
| "@upstash/ratelimit": "^2.0.5", | ||
| "@upstash/redis": "^1.36.2", | ||
| "ai": "4", | ||
| "ai": "5", |
There was a problem hiding this comment.
P1: Upgrading to ai v5 without migrating ai/react imports will break module resolution (ai/react is no longer exported in v5).
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/client-dashboard/package.json, line 42:
<comment>Upgrading to `ai` v5 without migrating `ai/react` imports will break module resolution (`ai/react` is no longer exported in v5).</comment>
<file context>
@@ -39,7 +39,7 @@
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.36.2",
- "ai": "4",
+ "ai": "5",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
</file context>
| "ai": "5", | |
| "ai": "4", |
apps/admin-dashboard/package.json
Outdated
| "@hugeicons/core-free-icons": "^3.1.1", | ||
| "@hugeicons/react": "^1.1.5", | ||
| "ai": "4", | ||
| "ai": "5", |
There was a problem hiding this comment.
P1: Bumping ai to v5 without upgrading @ai-sdk/google leaves incompatible provider majors (@ai-sdk/provider v2 vs v1) in the same streamText path.
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 26:
<comment>Bumping `ai` to v5 without upgrading `@ai-sdk/google` leaves incompatible provider majors (`@ai-sdk/provider` v2 vs v1) in the same `streamText` path.</comment>
<file context>
@@ -23,7 +23,7 @@
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/react": "^1.1.5",
- "ai": "4",
+ "ai": "5",
"@node-rs/argon2": "^2.0.0",
"clsx": "^2.1.1",
</file context>
b4b8cb9 to
b1ab915
Compare
|
@dependabot recreate |
b1ab915 to
fe1b6c1
Compare
fe1b6c1 to
a077290
Compare
📦 Affected Packages
Diff: +2975 / -8723 lines
|
a077290 to
3eb0804
Compare
3eb0804 to
2c624a4
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2c624a4 to
d60ceb1
Compare
d60ceb1 to
47ee731
Compare
47ee731 to
86b6ad2
Compare
Bumps [ai](https://github.com/vercel/ai) from 4.3.19 to 5.0.52. - [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@4.3.19...ai@5.0.52) --- updated-dependencies: - dependency-name: ai dependency-version: 5.0.52 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
86b6ad2 to
46bf7b3
Compare
Bumps ai from 4.3.19 to 5.0.52.
Commits
63d5f66Version Packages (#8895)930399bBackport: fix(ai): download files when intermediate file cannot be downloaded...7ca78f1Backport: feat(provider/gateway): Add new Qwen models to Gateway model string...1cfc209Backport: feat(provider/openai):OpenAILanguageModelOptionstype (#8858)347b7ecci: renamev5.0branch torelease-v*85909a9Backport: chore(ai): update test message (#8875)c56822dBackport: fix(ai): updateuiMessageChunkSchemato satisfy the `UIMessageChu...1461adfBackport: chore(examples): remove redundant OpenAI reasoning examples (#8871)6bd07dfVersion Packages (#8853)a45d61aci(release): remove incorrect changeset bump for@ai-sdk/basetenDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgraded
aito 5.0.52 across dashboards and mobile to adopt the v5 SDK. Major bump—please smoke test chat, streaming, and tool calls.Dependencies
aito^5.0.52inapps/admin-dashboard,apps/client-dashboard, andapps/resident-mobile.@ai-sdk/*packages are resolved.Migration
useChat/useCompletion, add@ai-sdk/reactand update imports.Written for commit 46bf7b3. Summary will update on new commits.