Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

build(deps): bump ai from 2.1.32 to 2.2.9 #268

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps ai from 2.1.32 to 2.2.9.

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • 3fc2b32: ai/vue: fix: make body parameter reactive

[email protected]

Patch Changes

  • 26bf998: ai/react: make reload/complete/append functions stable via useCallback

[email protected]

Patch Changes

  • 2f97630: react/use-chat: fix aborting clientside function calls too early
  • fix: infinite loop for experimental stream data (vercel/ai#484)

[email protected]

Patch Changes

  • e5bf68d: react/use-chat: fix experimental functions returning proper function messages

    Closes #478

[email protected]

Patch Changes

  • 7b389a7: fix: improve safety for type check in openai-stream

[email protected]

Patch Changes

  • 867a3f9: Fix client-side function calling (#467, #469)

    add Completion type from the openai SDK to openai-stream (#472)

[email protected]

Patch Changes

  • 84e0cc8: Add experimental_StreamData and new opt-in wire protocol to enable streaming additional data. See vercel/ai#425.

    Changes onCompletion back to run every completion, including recursive function calls. Adds an onFinish callback that runs once everything has streamed. For users not using experimental function handling on the server, onCompletion functions the same but it's recommended you migrate to onFinish.

    If you're using experimental function handlers on the server and caching via onCompletion, you may want to adjust your caching code to account for recursive calls so the same key isn't used.

    let depth = 0
    

    const stream = OpenAIStream(response, { async onCompletion(completion) { depth++

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ai](https://github.com/vercel/ai) from 2.1.32 to 2.2.9.
- [Release notes](https://github.com/vercel/ai/releases)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@2.2.9)

---
updated-dependencies:
- dependency-name: ai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 25, 2023
@dependabot dependabot bot requested review from abdfnx and david-tomson August 25, 2023 14:06
@codesandbox
Copy link

codesandbox bot commented Aug 25, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #271.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ai-2.2.9 branch August 28, 2023 13:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants