Skip to content

Update dependency @ai-sdk/deepseek to v3 - #36

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-deepseek-3.x
Open

Update dependency @ai-sdk/deepseek to v3#36
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-deepseek-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/deepseek (source) ^0.2.0^3.0.0 age confidence

Release Notes

vercel/ai (@​ai-sdk/deepseek)

v3.0.28

Patch Changes

v3.0.27

Compare Source

Patch Changes

v3.0.26

Compare Source

Patch Changes

v3.0.25

Compare Source

Patch Changes

v3.0.24

Compare Source

Patch Changes

v3.0.23

Compare Source

Patch Changes

v3.0.22

Compare Source

Patch Changes

v3.0.21

Compare Source

Patch Changes

v3.0.20

Compare Source

Patch Changes

v3.0.19

Compare Source

Patch Changes

v3.0.18

Compare Source

Patch Changes

v3.0.17

Compare Source

Patch Changes

v3.0.16

Compare Source

Patch Changes

v3.0.15

Compare Source

Patch Changes

v3.0.14

Compare Source

Patch Changes

v3.0.13

Compare Source

Patch Changes

v3.0.12

Patch Changes

v3.0.11

Patch Changes
  • 49ae04d: fix: Azure DeepSeek structured output returns JSON in reasoning with empty text

v3.0.10

Patch Changes

v3.0.9

Patch Changes

v3.0.7

Compare Source

Patch Changes

v3.0.6

Patch Changes
  • ac306ed: Fix StreamingToolCallTracker finalizing streaming tool calls on parsable partial JSON. Tool calls now only finalize during stream flush, restoring the behavior of #​13137: a parsable argument buffer can still be the prefix of a longer argument string, so finalizing early could act on truncated tool inputs.
  • Updated dependencies [ac306ed]

v3.0.5

Patch Changes

v3.0.4

Patch Changes

v3.0.3

Patch Changes

v3.0.2

Patch Changes

v3.0.1

Patch Changes

v3.0.0

Compare Source

Major Changes
  • ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only ("type": "module"). Consumers using require() must switch to ESM import syntax.

  • 8359612: Start v7 pre-release

  • 04e9009: chore: make provider implementations code patterns more consistent, including renaming certain exported symbols

    For all externally exported symbols that were renamed, the old names continue to work via deprecated aliases.

Patch Changes
  • 38fc777: Add AI Gateway hint to provider READMEs

  • 0498012: fix(provider/deepseek): preserve reasoning_content for deepseek-v4 in multi-turn requests

  • 74d520f: feat: migrate providers to support new top-level reasoning parameter

  • 87280a6: Accept thinking.type: 'adaptive' and the full reasoningEffort enum (low, medium, high, xhigh, max) for the DeepSeek provider.

  • 45b3d76: fix(security): prevent streaming tool calls from finalizing on parsable partial JSON

    Streaming tool call arguments were finalized using isParsableJson() as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs in flush() after the stream is fully consumed.

  • b23b042: feat(azure): add deepseek model support to azure

  • eda4373: feat(provider/deepseek): add DeepSeek V4 reasoning effort support

  • 9f0e36c: trigger release for all packages after provenance setup

  • 58a2ad7: fix: more precise default message for tool execution denial

  • f7295cb: revert incorrect fix #​13172

  • 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.

  • f807e45: Extract shared StreamingToolCallTracker class into @ai-sdk/provider-utils to deduplicate streaming tool call handling across OpenAI-compatible providers. Also adds missing generateId() fallback for toolCallId in Alibaba's doGenerate path and ensures all providers finalize unfinished tool calls during stream flush.

  • 0c4c275: trigger initial canary release

  • 9bd6512: feat(provider): change file part data property to be tagged with a type and remove the image part type

  • 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles

  • b8396f0: trigger initial beta release

  • b3976a2: Add workflow serialization support to all provider models.

    @ai-sdk/provider-utils: New serializeModel() helper that extracts only serializable properties from a model instance, filtering out functions and objects containing functions. Third-party provider authors can use this to add workflow support to their own models.

    All providers: headers is now optional in provider config types. This is non-breaking — existing code that passes headers continues to work. Custom provider implementations that construct model configs manually can now omit headers, which is useful when models are deserialized from a workflow step boundary where auth is provided separately.

    All provider model classes now include WORKFLOW_SERIALIZE and WORKFLOW_DESERIALIZE static methods, enabling them to cross workflow step boundaries without serialization errors.

v2.0.56

Compare Source

Patch Changes

v2.0.55

Compare Source

Patch Changes

v2.0.54

Compare Source

Patch Changes

v2.0.53

Compare Source

Patch Changes

v2.0.52

Compare Source

Patch Changes

v2.0.51

Compare Source

Patch Changes

v2.0.50

Patch Changes

v2.0.49

Patch Changes
  • 55be323: fix: Azure DeepSeek structured output returns JSON in reasoning with empty text

v2.0.48

Patch Changes

v2.0.47

Compare Source

Patch Changes

v2.0.46

Compare Source

Patch Changes
  • bef93ae: fix(security): prevent streaming tool calls from finalizing on parsable partial JSON

    Streaming tool call arguments were finalized using isParsableJson() as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs in flush() after the stream is fully consumed.

  • 327642b: fix: more precise default message for tool execution denial

  • Updated dependencies [d559de9]

v2.0.45

Patch Changes

v2.0.44

Patch Changes

v2.0.43

Patch Changes

v2.0.42

Patch Changes

v2.0.41

Patch Changes

v2.0.40

Patch Changes

v2.0.39

Compare Source

Patch Changes

v2.0.38

Patch Changes

v2.0.36

Compare Source

Patch Changes
  • 79f0ae6: feat(azure): add deepseek model support to azure

v2.0.35

Compare Source

Patch Changes
  • c70e921: Accept thinking.type: 'adaptive' and the full reasoningEffort enum (low, medium, high, xhigh, max) for the DeepSeek provider.

v2.0.34

Compare Source

Patch Changes

v2.0.33

Compare Source

Patch Changes
  • ee294d0: feat(provider/deepseek): add DeepSeek V4 reasoning effort support

v2.0.32

Compare Source

Patch Changes

v2.0.31

Compare Source

Patch Changes

v2.0.30

Compare Source

Patch Changes

v2.0.29

Compare Source

Patch Changes
  • d42076d: Add AI Gateway hint to provider READMEs

v2.0.28

Compare Source

Patch Changes

v2.0.27

Compare Source

Patch Changes

v2.0.26

Compare Source

Patch Changes

v2.0.25

Compare Source

Patch Changes

v2.0.24

Compare Source

Patch Changes

v2.0.23

Compare Source

Patch Changes

v2.0.22

Compare Source

Patch Changes

v2.0.21

Compare Source

Patch Changes

v2.0.20

Compare Source

Patch Changes

v2.0.19

Compare Source

Patch Changes
  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported

v2.0.18

Compare Source

Patch Changes

v2.0.17

Compare Source

Patch Changes

v2.0.16

Patch Changes

v2.0.15

Patch Changes

v2.0.14

Patch Changes
  • 1524271: chore: add skill information to README files

v2.0.13

Patch Changes
  • 3988c08: docs: fix incorrect and outdated provider docs

v2.0.12

Patch Changes

v2.0.11

Patch Changes

v2.0.10

Patch Changes
  • 2b8369d: chore: add docs to package dist

v2.0.9

Patch Changes
  • 8dc54db: chore: add src folders to package bundle

v2.0.8

Patch Changes

v2.0.7

Patch Changes

v2.0.6

Patch Changes

v2.0.5

Patch Changes

v2.0.4

Patch Changes

v2.0.3

Patch Changes

v2.0.2

Patch Changes

v2.0.1

Patch Changes
  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported

v2.0.0

Major Changes
Minor Changes
Patch Changes
  • 0c3b58b: fix(provider): add specificationVersion to ProviderV3

  • 8d9e8ad: chore(provider): remove generics from EmbeddingModelV3

    Before

    model.textEmbeddingModel("my-model-id");

    After

    model.embeddingModel("my-model-id");
  • 2625a04: feat(openai); update spec for mcp approval

  • 95f65c2: chore: use import * from zod/v4

  • 4d04f43: feat(deepseek): rewrite DeepSeek provider

  • ed329cb: feat: Provider-V3

  • 3bd2689: feat: extended token usage

  • 1cad0ab: feat: add provider version to user-agent header

  • 8dac895: feat: LanguageModelV3

  • 3da75f4: Added utility ensureJsonInstructionForProvider that auto-injects a JSON instruction when the provider is deepseek.chat

  • 366f50b: chore(provider): add deprecated textEmbeddingModel and textEmbedding aliases

  • 4616b86: chore: update zod peer depenedency version

  • cbf52cd: feat: expose raw finish reason

  • 1bd7d32: feat: tool-specific strict mode

  • Updated dependencies

v1.0.50

Compare Source

Patch Changes

v1.0.49

Compare Source

Patch Changes

v1.0.48

Patch Changes

v1.0.47

Patch Changes
  • 3e85821: fix: Azure DeepSeek structured output returns JSON in reasoning with empty text

v1.0.46

Patch Changes

v1.0.45

Compare Source

Patch Changes

v1.0.44

Compare Source

Patch Changes

v1.0.43

Compare Source

Patch Changes

v1.0.42

Compare Source

Patch Changes
  • f04ecd8: feat(azure): add deepseek model support to azure

v1.0.41

Compare Source

Patch Changes
  • 535383e: Accept thinking.type: 'adaptive' and the full reasoningEffort enum (low, medium, high, xhigh, max) for the DeepSeek provider.

v1.0.40

Compare Source

Patch Changes
  • 9fd0d1a: feat(provider/deepseek): add DeepSeek V4 reasoning effort support

v1.0.39

Compare Source

Patch Changes

v1.0.38

Compare Source

Patch Changes

v1.0.37

Compare Source

Patch Changes
  • 5543cd1: Add AI Gateway hint to provider READMEs

v1.0.36

Compare Source

Patch Changes

v1.0.35

Compare Source

Patch Changes

v1.0.34

Patch Changes

v1.0.33

v1.0.32

Patch Changes

v1.0.31

Patch Changes
  • b1b0b17: feat(deepseek): rewrite DeepSeek provider

v1.0.30

Patch Changes

v1.0.29

Patch Changes
  • 2db286c: Added utility ensureJsonInstructionForProvider that auto-injects a JSON instruction when the provider is deepseek.chat

v1.0.28

Patch Changes

v1.0.27

Patch Changes

v1.0.26

Patch Changes

v1.0.25

Patch Changes

v1.0.24

Patch Changes

v1.0.23

Patch Changes

v1.0.18

Patch Changes

v1.0.17

Patch Changes

v1.0.15

Patch Changes

v1.0.14

Patch Changes

v1.0.13

Patch Changes

v1.0.12

Patch Changes

v1.0.11

Patch Changes
  • Updated d

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bclabs Error Error Aug 11, 2026 11:29pm

@openzeppelin-code

Copy link
Copy Markdown

Update dependency @ai-sdk/deepseek to v3

Generated at commit: 1e0ccfbea74f8affbb4b867c60226718309c6501

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 1e0ccfb to dd5a9ab Compare July 2, 2026 19:34
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from dd5a9ab to 01ba4c5 Compare July 2, 2026 22:13
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 01ba4c5 to 1dc63aa Compare July 8, 2026 19:08
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 1dc63aa to edc2d9d Compare July 9, 2026 20:15
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from edc2d9d to 9e3d454 Compare July 13, 2026 23:52
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 9e3d454 to 8e24d7b Compare July 14, 2026 19:35
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 8e24d7b to e784f75 Compare July 14, 2026 22:41
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from e784f75 to 8b96ccf Compare July 17, 2026 13:11
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 8b96ccf to a68e7a1 Compare July 21, 2026 17:11
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from a68e7a1 to 3c8d241 Compare July 28, 2026 00:54
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 3c8d241 to e620e36 Compare July 28, 2026 06:11
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from e620e36 to 77dc503 Compare July 29, 2026 17:58
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 77dc503 to 93038f6 Compare July 31, 2026 00:46
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 93038f6 to 691fb7e Compare July 31, 2026 19:37
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 691fb7e to 1208ed2 Compare August 1, 2026 01:44
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 1208ed2 to 5f54821 Compare August 4, 2026 02:43
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 5f54821 to 639e21a Compare August 4, 2026 05:48
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 639e21a to 0943a9b Compare August 5, 2026 01:06
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 0943a9b to 18bb301 Compare August 6, 2026 02:41
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 18bb301 to f04d3ca Compare August 6, 2026 06:40
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from f04d3ca to 1e254a2 Compare August 7, 2026 21:43
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from 1e254a2 to b6eeabf Compare August 8, 2026 00:53
@renovate
renovate Bot force-pushed the renovate/ai-sdk-deepseek-3.x branch from b6eeabf to 220f039 Compare August 10, 2026 21:56
Sign up for free to 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