Skip to content

fix(deps): update dependency @ai-sdk/openai to v3#254

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

fix(deps): update dependency @ai-sdk/openai to v3#254
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-openai-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v3.0.67

Compare Source

Patch Changes
  • c679fec: feat(provider/azure):web search tool in the Azure OpenAI Responses API.

v3.0.66

Compare Source

Patch Changes
  • c82ab42: feat(openai): forward web_search_call.action.queries from Responses API

v3.0.65

Compare Source

Patch Changes
  • eb52378: fix(openai): skip passing reasoning items when using previous response id

v3.0.64

Compare Source

Patch Changes
  • b7ed8bd: feat(openai): add opt-in pass-through for unsupported file media types

v3.0.63

Compare Source

Patch Changes

v3.0.62

Compare Source

Patch Changes
  • 65edcca: feat: add allowedTools provider option for OpenAI Responses

v3.0.61

Compare Source

Patch Changes
  • b93f9b4: feat(provider/openai): forward imageDetail providerOptions on tool-result image content

v3.0.60

Compare Source

Patch Changes
  • 6dcd8e6: feat(openai): add GPT-5.5 chat model IDs

v3.0.59

Compare Source

Patch Changes
  • 38966ab: fix(openai, openai-compatible): only send null content for assistant messages with tool calls

v3.0.58

Compare Source

Patch Changes
  • 2370948: feat(openai): preserve namespace on function_call output items

v3.0.57

Compare Source

Patch Changes
  • d33e7cc: chore(provider/openai): add type for image model options for type-safe processing

v3.0.55

Compare Source

Patch Changes

v3.0.54

Compare Source

Patch Changes

v3.0.53

Compare Source

Patch Changes
  • 953385d: fix(openai): default undefined tool-call input to empty object before serializing tool arguments

v3.0.52

Compare Source

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

v3.0.51

Compare Source

Patch Changes

v3.0.50

Compare Source

Patch Changes

v3.0.49

Compare Source

Patch Changes
  • bc01093: fix(openai): support file-url parts in tool output content

v3.0.48

Compare Source

Patch Changes
  • 9c548de: Add gpt-5.4-mini, gpt-5.4-mini-2026-03-17, gpt-5.4-nano, and gpt-5.4-nano-2026-03-17 models.

  • bcb04df: fix(openai): preserve raw finish reason for failed responses stream events

    Handle response.failed chunks in Responses API streaming so finishReason.raw is preserved from incomplete_details.reason (e.g. max_output_tokens), and map failed-without-reason cases to unified error instead of other.

v3.0.47

Compare Source

Patch Changes

v3.0.46

Compare Source

Patch Changes
  • 75fc0e7: feat(openai): add new tool search tool

v3.0.45

Compare Source

Patch Changes
  • 023088c: feat(provider/openai): add gpt-5.3-chat-latest

v3.0.44

Compare Source

Patch Changes
  • f4a734a: fix(provider/openai): drop reasoning parts without encrypted content when store: false

v3.0.43

Compare Source

Patch Changes

v3.0.42

Compare Source

Patch Changes
  • 2589004: feat(provider/openai): add GPT-5.4 model support

v3.0.41

Compare Source

Patch Changes

v3.0.40

Compare Source

Patch Changes

v3.0.39

Compare Source

Patch Changes

v3.0.38

Compare Source

Patch Changes
  • 64a8fae: chore: remove obsolete model IDs for Anthropic, Google, OpenAI, xAI

v3.0.37

Compare Source

Patch Changes

v3.0.36

Compare Source

Patch Changes
  • 53bdfa5: fix(openai): allow null/undefined type in streaming tool call deltas

    Azure AI Foundry and Mistral deployed on Azure omit the type field in
    streaming tool_calls deltas. The chat stream parser now accepts a missing
    type field (treating it as "function") instead of throwing
    InvalidResponseDataError: Expected 'function' type.

    Fixes #​12770

v3.0.35

Compare Source

Patch Changes
  • 5e18272: fix(openai): include reasoning parts without itemId when encrypted_content is present

    When providerOptions.openai.itemId is absent on a reasoning content part,
    the converter now uses encrypted_content as a fallback instead of silently
    skipping the part with a warning. The OpenAI Responses API accepts reasoning
    items without an id when encrypted_content is supplied, enabling
    multi-turn reasoning even when item IDs are stripped from provider options.

    Also makes the id field optional on the OpenAIResponsesReasoning type to
    reflect that the API does not require it.

    Fixes #​12853

v3.0.34

Compare Source

Patch Changes
  • 66a374c: Support phase parameter on Responses API message items. The phase field ('commentary' or 'final_answer') is returned by models like gpt-5.3-codex on assistant message output items and must be preserved when sending follow-up requests. The phase value is available in providerMetadata.openai.phase on text parts and is automatically included on assistant messages sent back to the API.

v3.0.33

Compare Source

Patch Changes
  • 624e651: Added missing model IDs to OpenAIChatModelId, OpenAIResponsesModelId, OpenAIImageModelId, OpenAISpeechModelId, OpenAITranscriptionModelId, and OpenAICompletionModelId types for better autocomplete support.

v3.0.32

Compare Source

Patch Changes
  • 0c9395b: feat(provider/openai): add gpt-5.3-codex

v3.0.31

Compare Source

Patch Changes
  • d5f7312: fix(openai): change web search tool action to be optional

v3.0.30

Compare Source

Patch Changes
  • ff12133: feat(provider/openai): support native skills and hosted shell

v3.0.29

Compare Source

Patch Changes
  • e2ee705: feat: differentiate text vs image input tokens

v3.0.28

Compare Source

Patch Changes

v3.0.27

Compare Source

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

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
  • 1524271: chore: add skill information to README files

v3.0.21

Compare Source

Patch Changes
  • 2c70b90: chore: update provider docs

v3.0.20

Compare Source

Patch Changes

v3.0.19

Compare Source

Patch Changes
  • 04c89b1: Provide Responses API providerMetadata types at the message / reasoning level.

    • Export the following types for use in client code:
      • OpenaiResponsesProviderMetadata
      • OpenaiResponsesReasoningProviderMetadata
      • AzureResponsesProviderMetadata
      • AzureResponsesReasoningProviderMetadata

v3.0.18

Compare Source

Patch Changes

v3.0.17

Compare Source

Patch Changes
  • 4218f86: fix(openai): preserve tool id for apply patch tool

v3.0.16

Compare Source

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

v3.0.15

Compare Source

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

v3.0.14

Compare Source

Patch Changes
  • d21d016: feat(openai): add o4-mini model to OpenAIChatModelId type

v3.0.13

Compare Source

Patch Changes
  • 000fa96: fix(openai): filter duplicate items when passing conversationID

v3.0.12

Compare Source

Patch Changes

v3.0.11

Compare Source

Patch Changes

v3.0.10

Compare Source

Patch Changes

v3.0.9

Compare Source

Patch Changes

v3.0.8

Compare Source

Patch Changes
  • 330bd92: Fix Responses code_interpreter annotations and add typed providerMetadata

    • Align Responses API code_interpreter annotation types with the official spec.
    • Add tests to ensure the overlapping parts of the Zod schemas used by doGenerate and doStream stay in sync.
    • Export the following types for use in client code:
      • OpenaiResponsesTextProviderMetadata
      • OpenaiResponsesSourceDocumentProviderMetadata
      • AzureResponsesTextProviderMetadata
      • AzureResponsesSourceDocumentProviderMetadata

v3.0.7

Compare Source

Patch Changes
  • 89202fb: fix(openai/azure): passing response_format correctly

v3.0.6

Compare Source

Patch Changes
  • dc87517: Fix handling of image-url tool result content type in OpenAI Responses API conversion

v3.0.5

Compare Source

Patch Changes

v3.0.4

Compare Source

Patch Changes

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes
  • e2ee705: feat: differentiate text vs image input tokens

v3.0.1

Compare Source

Patch Changes
  • 04c89b1: Provide Responses API providerMetadata types at the message / reasoning level.

    • Export the following types for use in client code:
      • OpenaiResponsesProviderMetadata
      • OpenaiResponsesReasoningProviderMetadata
      • AzureResponsesProviderMetadata
      • AzureResponsesReasoningProviderMetadata

v3.0.0

Compare Source

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

  • 4920119: fix the "incomplete_details" key from nullable to nullish for openai compatibility

  • 0adc679: feat(provider): shared spec v3

  • 92c6241: feat(openai): additional settings for file search tool

  • 88fc415: feat(openai): add the new provider 'apply_patch' tool

  • 817e601: fix(openai); fix url_citation schema in chat api

  • dae2185: fix(openai): extract meta data from first chunk that contains any

  • 046aa3b: feat(provider): speech model v3 spec

  • f1277fe: feat(provider/openai): send assistant text and tool call parts as reference ids when store: true

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

    Before

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

    After

    model.embeddingModel("my-model-id");
  • 60f4775: fix: remove code for unsuported o1-mini and o1-preview models

  • 9a51b92: support OPENAI_BASE_URL env

  • d64ece9: enables image_generation capabilities in the Azure provider through the Responses API.

  • 2625a04: feat(openai); update spec for mcp approval

  • 2e86082: feat(provider/openai): OpenAIChatLanguageModelOptions type

    import { openai, type OpenAIChatLanguageModelOptions } from "@​ai-sdk/openai";
    import { generateText } from "ai";
    
    await generateText({
      model: openai.chat("gpt-4o"),
      prompt: "Invent a new holiday and describe its traditions.",
      providerOptions: {
        openai: {
          user: "user-123",
        } satisfies OpenAIChatLanguageModelOptions,
      },
    });
  • 0877683: feat(provider/openai): support conversations api

  • d0f1baf: feat(openai): Add support for 'promptCacheRetention: 24h' for gpt5.1 series

  • 831b6cc: feat(openai): adding provider mcp tool for openai

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

  • edc5548: feat(provider/openai): automatically add reasoning.encrypted_content include when store = false

  • 954c356: feat(openai): allow custom names for provider-defined tools

  • 544d4e8: chore(specification): rename v3 provider defined tool to provider tool

  • 77f2b20: enables code_interpreter and file_search capabilities in the Azure provider through the Responses API

  • 0c4822d: feat: EmbeddingModelV3

  • 73d9883: chore(openai): enable strict json by default

  • d2039d7: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs list

  • 88edc28: feat (provider/openai): include more image generation response metadata

  • e8109d3: feat: tool execution approval

  • ed329cb: feat: Provider-V3

  • 3bd2689: feat: extended token usage

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

  • e85fa2f: feat(openai): add sources in web-search actions

  • 423ba08: Set the annotations from the Responses API to doStream

  • 401f561: fix(provider/openai): fix web search tool input types

  • 4122d2a: feat(provider/openai): add gpt-5-codex model id

  • 0153bfa: fix(openai): fix parameter exclusion logic

  • 8dac895: feat: LanguageModelV3

  • 304222e: Add streaming support for apply_patch partial diffs.

  • 23f132b: fix: error schema for Responses API

  • 1d0de66: refactoring(provider/openai): simplify code

  • 000e87b: fix(provider/openai): add providerExecuted flag to tool start chunks

  • 2c0a758: chore(openai): add JSDoc to responses options

  • 1b982e6: feat(openai): preserve file_id when converting file citations

  • b82987c: feat(openai): support openai code-interpreter annotations

  • 457318b: chore(provider,ai): switch to SharedV3Warning and unified warnings

  • b681d7d: feat: expose usage tokens for 'generateImage' function

  • 79b4e46: feat(openai): add 'gpt-5.1' modelID

  • 3997a42: feat(provider/openai): local shell tool

  • 348fd10: fix(openai): treat unknown models as reasoning

  • 9061dc0: feat: image editing

  • fe49278: feat(provider/openai): only send item references for reasoning when store: true

  • cb4d238: The built in Code Interpreter tool input code is streamed in tool-input-<start/delta/end> chunks.

  • 357cfd7: feat(provider/openai): add new model IDs gpt-image-1-mini, gpt-5-pro, gpt-5-pro-2025-10-06

  • 38a4035: added support for external_web_access parameter on web_search tool

  • 40d5419: feat(openai): add o3-deep-research and o4-mini-deep-research models

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

  • 2b0caef: feat(provider/openai): preview image generation results

  • b60d2e2: fix(openai): allow open_page action type url to be nullish

  • fd47df5: fix(openai): revised_prompt sometimes returns null, causing errors

  • 4616b86: chore: update zod peer depenedency version

  • 7756857: fix(provider/openai): add truncation parameter support for Responses API

  • cad6445: feat(openai); adding OpenAI's new shell tool

  • 64aa48f: Azure OpenAI enabled web-search-preview

  • 0b9fdd5: fix(provider/openai): end reasoning parts earlier

  • 61c52dc: feat (provider/openai): add gpt-image-1.5 model support

  • ef739fa: fix(openai): refactor apply-patch tool

  • 3220329: fix openai responses input: process all provider tool outputs (shell/apply_patch) so parallel tool results aren’t dropped and apply_patch outputs are forwarded.

  • d270a5d: chore(openai): update tests for apply-patch tool to use snapshots

  • f18ef7f: feat(openai): add gpt-5.2 models

  • 21e20c0: feat(provider): transcription model v3 spec

  • 522f6b8: feat: ImageModelV3

  • 484aa93: Add 'default' as service tier

  • 88574c1: Change isReasoningModel detection from blocklist to allowlist and add override option

  • 68c6187: feat(provider/openai): support file and image tool results

  • 3794514: feat: flexible tool output content support

  • cbf52cd: feat: expose raw finish reason

  • 10c1322: fix: moved dependency @ai-sdk/test-server to devDependencies

  • 5648ec0: Add GPT-5.2 support for non-reasoning parameters (temperature, topP, logProbs) when reasoningEffort is none.

  • 78f813e: fix(openai): allow temperature etc setting when reasoning effort is none for gpt-5.1

  • 40dc7fa: fix(openai): change find action type to find_in_page action type

  • 0273b74: fix(openai): add support for sources type 'api'

  • 5bf101a: feat(provider/openai): add support for OpenAI xhigh reasoning effort

  • 1bd7d32: feat: tool-specific strict mode

  • d86b52f: distinguish between OpenAI and Azure in Responses API providerMetadata

  • 95f65c2: chore: load zod schemas lazily

  • 59561f8: fix(openai); fix url_citation schema in chat api

  • Updated dependencies

v2.0.106

Compare Source

Patch Changes
  • 3a7454a: chore(provider/openai): add type for image model options for type-safe processing

v2.0.105

Compare Source

Patch Changes

v2.0.104

Compare Source

Patch Changes

v2.0.103

Compare Source

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

v2.0.102

Compare Source

Patch Changes

v2.0.101

Compare Source

Patch Changes
  • 316517c: Add gpt-5.4-mini, gpt-5.4-mini-2026-03-17, gpt-5.4-nano, and gpt-5.4-nano-2026-03-17 models.

v2.0.100

Compare Source

Patch Changes
  • 216151a: fix(provider/openai): drop reasoning parts without encrypted content when store: false

v2.0.99

Compare Source

Patch Changes
  • 0aab803: feat(provider/openai): add gpt-5.3-chat-latest

v2.0.98

Compare Source

Patch Changes
  • 392dc94: feat(provider/openai): add GPT-5.4 model support

v2.0.97

Compare Source

Patch Changes

v2.0.96

Compare Source

Patch Changes
  • e867b5c: Support phase parameter on Responses API message items. The phase field ('commentary' or 'final_answer') is returned by models like gpt-5.3-codex on assistant message output items and must be preserved when sending follow-up requests. The phase value is available in providerMetadata.openai.phase on text parts and is automatically included on assistant messages sent back to the API.

v2.0.95

Compare Source

Patch Changes
  • b08351e: fix(openai): allow null/undefined type in streaming tool call deltas

    Azure AI Foundry and Mistral deployed on Azure omit the type field in
    streaming tool_calls deltas. The chat stream parser now accepts a missing
    type field (treating it as "function") instead of throwing
    InvalidResponseDataError: Expected 'function' type.

    Fixes #​12770

v2.0.94

Compare Source

Patch Changes
  • 42815ac: feat(provider/openai): add gpt-5.3-codex

v2.0.93

Compare Source

Patch Changes
  • fa64d70: fix(openai): change web search tool action to be optional

v2.0.92

Compare Source

Patch Changes
  • c680a01: fix(openai): add changeset and tests for per-image usage metadata

v2.0.91

Compare Source

Patch Changes
  • 6a0adb7: feat: differentiate text vs image input tokens

v2.0.90

Compare Source

Patch Changes

v2.0.89

Compare Source

Patch Changes

v2.0.88

Compare Source

Patch Changes
  • 2352cdf: feat (provider/openai): add gpt-image-1.5 model support

v2.0.87

Compare Source

Patch Changes
  • 72d76cc: Add GPT-5.2 support for non-reasoning parameters (temperature, topP, logProbs) when reasoningEffort is none.

v2.0.86

Compare Source

Patch Changes
  • a909bcf: fix(openai); fix url_citation schema in chat api

v2.0.85

Compare Source

Patch Changes
  • e79430b: fix(openai): change find action type to find_in_page action type

v2.0.84

Compare Source

Patch Changes
  • 041a4fc: feat(openai): add gpt-5.2 models

v2.0.83

Compare Source

Patch Changes
  • edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs list

v2.0.82

Compare Source

Patch Changes
  • e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effort

v2.0.81

Compare Source

Patch Changes

v2.0.80

Compare Source

Patch Changes
  • 707a163: feat(openai): additional settings for file search tool

v2.0.79

Compare Source

Patch Changes
  • 5b6aa88: fix(openai): fix parameter exclusion logic

v2.0.78

Compare Source

Patch Changes
  • e245b61: fix(openai): allow temperature etc setting when reasoning effort is none for gpt-5.1

v2.0.77

Compare Source

Patch Changes
  • 31f6c20: fix(openai): allow open_page action type url to be nullish

v2.0.76

Compare Source

Patch Changes
  • 61545c4: feat (provider/openai): include more image generation response metadata

v2.0.75

Compare Source

Patch Changes
  • 1c7ff4a: distinguish between OpenAI and Azure in Responses API providerMetadata

v2.0.74

Compare Source

Patch Changes

v2.0.73

Compare Source

Patch Changes
  • 2e2fd83: refactoring(provider/openai): simplify code

[v2.0.72](https://redirect.github.com/vercel/ai/releases/tag/%40

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Dec 22, 2025

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

Project Deployment Actions Updated (UTC)
book-cook Error Error May 28, 2026 2:50am

@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 1ae32bd to 9cdf7b2 Compare December 23, 2025 17:40
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 9cdf7b2 to 21baf67 Compare December 30, 2025 21:33
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 21baf67 to 846bac0 Compare January 5, 2026 21:13
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 846bac0 to de7bf34 Compare January 6, 2026 14:12
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from de7bf34 to f7a1f6e Compare January 6, 2026 16:58
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from f7a1f6e to be44c3f Compare January 6, 2026 21:09
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from be44c3f to 703b128 Compare January 12, 2026 13:11
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 703b128 to 86ff1b5 Compare January 13, 2026 23:58
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 86ff1b5 to 2f0543a Compare January 14, 2026 18:01
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 2f0543a to 838ad85 Compare January 15, 2026 13:39
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 838ad85 to 654ab92 Compare January 16, 2026 05:57
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 654ab92 to 3301337 Compare January 20, 2026 21:48
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from e2e73d8 to d261364 Compare January 29, 2026 21:50
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from d261364 to 640b016 Compare February 1, 2026 01:43
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 640b016 to 018d247 Compare February 1, 2026 15:12
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 018d247 to 3731b13 Compare February 6, 2026 22:13
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 3731b13 to fe9c35d Compare February 11, 2026 22:07
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from fe9c35d to 71fb62d Compare February 12, 2026 22:48
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 71fb62d to 5cd83af Compare February 13, 2026 21:08
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 5cd83af to 2b664f2 Compare February 18, 2026 19:45
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 2b664f2 to 3919e3d Compare February 23, 2026 23:18
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 3919e3d to fab657b Compare February 24, 2026 21:15
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from fab657b to a943b81 Compare February 26, 2026 03:38
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from a943b81 to 584b28d Compare February 26, 2026 17:51
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 584b28d to 536bc20 Compare February 26, 2026 21:50
@renovate renovate Bot force-pushed the renovate/ai-sdk-openai-3.x branch from 536bc20 to 61ca802 Compare February 28, 2026 09:37
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 28, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
warning Resolution field "string-width@8.1.0" is incompatible with requested version "string-width@^7.0.0"
warning @ducanh2912/next-pwa > workbox-build > glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning @ducanh2912/next-pwa > workbox-webpack-plugin > workbox-build > glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning @ducanh2912/next-pwa > workbox-build > source-map@0.8.0-beta.0: The work that was done in this beta branch won't be included in future versions
warning @ducanh2912/next-pwa > workbox-webpack-plugin > workbox-build > source-map@0.8.0-beta.0: The work that was done in this beta branch won't be included in future versions
warning @ducanh2912/next-pwa > workbox-build > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning @ducanh2912/next-pwa > workbox-build > @rollup/plugin-replace > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
warning next@15.3.6: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/security-update-2025-12-11 for more details.
warning next-auth > uuid@8.3.2: uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
warning @storybook/nextjs > @storybook/builder-webpack5 > webpack-dev-middleware > memfs@3.6.0: this will be v4
warning @storybook/nextjs > @storybook/builder-webpack5 > fork-ts-checker-webpack-plugin > memfs@3.6.0: this will be v4
warning @storybook/nextjs > @storybook/preset-react-webpack > @storybook/react-docgen-typescript-plugin > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning @storybook/nextjs > @storybook/preset-react-webpack > @storybook/react-docgen-typescript-plugin > flat-cache > rimraf > glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning Resolution field "string-width@8.1.0" is incompatible with requested version "string-width@^4.2.3"
warning jest > jest-cli > jest-config > glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning jest > @jest/core > @jest/reporters > glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning Resolution field "wrap-ansi@9.0.0" is incompatible with requested version "wrap-ansi@^7.0.0"
warning Resolution field "string-width@8.1.0" is incompatible with requested version "string-width@^4.2.0"
warning jest > @jest/core > jest-runtime > glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning Resolution field "wrap-ansi@9.0.0" is incompatible with requested version "wrap-ansi@^8.1.0"
warning Resolution field "string-width@8.1.0" is incompatible with requested version "string-width@^5.1.2"
warning Resolution field "string-width@8.1.0" is incompatible with requested version "string-width@^4.1.0"
warning jest > @jest/core > @jest/transform > babel-plugin-istanbul > test-exclude > glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning jest-environment-jsdom > jsdom > whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation
warning jest-environment-jsdom > jsdom > html-encoding-sniffer > whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation
warning renovate@42.99.0: Renovate versions older than the latest major version are unsupported
warning renovate > @aws-sdk/client-ec2@3.958.0: upgrade to @aws-sdk/client-ec2 v3.989.0+ for a serialization fix. Info at https://github.com/aws/aws-sdk-js-v3/pull/7734.
warning renovate > bunyan > mv > rimraf@2.4.5: Rimraf versions prior to v4 are no longer supported
warning renovate > bunyan > mv > rimraf > glob@6.0.4: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning renovate > bunyan > mv > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning renovate > global-agent > boolean@3.2.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning renovate > global-agent > roarr > boolean@3.2.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning renovate > @yarnpkg/core > tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning renovate > @opentelemetry/resource-detector-gcp > gcp-metadata > gaxios > uuid@9.0.1: uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
warning renovate > conventional-commits-detector > git-raw-commits@2.0.11: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead.
warning renovate > better-sqlite3 > prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
warning renovate > git-url-parse > git-up > parse-url > @types/parse-path@7.1.0: This is a stub types definition. parse-path provides its own type definitions, so you do not need this installed.
warning renovate > google-auth-library > gaxios > node-fetch > fetch-blob > node-domexception@1.0.0: Use your platform's native DOMException instead
error mute-stream@4.0.0: The engine "node" is incompatible with this module. Expected version "^22.22.2 || ^24.15.0 || >=26.0.0". Got "22.14.0"
error Found incompatible module.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant