Skip to content

Fix build examples - #900

Merged
abhithesys merged 2 commits into
mainfrom
abhin/fix-build-examples
Jul 29, 2026
Merged

Fix build examples#900
abhithesys merged 2 commits into
mainfrom
abhin/fix-build-examples

Conversation

@AbhinRustagi

@AbhinRustagi AbhinRustagi commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

The build-examples CI job crashed compiling mastra-chat:

import { validatorSymbol } from "@ai-sdk/provider-utils"
   ^ not found in @ai-sdk/provider-utils@4.0.40

A package tried to import a symbol that didn't exist in the installed version.

So the fix has to split the behavior:

"@ai-sdk/provider-utils@<=3.0.97": "^4.0.27",                  ← unchanged: v4 everywhere (keeps CVE fix)
"@ai-sdk/ui-utils@1.2.11>@ai-sdk/provider-utils": "2.2.8"       ← exception: v2 only under ui-utils

@abhithesys
abhithesys merged commit e9894bb into main Jul 29, 2026
2 checks passed
@abhithesys
abhithesys deleted the abhin/fix-build-examples branch July 29, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants