Skip to content

Commit

Permalink
Update dependency ai to v3 (#122)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ai](https://sdk.vercel.ai/docs)
([source](https://togithub.com/vercel/ai)) | [`^2.2.11` ->
`^3.0.0`](https://renovatebot.com/diffs/npm/ai/2.2.37/3.0.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ai/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ai/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ai/2.2.37/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ai/2.2.37/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/ai (ai)</summary>

### [`v3.0.1`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.1)

[Compare
Source](https://togithub.com/vercel/ai/compare/[email protected]@3.0.1)

##### Patch Changes

- [`ac20a25`](https://togithub.com/vercel/ai/commit/ac20a25): ai/rsc:
fix text response and async generator
- [`b88778f`](https://togithub.com/vercel/ai/commit/b88778f): Added
onText callback for text tokens.

### [`v3.0.0`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.0)

[Compare
Source](https://togithub.com/vercel/ai/compare/[email protected]@3.0.0)

##### Major Changes

- [`51054a9`](https://togithub.com/vercel/ai/commit/51054a9): Add
`ai/rsc` with support for AI Server Components

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/autoblocksai/autoblocks-examples).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 94425ac commit 21d77d1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 10 deletions.
69 changes: 60 additions & 9 deletions JavaScript/novel-ai-text-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/novel-ai-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "20.11.22",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"ai": "^2.2.11",
"ai": "^3.0.0",
"autoprefixer": "10.4.17",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
Expand Down

0 comments on commit 21d77d1

Please sign in to comment.