build(deps): bump ai from 7.0.34 to 7.0.48 - #81
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) from 7.0.34 to 7.0.48. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/ai@7.0.48/packages/ai) --- updated-dependencies: - dependency-name: ai dependency-version: 7.0.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ualtinok
added a commit
that referenced
this pull request
Aug 10, 2026
TypeScript 7.0.2, Biome 2.5.6, @opencode-ai/plugin 1.18.11, ai 7.0.48, and jdx/mise-action 4.2.4. Supersedes #66, #71, #76, #79, and #81, which each carried the same lockfile and could not land independently. TypeScript 7.0.2 is now the stable release rather than the prerelease that was previously declined. The only TypeScript peer range left in the tree belongs to bun-ffi-structs, a transitive dependency of @opentui/core that pins ^5 and is already unsatisfied today with no observable effect. Also replaces the fixed 50ms sleeps in the account-add tests with polling on the observable effect. The completion runs detached and performs lock-based file I/O, so its duration tracks machine load; the fixed tick failed once under contention during this batch. The two tests asserting that an add is REJECTED keep a sleep, since an absence has no effect to poll for, and use a longer one.
Contributor
Author
|
Looks like ai is up-to-date now, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ai from 7.0.34 to 7.0.48.
Changelog
Sourced from ai's changelog.
... (truncated)
Commits
3bc0d4fVersion Packages (#18311)e84b8bcVersion Packages (#18291)8d9993aVersion Packages (#18282)e464a0cVersion Packages (#18237)fa95504feat(ai): support experimental tool callers in ToolLoopAgent (#18231)d6ce0eefeat(ai): support experimental_toolCallers in streamText (#18227)349afe7fix: warn when generateText receives streaming-only timeout settings (#18261)586f8c9docs: document NoOutputGeneratedError behavior when accessing GenerateTextRes...3fb63ebVersion Packages (#18234)015acb4fix: preserve resolved response models in fallback call telemetry (#18232)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
Upgrade
aifrom 7.0.34 to 7.0.48 to pick up experimental tool-caller support, a telemetry fix, and warnings for streaming-only timeout options ingenerateText. Transitive updates to@ai-sdk/gateway,@ai-sdk/provider-utils, and@ai-sdk/provider(plusundici) are reflected inbun.lock; no app code changes.Written for commit 1896d00. Summary will update on new commits.