Skip to content

Commit 782a4ab

Browse files
chore(deps): update dependency @ai-sdk/react to v2.0.109 (#991)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@ai-sdk/react](https://ai-sdk.dev/docs) ([source](https://redirect.github.com/vercel/ai)) | dependencies | patch | [`2.0.108` -> `2.0.109`](https://renovatebot.com/diffs/npm/@ai-sdk%2freact/2.0.108/2.0.109) | [![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/react)</summary> ### [`v2.0.109`](https://redirect.github.com/vercel/ai/releases/tag/%40ai-sdk/react%402.0.109) [Compare Source](https://redirect.github.com/vercel/ai/compare/@ai-sdk/react@2.0.108...@ai-sdk/react@2.0.109) ##### Patch Changes - [`4520a7f`](https://redirect.github.com/vercel/ai/commit/4520a7f): Fix subscribeToMessages callback dependency in useChat </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> 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 6f62886 commit 782a4ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "docs",
77
"dependencies": {
88
"@ai-sdk/openai": "2.0.79",
9-
"@ai-sdk/react": "2.0.108",
9+
"@ai-sdk/react": "2.0.109",
1010
"@next/third-parties": "16.0.7",
1111
"@radix-ui/react-accordion": "1.2.12",
1212
"@radix-ui/react-collapsible": "1.1.12",
@@ -73,7 +73,7 @@
7373

7474
"@ai-sdk/provider-utils": ["@ai-sdk/provider-utils@3.0.18", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@standard-schema/spec": "^1.0.0", "eventsource-parser": "^3.0.6" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-ypv1xXMsgGcNKUP+hglKqtdDuMg68nWHucPPAhIENrbFAI+xCHiqPVN8Zllxyv1TNZwGWUghPxJXU+Mqps0YRQ=="],
7575

76-
"@ai-sdk/react": ["@ai-sdk/react@2.0.108", "", { "dependencies": { "@ai-sdk/provider-utils": "3.0.18", "ai": "5.0.108", "swr": "^2.2.5", "throttleit": "2.1.0" }, "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc", "zod": "^3.25.76 || ^4.1.8" }, "optionalPeers": ["zod"] }, "sha512-X2rha7Z3QoUQPJAj6MnpkVr9itArsxAzt4H+ZD1XL02d86TG/T+Pylopij4Rsy7hvARqxyxWNcRXx6rgoXGcFQ=="],
76+
"@ai-sdk/react": ["@ai-sdk/react@2.0.109", "", { "dependencies": { "@ai-sdk/provider-utils": "3.0.18", "ai": "5.0.108", "swr": "^2.2.5", "throttleit": "2.1.0" }, "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc", "zod": "^3.25.76 || ^4.1.8" }, "optionalPeers": ["zod"] }, "sha512-5qM8KuN7bv7E+g6BXkSAYLFjwIfMSTKOA1prjg1zEShJXJyLSc+Yqkd3EfGibm75b7nJAqJNShurDmR/IlQqFQ=="],
7777

7878
"@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="],
7979

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@ai-sdk/openai": "2.0.79",
19-
"@ai-sdk/react": "2.0.108",
19+
"@ai-sdk/react": "2.0.109",
2020
"@next/third-parties": "16.0.7",
2121
"@radix-ui/react-accordion": "1.2.12",
2222
"@radix-ui/react-collapsible": "1.1.12",

0 commit comments

Comments
 (0)