chore(deps): update dependency @ai-sdk/openai to v3 #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.88→3.0.2Summary
The original Renovate PR failed typechecking because
@ai-sdk/openaiv3 exportsEmbeddingModelV3while theaipackage v5.x expectedEmbeddingModelV2<string>. This PR includes additional changes to fix compatibility:aidependency from^5.0.0to^6.0.0(required for v3 provider compatibility)EmbeddingModeltype (no longer generic in ai v6)embed()call where query is guaranteed to be a stringReview & Testing Checklist for Human
aipackage bump from v5 to v6 is a major version change. Verify this is acceptable for downstream users of@convex-dev/ragargs.query as stringcast at line 397 is safe - it's guarded byif (!embedding)which only runs when query is not an array, but confirm this logic is correctNotes
Release Notes (from Renovate)
v3.0.2Compare Source
Patch Changes
863d34f: fix: trigger release to update@latestv3.0.0Major Changes
dee8b05: ai SDK 6 betaNotable Changes
8d9e8ad: chore(provider): remove generics from EmbeddingModelV30c4822d: feat:EmbeddingModelV3Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, Monday through Friday ( * 0-4 * * 1-5 ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.