Skip to content

chore: bump the runtime-patch-minor group across 1 directory with 3 updates - #56

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-patch-minor-fdb236bc81
Open

chore: bump the runtime-patch-minor group across 1 directory with 3 updates#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-patch-minor-fdb236bc81

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the runtime-patch-minor group with 3 updates in the / directory: @ai-sdk/google, @slack/web-api and ai.

Updates @ai-sdk/google from 4.0.23 to 4.0.56

Changelog

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

4.0.56

Patch Changes

  • 3ad9da9: Preserve complete Google Generative Language usage metadata in raw usage results.
  • e9bc618: Omit unsupported frequency and presence penalties from Gemini 2.5 requests and return warnings instead.

4.0.55

Patch Changes

  • 56d492f: Surface prompt-level Google safety blocks without candidates as content-filter results with prompt feedback metadata.

4.0.54

Patch Changes

  • 1f7835c: feat (provider/google, provider/google-vertex): Gemini 3.5 Transcribe support — unary transcription (gemini-3.5-transcribe) via generateContent with language detection, speaker diarization, word timestamps, and custom vocabulary, plus streaming transcription (gemini-3.5-transcribe-live) over the Live API WebSocket with mode: 'VERBATIM' | 'SMART' transcription formatting

4.0.53

Patch Changes

  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

4.0.52

Patch Changes

  • 7de3612: Encode provider-returned identifiers before using them in credentialed follow-up request paths.
  • a9782e1: fix: align batch result parsing, request counts, and lifecycle behavior across providers
  • 92e08e6: Preserve recursive tool input schemas without aborting Google model calls.
  • 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
  • 0246209: Fix Google file uploads failing to type-check with TypeScript 5.9 DOM types.
  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

4.0.51

Patch Changes

  • e7fc90e: feat(google): support the Gemini Batch API with experimental_startTextBatch
  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

4.0.50

... (truncated)

Commits
  • 3de1476 Version Packages (#19842)
  • e9bc618 fix: Gemini 2.5 requests fail when frequency or presence penalties are config...
  • 3ad9da9 fix: preserve complete Google Generative Language raw usage metadata (#19827)
  • 2fc3389 Version Packages (#19816)
  • 56d492f fix: surface Google prompt-level safety blocks without candidates as content-...
  • 0379422 Version Packages (#19778)
  • 1f7835c feat: support Gemini 3.5 Transcribe on Google and Google Vertex providers (#1...
  • c93fa8d Version Packages (#19748)
  • a01c481 Version Packages (#19478)
  • 35841f5 feat: normalize mid-stream provider error events into public typed errors wit...
  • Additional commits viewable in compare view

Updates @slack/web-api from 8.0.0 to 8.1.1

Release notes

Sourced from @​slack/web-api's releases.

@​slack/web-api@​8.1.1

Patch Changes

  • 0ee1d99: fix: revert internal packages requiring esm loading for backward compatible support (#2711)

@​slack/web-api@​8.1.0

Minor Changes

  • 955e6b9: feat(web-api): add support for admin.users.getExpiration

  • 4322e14: feat(web-api): add agents.sessions.rename and agents.sessions.setStatus

  • 4ba30a1: feat(web-api): add session_status to chat.stopStream arguments

  • bff3398: feat(web-api): add webapi response changes as of 2026-08-21

    Regenerate response types with new stable response properties (e.g. agent_session on message-bearing responses, ListView grouping/sort/filter fields, bots.info connector/workflow flags).

    Two fields are removed from UsersListResponse, neither of which is a real success-response property:

    • Member.is_connector_bot — not returned by users.list; this flag is surfaced on bots.info (added here to BotsInfoResponse).
    • arg — an error-response echo field, not part of a successful users.list body.
  • f5fd35a: feat(web-api): add blocks.validate method

Patch Changes

  • Updated dependencies [916d8e9]
  • Updated dependencies [f5e9a01]
Commits
  • e026671 chore: release (#2719)
  • 0ee1d99 ci: adjust outputs of changeset releases to reattempt most recent releases (#...
  • 05502d9 chore: release (#2713)
  • 11b81e1 chore(deps): bump changesets/action from 1.9.0 to 2.1.1 (#2714)
  • 7a3d149 chore(deps-dev): bump @​changesets/cli from 2.31.1 to 3.0.1 (#2716)
  • 67f8a74 chore(deps-dev): bump @​biomejs/biome from 2.5.8 to 2.5.10 (#2717)
  • aef66ac fix: revert internal packages requiring esm loading for backward compatible s...
  • c663dc0 chore: release (#2681)
  • 4ba30a1 feat(web-api): add session_status to chat.stopStream arguments (#2708)
  • 916d8e9 feat(types): add agent_session_stopped and agent_session_title_changed events...
  • Additional commits viewable in compare view

Updates ai from 7.0.36 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

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

…pdates
Bumps the runtime-patch-minor group with 3 updates in the / directory: [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google), [@slack/web-api](https://github.com/slackapi/node-slack-sdk) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai).
Updates `@ai-sdk/google` from 4.0.23 to 4.0.56
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/google/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@4.0.56/packages/google)
Updates `@slack/web-api` from 8.0.0 to 8.1.1
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@8.0.0...@slack/web-api@8.1.1)
Updates `ai` from 7.0.36 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)
---
updated-dependencies:
- dependency-name: "@ai-sdk/google"
dependency-version: 4.0.56
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: runtime-patch-minor
- dependency-name: "@slack/web-api"
dependency-version: 8.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: runtime-patch-minor
- dependency-name: ai
dependency-version: 7.0.83
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: runtime-patch-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github

dependabotBot commented on behalf of githubAug 31, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants