Skip to content

fix(deps, agent-service): bump the agent-service-patch group across 1 directory with 5 updates - #72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/agent-service/agent-service-patch-e47c36e232
Open

fix(deps, agent-service): bump the agent-service-patch group across 1 directory with 5 updates#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/agent-service/agent-service-patch-e47c36e232

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown

Bumps the agent-service-patch group with 5 updates in the /agent-service directory:

Package From To
@ai-sdk/openai 4.0.7 4.0.50
ai 7.0.15 7.0.83
elysia 1.4.29 1.4.30
prettier 3.9.4 3.9.6
tsx 4.23.0 4.23.12

Updates @ai-sdk/openai from 4.0.7 to 4.0.50

Changelog

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

4.0.50

Patch Changes

  • e6a2992: Fix Responses history serialization for regular functions named tool_search.

4.0.49

Patch Changes

  • 2523403: Normalize non-object replayed Chat Completions tool arguments to empty objects.
  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

4.0.48

Patch Changes

  • a9782e1: fix: align batch result parsing, request counts, and lifecycle behavior across providers
  • eee6200: Signal schema-invalid known Responses stream events and preserve the error finish reason.
  • 35841f5: feat: normalize mid-stream provider error events across supported providers into public StreamProviderError instances and preserve provider-owned type, code, status, retry, and raw payload metadata
  • d2f3353: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.
  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

4.0.47

Patch Changes

  • 591d25b: feat: add batch completion webhooks. experimental_startTextBatch accepts a webhookUrl, and the gateway provider registers it through the batch callbackUrl contract and exports typed async-job metadata. Direct Anthropic and OpenAI batch providers return an unsupported warning when the option is provided.
  • 2214258: Prevent negative text output token counts when providers report reasoning tokens. Perplexity reasoning tokens are now treated as separate from completion tokens.
  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

4.0.46

Patch Changes

  • Updated dependencies [b74971f]
    • @​ai-sdk/provider-utils@​5.0.29

4.0.45

Patch Changes

  • 6be0f51: fix(openai): expand internal parallel tool call wrappers from the Responses API while preserving stateful continuation and streaming fallbacks

... (truncated)

Commits
  • 0379422 Version Packages (#19778)
  • e6a2992 fix: replay regular functions named tool_search correctly in OpenAI Responses...
  • c93fa8d Version Packages (#19748)
  • 2523403 fix: prevent strict Chat Completions backends from rejecting malformed persis...
  • a01c481 Version Packages (#19478)
  • 35841f5 feat: normalize mid-stream provider error events into public typed errors wit...
  • d2f3353 fix: split large embedding batches that exceed provider aggregate token limit...
  • a9782e1 fix(batch): align result parsing, request counts, and behavior across provide...
  • eee6200 fix: OpenAI Responses streams silently dropping schema-invalid known events a...
  • 3d3afac Version Packages (#19362)
  • Additional commits viewable in compare view

Updates ai from 7.0.15 to 7.0.83

Changelog

Sourced from ai's changelog.

7.0.83

Patch Changes

  • 8dd86a9: Validate persisted typed tool calls against current input and output schemas. Schema-incompatible empty or error inputs and terminal history from unavailable tools remain loadable as dynamic tool parts instead of exposing unvalidated values under current static tool types.
  • fda13b3: Allow chats to continue automatically after tool approval denials reach the output-denied state.
  • 957146c: add operation-level outcomes to UI message stream end callbacks
  • ce6849a: fix(ai): handle stitchable stream cancellation before an inner stream is registered

7.0.82

Patch Changes

  • 3e125ba: Allow manual tool approval statuses to include a reason and preserve it across core, model, and UI approval requests. OPA requires-approval decisions now surface their reason to human approvers. UI request chunks serialize the optional reason, while UI messages retain it as approval.requestReason separately from an approver's response reason.
  • Updated dependencies [0e7994c]
  • Updated dependencies [3e125ba]
    • @​ai-sdk/gateway@​4.0.67
    • @​ai-sdk/provider-utils@​5.0.32

7.0.81

Patch Changes

  • Updated dependencies [81bebaf]
    • @​ai-sdk/gateway@​4.0.66

7.0.80

Patch Changes

  • 35841f5: feat: normalize mid-stream provider error events across supported providers into public StreamProviderError instances and preserve provider-owned type, code, status, retry, and raw payload metadata
  • d2f3353: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.
  • eed7950: Expose structured output parsing diagnostics from generateText when generation stops because of the output token limit.
  • Updated dependencies [80227cf]
  • Updated dependencies [a9782e1]
  • Updated dependencies [5533946]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/gateway@​4.0.65
    • @​ai-sdk/provider-utils@​5.0.31

7.0.79

... (truncated)

Commits
  • 0379422 Version Packages (#19778)
  • 8dd86a9 fix: reject stale persisted tool inputs without blocking unparsed or unavaila...
  • fda13b3 fix: continue chats automatically after denied tool approvals (#19771)
  • ce6849a fix(ai): handle stitchable stream cancellation before an inner stream is regi...
  • 957146c fix: UI message stream end callbacks cannot distinguish failed responses from...
  • c93fa8d Version Packages (#19748)
  • 3e125ba fix: human tool approval requests omit policy reasons (#19658)
  • 34c4710 Version Packages (#19716)
  • 2523403 fix: prevent strict Chat Completions backends from rejecting malformed persis...
  • a01c481 Version Packages (#19478)
  • Additional commits viewable in compare view

Updates elysia from 1.4.29 to 1.4.30

Release notes

Sourced from elysia's releases.

1.4.30

What's changed

The current development effort will be focused in Elysia 2, see kiana and beta release note.

1.4.x will only publish security updates, no new features.

Chore:

  • update test case for Bun 1.4

Advisory:

  • GHSA-gmm9-qwx3-2m3h
  • GHSA-2p5p-r4r9-f9jm
  • GHSA-3958-wq4x-729c
  • GHSA-46qc-v7pw-4j7j
  • GHSA-mx4m-hmpr-4w39

Full Changelog: elysiajs/elysia@1.4.29...1.4.30

Changelog

Sourced from elysia's changelog.

1.4.30 - 26 Aug 2026

Chore:

  • update test case for Bun 1.4

Advisory:

  • GHSA-gmm9-qwx3-2m3h
  • GHSA-2p5p-r4r9-f9jm
  • GHSA-3958-wq4x-729c
  • GHSA-46qc-v7pw-4j7j
  • GHSA-mx4m-hmpr-4w39
Commits
  • e037eca 🧹 chore: correct spelling mistake in changelog
  • acea3a7 🧹 chore: add SECURITY.md
  • a6b9fc7 🧹 chore: update for bun 1.4
  • b1c325f Merge branch 'main' of https://github.com/elysiajs/elysia
  • b8256cc 🧹 chore: update for bun 1.4
  • 767bad1 Merge commit from fork
  • be31c27 🔧 fix: escape schema default keys and values to prevent code injection
  • 89088df 🧹 chore: remove blank issue
  • 2c8b61d 🧹 chore: 'I have nothing but my burger and I want nothing more' disclosure
  • 7e7dabd 🧹 chore: 'I have nothing but my burger and I want nothing more' disclosure
  • Additional commits viewable in compare view

Updates prettier from 3.9.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates tsx from 4.23.0 to 4.23.12

Release notes

Sourced from tsx's releases.

v4.23.12

4.23.12 (2026-08-10)

Bug Fixes

  • shim import.meta when tokens are split by comments or newlines (#829) (ed9d330), closes #828

This release is also available on:

v4.23.11

4.23.11 (2026-08-07)

Bug Fixes

  • preserve async ESM require fallback (55cbece)

This release is also available on:

v4.23.10

4.23.10 (2026-08-07)

Bug Fixes


This release is also available on:

v4.23.9

4.23.9 (2026-08-06)

Bug Fixes

  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

... (truncated)

Commits
  • ed9d330 fix: shim import.meta when tokens are split by comments or newlines (#829)
  • 651f5be test: cover CommonJS TypeScript import.meta paths
  • bd3bc64 test: cover CommonJS loader source fallback
  • 55cbece fix: preserve async ESM require fallback
  • 6c5ba85 docs: document CommonJS default interop
  • ec1bcd5 fix: support nyc coverage discovery (#710)
  • b6e5b48 docs: clarify CommonJS default imports
  • 2f55884 fix: map Node test locations
  • de935d5 docs: document Node source-map stack formatting
  • b94f46f fix: support data URLs in tsImport
  • Additional commits viewable in compare view

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 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

… directory with 5 updates

Bumps the agent-service-patch group with 5 updates in the /agent-service directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.7` | `4.0.50` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.15` | `7.0.83` |
| [elysia](https://github.com/elysiajs/elysia) | `1.4.29` | `1.4.30` |
| [prettier](https://github.com/prettier/prettier) | `3.9.4` | `3.9.6` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.0` | `4.23.12` |



Updates `@ai-sdk/openai` from 4.0.7 to 4.0.50
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.50/packages/openai)

Updates `ai` from 7.0.15 to 7.0.83
- [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.83/packages/ai)

Updates `elysia` from 1.4.29 to 1.4.30
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.4.29...1.4.30)

Updates `prettier` from 3.9.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.9.4...3.9.6)

Updates `tsx` from 4.23.0 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.0...v4.23.12)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
- dependency-name: ai
  dependency-version: 7.0.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
- dependency-name: elysia
  dependency-version: 1.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 30, 2026
@github-actions

Copy link
Copy Markdown

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • No candidates found from git blame history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-service 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