Skip to content

build(deps): bump the desktop-minor-patch group in /desktop with 9 updates - #465

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/desktop/desktop-minor-patch-31f8b44224
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/desktop/desktop-minor-patch-31f8b44224

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the desktop-minor-patch group in /desktop with 9 updates:

Package From To
@ai-sdk/anthropic 4.0.47 4.0.49
@ai-sdk/google 4.0.61 4.0.64
@ai-sdk/openai 4.0.55 4.0.60
@ai-sdk/openai-compatible 3.0.42 3.0.44
@codemirror/state 6.7.2 6.7.4
@codemirror/view 6.43.10 6.43.11
ai 7.0.89 7.0.93
@types/react-dom 19.2.5 19.2.7
postcss 8.5.26 8.5.28

Updates @ai-sdk/anthropic from 4.0.47 to 4.0.49

Changelog

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

4.0.49

Patch Changes

  • 65397d7: fix(anthropic): recognize dated Google Vertex Claude 4 model IDs when selecting model capabilities

4.0.48

Patch Changes

  • 4d25a08: feat(anthropic): add fable 5.1 support
  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/provider-utils@​5.0.36
Commits

Updates @ai-sdk/google from 4.0.61 to 4.0.64

Changelog

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

4.0.64

Patch Changes

  • d4485fe: feat(ai): support minItems and maxItems in array outputs
  • 63533eb: fix(google): map code execution tool name- #20260

4.0.63

Patch Changes

  • 18ad19c: feat(google): support agentic video processing in the Interactions API
  • 048ce06: feat(batch): surface the uploaded input file on the batch start result (providerMetadata.<provider>.inputFileId / inputFileExpiresAt) and accept an inputFileExpiresAfter provider option on the OpenAI and xAI batch input file upload
  • 622fa7f: feat(google): add gemini-3.8-flash model

4.0.62

Patch Changes

  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/provider-utils@​5.0.36
Commits

Updates @ai-sdk/openai from 4.0.55 to 4.0.60

Release notes

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

@​ai-sdk/xai@​4.0.57

Patch Changes

  • 4b8c4fa: feat(xai): add batch cancellation and listing
  • Updated dependencies [9942196]
    • @​ai-sdk/provider@​4.0.13
    • @​ai-sdk/provider-utils@​5.0.39

@​ai-sdk/xai@​4.0.56

Patch Changes

  • Updated dependencies [912fb01]
    • @​ai-sdk/provider@​4.0.12
    • @​ai-sdk/provider-utils@​5.0.38
Changelog

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

4.0.60

Patch Changes

  • 17e489e: feat(openai): add GPT-6 reasoning configuration updates

4.0.59

Patch Changes

  • 4af00d1: feat(openai): add support for the gpt-6-astra
  • abb9ebf: feat(openai): support gpt-4o-transcribe-diarize, including chunking and diarized speaker metadata

4.0.58

Patch Changes

  • b54e551: fix(openai): support documented Responses image generation options
  • 17d3436: feat(openai): add support for ultrafast service tier

4.0.57

Patch Changes

  • 048ce06: feat(batch): surface the uploaded input file on the batch start result (providerMetadata.<provider>.inputFileId / inputFileExpiresAt) and accept an inputFileExpiresAfter provider option on the OpenAI and xAI batch input file upload
  • 7243530: fix(openai): preserve complete Responses API raw usage objects

4.0.56

Patch Changes

  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/provider-utils@​5.0.36
Commits

Updates @ai-sdk/openai-compatible from 3.0.42 to 3.0.44

Changelog

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

3.0.44

Patch Changes

  • e5a22f0: fix(openai-compatible): keep reasoning streams contiguous when deltas include empty tool call arrays

3.0.43

Patch Changes

  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/provider-utils@​5.0.36
Commits

Updates @codemirror/state from 6.7.2 to 6.7.4

Commits

Updates @codemirror/view from 6.43.10 to 6.43.11

Commits

Updates ai from 7.0.89 to 7.0.93

Changelog

Sourced from ai's changelog.

7.0.93

Patch Changes

  • df6c009: fix(ai): use new message ID when replacing a message in sendMessage
  • 6ee74a3: fix(ai): preserve tool part titles when validating UI messages
  • f13d371: fix(ai): preserve provider metadata when converting failed tool calls
  • d4485fe: feat(ai): support minItems and maxItems in array outputs
  • 4f201cc: chore(ai): formally include already supported onLanguageModelCallStart and onLanguageModelCallEnd in ToolLoopAgentSettings type
  • 8cdb2a7: fix(ai): decode text data URLs in Node.js
  • 0f2281e: fix(ai): reject embedding responses whose count does not match the input values
  • fc8e8ac: fix(ai): preserve image call diagnostics when no image is generated
  • ee8391e: fix(ai): support abort signals when the global AbortSignal is not a constructor
  • Updated dependencies [3cfc1fc]
    • @​ai-sdk/gateway@​4.0.75

7.0.92

Patch Changes

  • a51cc94: fix(ai): preserve provider metadata from empty smooth stream deltas
  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • 84e5a79: fix(ai): skip smoothStream delays while the document is hidden
  • a8e8ad0: fix(ai): expose call ID and abort reason in streamText onAbort callbacks
  • Updated dependencies [a7e324b]
    • @​ai-sdk/gateway@​4.0.74

7.0.91

Patch Changes

  • 802af1e: Add configurable recovery for provider errors received after streamText response streaming begins. Explicitly configuring streamRetries enables isolated retry attempts, including one bounded callback-directed recovery through StreamTextOnErrorRetryCallback with streamRetries: 0; recovered results and metadata reflect only the successful attempt, while the existing StreamTextOnErrorCallback contract and logging-only observer behavior remain compatible.
  • Updated dependencies [5484f27]
  • Updated dependencies [36eb7ee]
  • Updated dependencies [622fa7f]
    • @​ai-sdk/gateway@​4.0.73

7.0.90

Patch Changes

  • Updated dependencies [4d25a08]
  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/gateway@​4.0.72
    • @​ai-sdk/provider-utils@​5.0.36
Commits
  • 6359fd5 Version Packages (#20288)
  • 6ee74a3 fix: tool-part titles disappearing during UI message validation (#20111)
  • df6c009 fix(ai): use new message ID when replacing a message in sendMessage (#20379)
  • 8cdb2a7 fix: decode valid text data URLs in Node.js (#20354)
  • 0f2281e fix: embedMany accepts provider responses with mismatched embedding counts (#...
  • fc8e8ac fix: NoImageGeneratedError discards per-call diagnostics for empty image resp...
  • f13d371 fix: Preserve namespaces when replaying failed tool calls from UI messages (#...
  • ee8391e fix: prevent valid abort signals from crashing WorkflowAgent in runtimes with...
  • 4f201cc chore(ai): formally include already supported onLanguageModelCallStart and ...
  • d4485fe feat: support minItems and maxItems constraints in Output.array() (#20270)
  • Additional commits viewable in compare view

Updates @types/react-dom from 19.2.5 to 19.2.7

Commits

Updates postcss from 8.5.26 to 8.5.28

Release notes

Sourced from postcss's releases.

8.5.28

  • Fixes types regression.

8.5.27

Changelog

Sourced from postcss's changelog.

8.5.28

  • Fixes types regression.

8.5.27

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

Bumps the desktop-minor-patch group in /desktop with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `4.0.47` | `4.0.49` |
| [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `4.0.61` | `4.0.64` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.55` | `4.0.60` |
| [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `3.0.42` | `3.0.44` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.7.2` | `6.7.4` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.43.10` | `6.43.11` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.89` | `7.0.93` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.5` | `19.2.7` |
| [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` |


Updates `@ai-sdk/anthropic` from 4.0.47 to 4.0.49
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/anthropic/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/[email protected]/packages/anthropic)

Updates `@ai-sdk/google` from 4.0.61 to 4.0.64
- [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/[email protected]/packages/google)

Updates `@ai-sdk/openai` from 4.0.55 to 4.0.60
- [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/[email protected]/packages/openai)

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

Updates `@codemirror/state` from 6.7.2 to 6.7.4
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/state/commits)

Updates `@codemirror/view` from 6.43.10 to 6.43.11
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `ai` from 7.0.89 to 7.0.93
- [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/[email protected]/packages/ai)

Updates `@types/react-dom` from 19.2.5 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 4.0.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: "@ai-sdk/google"
  dependency-version: 4.0.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 3.0.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: "@codemirror/state"
  dependency-version: 6.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: ai
  dependency-version: 7.0.93
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: desktop-minor-patch
...

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 Sep 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 15, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/desktop/desktop-minor-patch-31f8b44224 branch September 15, 2026 10:05
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.

0 participants