Skip to content

Commit 4b442fa

Browse files
chore(deps): update dependency @ai-sdk/openai to v2.0.89 (#1045)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@ai-sdk/openai](https://ai-sdk.dev/docs) ([source](https://redirect.github.com/vercel/ai)) | dependencies | patch | [`2.0.88` → `2.0.89`](https://renovatebot.com/diffs/npm/@ai-sdk%2fopenai/2.0.88/2.0.89) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/ai/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/ai) | --- ### Release Notes <details> <summary>vercel/ai (@&#8203;ai-sdk/openai)</summary> ### [`v2.0.89`](https://redirect.github.com/vercel/ai/releases/tag/%40ai-sdk/react%402.0.89) [Compare Source](https://redirect.github.com/vercel/ai/compare/@ai-sdk/openai@2.0.88...@ai-sdk/openai@2.0.89) ##### Patch Changes - [`7cfada6`](https://redirect.github.com/vercel/ai/commit/7cfada6): feat(ai): `chat.addToolResult()` is now `chat.addToolOutput()` - Updated dependencies \[[`7cfada6`](https://redirect.github.com/vercel/ai/commit/7cfada6)] - ai\@&#8203;5.0.89 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update @ai-sdk/openai from 2.0.88 to 2.0.89 to pull in upstream fixes and the tool API rename. No app code changes. - **Dependencies** - @ai-sdk/openai 2.0.89 (transitive: @ai-sdk/provider 2.0.1, @ai-sdk/provider-utils 3.0.20) - **Migration** - If you use chat.addToolResult(), switch to chat.addToolOutput(). <sup>Written for commit 7f62e5d. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67c0428 commit 4b442fa

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

bun.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"docker": "bash -c \"docker buildx build . --provenance true --sbom true --platform=linux/amd64,linux/arm64 -t ghcr.io/settlemint/btp-docs:${VERSION:-7.0.0-dev.$(date +%s)} --push --progress=plain\""
1717
},
1818
"dependencies": {
19-
"@ai-sdk/openai": "2.0.88",
19+
"@ai-sdk/openai": "2.0.89",
2020
"@ai-sdk/react": "2.0.118",
2121
"@next/third-parties": "16.1.1",
2222
"@radix-ui/react-accordion": "1.2.12",

0 commit comments

Comments
 (0)