Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the all-dependencies group with 3 updates: @ai-sdk/openai-compatible, @ai-sdk/provider-utils and @types/node.

Updates @ai-sdk/openai-compatible from 1.0.0-beta.7 to 1.0.0-beta.8

Release notes

Sourced from @​ai-sdk/openai-compatible's releases.

@​ai-sdk/openai-compatible@​1.0.0-beta.8

Patch Changes

  • Updated dependencies [57edfcb]
  • Updated dependencies [383cbfa]
    • @​ai-sdk/provider-utils@​3.0.0-beta.5
Commits
  • 3ded61b Version Packages (beta) (#7391)
  • 383cbfa feat (ai): add isAborted to onFinish callback for ui message streams (#7400)
  • 3db5258 update: Azure OpenAI provider to v1 API format (#7397)
  • 376a7d1 fix(ai-sdk/react) Add options.id to subscribeToMessages callback dependency a...
  • add5ac1 feat (ai): make streamText toUIMessageStream async iterable (#7402)
  • 3353875 docs: add onAbort (#7401)
  • ff1c81a feat (ai): add streamText onAbort callback (#7394)
  • 7f7712a docs: update next persistence docs (#7395)
  • 84be594 fix (example): fix next persistence example assistant message id generation (...
  • e4c8647 feat (ui): allow asynchronous onFinish in createUIMessageStream (#7392)
  • Additional commits viewable in compare view

Updates @ai-sdk/provider-utils from 3.0.0-beta.4 to 3.0.0-beta.5

Release notes

Sourced from @​ai-sdk/provider-utils's releases.

@​ai-sdk/provider-utils@​3.0.0-beta.5

Patch Changes

  • 57edfcb: Adds support for async zod validators
  • 383cbfa: feat (ai): add isAborted to onFinish callback for ui message streams
Commits
  • 3ded61b Version Packages (beta) (#7391)
  • 383cbfa feat (ai): add isAborted to onFinish callback for ui message streams (#7400)
  • 3db5258 update: Azure OpenAI provider to v1 API format (#7397)
  • 376a7d1 fix(ai-sdk/react) Add options.id to subscribeToMessages callback dependency a...
  • add5ac1 feat (ai): make streamText toUIMessageStream async iterable (#7402)
  • 3353875 docs: add onAbort (#7401)
  • ff1c81a feat (ai): add streamText onAbort callback (#7394)
  • 7f7712a docs: update next persistence docs (#7395)
  • 84be594 fix (example): fix next persistence example assistant message id generation (...
  • e4c8647 feat (ui): allow asynchronous onFinish in createUIMessageStream (#7392)
  • Additional commits viewable in compare view

Updates @types/node from 24.0.14 to 24.0.15

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

maraisr and others added 2 commits July 18, 2025 14:38
Bumps the all-dependencies group with 3 updates: [@ai-sdk/openai-compatible](https://github.com/vercel/ai), [@ai-sdk/provider-utils](https://github.com/vercel/ai) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@ai-sdk/openai-compatible` from 1.0.0-beta.7 to 1.0.0-beta.8
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@ai-sdk/provider-utils` from 3.0.0-beta.4 to 3.0.0-beta.5
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@types/node` from 24.0.14 to 24.0.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 1.0.0-beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 3.0.0-beta.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 Jul 21, 2025
@maraisr maraisr closed this Jul 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-ceeca30ae4 branch July 22, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

1 participant