Skip to content

fix(deps): update dependency @ai-sdk/google to v3#253

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

fix(deps): update dependency @ai-sdk/google to v3#253
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-google-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/google (source) ^1.2.8^3.0.0 age confidence

Release Notes

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

v3.0.80

Compare Source

Patch Changes
  • f62ffe0: fix(google): auto-inject skip_thought_signature_validator for Gemini 3 tool-call replays without a signature

    Gemini 3 models reject requests when an assistant functionCall part lacks a thoughtSignature with HTTP 400 "Function call is missing a thought_signature in functionCall parts." This is easy to hit when application code persists/serializes messages and drops providerOptions.google.thoughtSignature (custom DB schemas, useChat server routes that rebuild messages, synthetic tool-call injection).

    The provider now detects this case (Gemini 3 model + missing signature under google, googleVertex, and vertex namespaces) and injects the documented skip_thought_signature_validator sentinel into the outbound functionCall, plus surfaces a one-shot warning per request listing the affected tool names so the developer can find and fix the upstream serialization. Non-Gemini-3 models are unaffected, and real signatures take precedence when present.

v3.0.79

Compare Source

Patch Changes
  • cfa0cb2: feat(provider/google): support Google search grounding when using generateImage with Gemini

v3.0.78

Compare Source

Patch Changes
  • cf63828: fix(google): read serviceTier from usageMetadata.serviceTier in both generate and stream paths

    The previous implementation read serviceTier from the x-gemini-service-tier
    response header, which is only populated on non-streaming responses. Gemini
    streaming includes the value in usageMetadata.serviceTier on every chunk, so
    providerMetadata.google.serviceTier was always null for streams. Read from
    usageMetadata for both paths instead.

v3.0.77

Compare Source

Patch Changes
  • 0f9f9bf: feat(google): read serviceTier from x-gemini-service-tier response header in Gemini API and use PayGo for Vertex

v3.0.75

Compare Source

Patch Changes
  • ab15576: feat(google): update Interactions API implementation to cater for upstream breaking changes coming May 26

v3.0.74

Compare Source

Patch Changes
  • 3ca0daa: fix(provider/google): support functionCall.id when returned by Gemini API and provide matching functionResponse.id

v3.0.73

Compare Source

Patch Changes
  • bb1eb98: feat(google): add fileData support to embedding model

v3.0.72

Compare Source

Patch Changes
  • b3642fe: feat(provider/google): support cancelling long-running Interactions API agents via AbortSignal, and process their intermittent stream

v3.0.71

Compare Source

Patch Changes
  • 59530cf: fix(google): emit Vertex no-args streaming tool calls and preserve thoughtSignature

    Vertex emits a no-args function call as a single chunk shaped { functionCall: { name: 'X' } } with no args, no partialArgs, and no willContinue. The streaming parser had no branch for this shape, so the call was dropped along with any thoughtSignature it carried. For Gemini 3 thinking models this caused the next multi-turn step to 400 with missing thought_signature. The unary (doGenerate) path had the same drop.

    Both paths now emit the call as a complete tool call with '{}' input and propagate thoughtSignature provider metadata.

    Fixes #​14847.

v3.0.70

Compare Source

Patch Changes
  • 4f3f564: fix(provider/google): fix lack of image consistency when using Interactions API in stateless mode

v3.0.68

Compare Source

Patch Changes
  • e0f8c9e: feat(provider/google): add support for the Gemini Interactions API

v3.0.67

Compare Source

Patch Changes

v3.0.66

Compare Source

Patch Changes

v3.0.65

Compare Source

Patch Changes

v3.0.64

Compare Source

Patch Changes
  • 71c52e0: chore(provider/google): update available models

v3.0.63

Compare Source

Patch Changes
  • 1e1a5ab: fix(google): fix serviceTier to be correctly formatted for Vertex API

v3.0.62

Compare Source

Patch Changes
  • 46a3584: fix(google-vertex): don't send streamFunctionCallArguments for unary API calls and change default to false

v3.0.61

Compare Source

Patch Changes
  • 03a04f6: feat(google-vertex): add support for streaming tool arguments input

v3.0.60

Compare Source

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

v3.0.59

Compare Source

Patch Changes

v3.0.58

Compare Source

Patch Changes
  • f20ba77: feat(provider/google): preserve per-modality token details in usage data

v3.0.57

Compare Source

Patch Changes
  • 0f2b2f1: fix(provider/google): fix Gemini service tier enum after upstream update

v3.0.56

Compare Source

Patch Changes

v3.0.55

Compare Source

Patch Changes
  • bdde9d4: feat(provider/google): support combining built-in tools with function calling on Gemini 3

v3.0.54

Compare Source

Patch Changes
  • 4e22c2c: feat(provider/google): add support for service tier parameter

v3.0.53

Compare Source

Patch Changes
  • 2e5adff: chore(provider/google): remove obsolete Google image model

v3.0.52

Compare Source

Patch Changes
  • 055cd68: fix: publish v6 to latest npm dist tag

  • 47114a3: feat(provider/google): Add multimodal tool-result support for Google function responses.

    Tool results with output.type = 'content' now map media parts into
    functionResponse.parts for Google models, including image-data,
    file-data, and base64 data: URLs in URL-style content parts.
    Remote HTTP(S) URLs in URL-style tool-result parts are not supported.

  • Updated dependencies [055cd68]

v3.0.51

Compare Source

Patch Changes
  • 8901054: feat(google): add new finishMessage field in providerMetadata

v3.0.50

Compare Source

Patch Changes
  • 5ffb1ad: feat(provider/google): add gemini-embedding-2-preview and fix multimodal embedding support with embedMany

v3.0.49

Compare Source

Patch Changes
  • 85f4bb4: fix(provider/google): correct JSDoc for multimodal embedding content option

v3.0.48

Compare Source

Patch Changes
  • 35c46d1: feat(provider/google): support multimodal content parts in embedding provider options

v3.0.47

Compare Source

Patch Changes
  • 9d46b93: fix(provider/google): correctly mark reasoning files as such and fix related multi-turn errors

v3.0.46

Compare Source

Patch Changes

v3.0.45

Compare Source

Patch Changes
  • e2a59ef: fix(provider/google): preserve groundingMetadata and urlContextMetadata when they arrive in a stream chunk before the finishReason chunk

v3.0.44

Compare Source

Patch Changes
  • 45d71c3: fix(google): use VALIDATED function calling mode when any tool has strict:true

v3.0.43

Compare Source

Patch Changes
  • 7ba09a4: Fix gateway failover losing thoughtSignature when failing over from Vertex to Google AI Studio. The Google provider now falls back to checking the vertex namespace for thoughtSignature, matching the existing Vertex-to-Google fallback behavior.

v3.0.42

Compare Source

Patch Changes

v3.0.41

Compare Source

Patch Changes

v3.0.40

Compare Source

Patch Changes
  • 89d8b45: fix(google): make urlMetadata optional in urlContextMetadata schema

v3.0.39

Compare Source

Patch Changes
  • 2565e70: feat(google): add support for image search, replace obsolete google_search_retrieval implementation

v3.0.38

Compare Source

Patch Changes
  • 2291047: fix(ai): fix missing support for image thought signatures (e.g. for Gemini image models)

v3.0.37

Compare Source

Patch Changes
  • 10bec50: feat(provider/google): add gemini-3.1-flash-lite-preview

v3.0.36

Compare Source

Patch Changes

v3.0.35

Compare Source

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

v3.0.34

Compare Source

Patch Changes

v3.0.33

Compare Source

Patch Changes
  • 1ece97a: feat(provider/google): add support for new Google image model aspect ratios and sizes

v3.0.32

Compare Source

Patch Changes
  • 45f0a7f: feat(provider/google): add support for gemini-3.1-flash-image-preview

v3.0.31

Compare Source

Patch Changes
  • 2fa3ca8: Added missing model IDs to GoogleGenerativeAIModelId and GoogleGenerativeAIVideoModelId types for better autocomplete support.

v3.0.30

Compare Source

Patch Changes
  • 765b013: feat(provider/google): add support for gemini-3.1-pro-preview

v3.0.29

Compare Source

Patch Changes

v3.0.28

Compare Source

Patch Changes
  • 5a307f5: feat(provider/google-vertex): allow using Gemini image models with generateImage

v3.0.27

Compare Source

Patch Changes
  • 051361b: fix(vertex): add fallback for providerOptions keyname

v3.0.26

Compare Source

Patch Changes
  • 4c27179: feat(google): allow using Gemini image models with generateImage

v3.0.25

Compare Source

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

v3.0.24

Compare Source

Patch Changes
  • 3b3e32f: fix(google): handle thoughtSignature on empty-text parts in doGenerate and doStream

v3.0.23

Compare Source

Patch Changes
  • ba98c56: fix(google): make codeExecutionResult.output optional in response schema

    Gemini 3 Flash omits the output field in codeExecutionResult when code execution produces no text output (e.g., only saves files). The Zod response schema now accepts a missing output field and defaults it to an empty string.

v3.0.22

Compare Source

Patch Changes

v3.0.21

Compare Source

Patch Changes
  • ae30443: fix(google): remove shut down gemini-2.5-flash-image-preview

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

v3.0.16

Compare Source

Patch Changes
  • 97b3ebb: fix (provider/google): make segment optional in groundingSupports schema

    The Google Generative AI API sometimes returns grounding supports without a segment field. This change makes the segment field optional to handle these responses correctly.

v3.0.15

Compare Source

Patch Changes
  • 2c70b90: chore: update provider docs

v3.0.14

Compare Source

Patch Changes

v3.0.13

Compare Source

Patch Changes

v3.0.12

Compare Source

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

v3.0.11

Compare Source

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

v3.0.10

Compare Source

Patch Changes

v3.0.9

Compare Source

Patch Changes

v3.0.8

Compare Source

Patch Changes

v3.0.7

Compare Source

Patch Changes

v3.0.6

Compare Source

Patch Changes
  • 2043612: fix(google): parse structured output when using google provider tools

v3.0.5

Compare Source

Patch Changes
  • 3be4d81: Add file support for Gemini 3 models

v3.0.4

Compare Source

Patch Changes
  • 7ba09a4: Fix gateway failover losing thoughtSignature when failing over from Vertex to Google AI Studio. The Google provider now falls back to checking the vertex namespace for thoughtSignature, matching the existing Vertex-to-Google fallback behavior.

v3.0.3

Compare Source

Patch Changes
  • 2565e70: feat(google): add support for image search, replace obsolete google_search_retrieval implementation

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

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

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

  • 9be07c8: feat(google): thinking_level option for Gemini 3

  • fd788ce: fix(provider/google): preserve nested empty object schemas and descriptions in tool parameters

  • 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

  • 7728ac5: The mediaResolution option has been added and is now passed to the Google API.

  • 9a728c8: support latest gemini model id

  • 32a6c13: Add Google Maps grounding tool support for location-aware Gemini responses

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

  • e300a3b: Fixed Zod validation error when using google.tools.fileSearch(). The Google File Search API returns fileSearchStore instead of uri in retrievedContext. Updated extractSources() function to handle both the old format (Google Search with uri) and new format (File Search with fileSearchStore), maintaining backward compatibility while preventing validation errors. Also fixed title handling to use undefined for URL sources and 'Unknown Document' for document sources.

  • 218bba1: fix(google): use dynamic providerOptionsName when retrieving thoughtSignature in convertToGoogleGenerativeAIMessages

    When using @​ai-sdk/google-vertex provider with Gemini thinking models, multi-step tool calls would fail with "function call is missing a thought_signature" error. This was because thoughtSignature was stored under providerOptions.vertex but retrieved using hardcoded providerOptions.google. This fix passes providerOptionsName to convertToGoogleGenerativeAIMessages and uses it dynamically.

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

  • 0b92881: Add Google Vertex RAG Engine grounding provider tool

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

  • 0c4822d: feat: EmbeddingModelV3

  • f8c981f: Fix adding google search along with url context in vertex ai

  • 6078060: fix(provider/google): remove includethoughts warning

  • bb28cac: Change streamText loop to merge file part processing into main parts loop

  • fff8d59: feat(provider/google): Add support for the imageSize provider option

  • 1742445: Support for custom provider name in google and anthropic providers

  • e8109d3: feat: tool execution approval

  • ed329cb: feat: Provider-V3

  • 3bd2689: feat: extended token usage

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

  • 9b17031: Improve error message when mixing function tools with provider-defined tools to clarify fallback behavior and list ignored function tools

  • 8dac895: feat: LanguageModelV3

  • ee50cc5: fix(provider/google): lazy schema loading

    import time improved by 12.5% (22.3ms ➡️ 19.5ms)

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

  • 0ad470b: feat(provider/google): add enterpriseWebSearch tool

  • db913bd: fix(google): add thought signature to gemini 3 pro image parts

  • 9061dc0: feat: image editing

  • 8370068: fix(provider/google): preserve thoughtSignature through tool execution

  • ee8cd23: fix(vertex): allow 'vertex' as a key for providerOptions

  • 7dea60e: add promptFeedback outputs

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

  • 8ee8edc: Prepare search tool for gemini-3-pro-preview

  • 2825757: Add Google File search tool

  • 4616b86: chore: update zod peer depenedency version

  • 33d9327: add gemini-3-pro-preview and gemini-3-pro-image-preview model IDs

  • 0cfae4c: feat(vertex): support 'trafficType' in provider usageMetadata

  • 09ba2dd: Support imageConfig.aspectRatio configuration for Gemini models

  • 32a8c82: feat: add gemini 3 pro

  • 166b6d7: fix(provider/google): preserve nested empty object schemas in tool parameters to fix "property is not defined" validation errors when using required properties with empty object types

  • 522f6b8: feat: ImageModelV3

  • 599a97f: fix: update gemini 3 model id

  • 49e2b6a: fix(google): return request as object

  • 3794514: feat: flexible tool output content support

  • cbf52cd: feat: expose raw finish reason

  • 870297d: feat(google): gemini-3-flash

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

  • c8003fb: fix(@​ai-sdk/google): Make title field optional in grounding metadata schema

  • 4d2e88e: fix(google,google-vertex): update known model IDs

  • e833473: chore (provider/google): Add preview modelIds for gemini 2.5 flash and lite

  • Updated dependencies

v2.0.74

Compare Source

Patch Changes
  • 00a1e93: feat(provider/google): add gemini-3.5-flash

v2.0.73

Compare Source

Patch Changes
  • f081ba8: fix(provider/google): support functionCall.id when returned by Gemini API and provide matching functionResponse.id

v2.0.72

Compare Source

Patch Changes

v2.0.71

Compare Source

Patch Changes

v2.0.70

Compare Source

Patch Changes
  • 5543cd1: Add AI Gateway hint to provider READMEs
  • 6eeeb6f: fix(google): use VALIDATED function calling mode when any tool has strict:true

v2.0.69

Compare Source

Patch Changes
  • bfaafad: chore(provider/google): update available models

v2.0.68

Compare Source

Patch Changes
  • 4c10694: fix(google): fix serviceTier to be correctly formatted for Vertex API

v2.0.67

Compare Source

Patch Changes
  • 84bbfee: feat(provider/google): preserve per-modality token details in usage data

v2.0.66

Compare Source

Patch Changes
  • d634323: fix(provider/google): fix Gemini service tier enum after upstream update

v2.0.65

Compare Source

Patch Changes

v2.0.64

Compare Source

Patch Changes
  • fd3f1d3: feat(provider/google): add support for service tier parameter

v2.0.63

Compare Source

Patch Changes
  • 7655bcf: feat(provider/google): Add multimodal tool-result support for Google function responses.

    Tool results with output.type = 'content' now map media parts into
    functionResponse.parts for Google models, including image-data,
    file-data, and base64 data: URLs in URL-style content parts.
    Remote HTTP(S) URLs in URL-style tool-result parts are not supported.

v2.0.62

Compare Source

Patch Changes
  • a608d48: feat(provider/google): add gemini-embedding-2-preview and fix multimodal embedding support with embedMany

v2.0.61

Compare Source

Patch Changes
  • 3399b61: feat(provider/google): support multimodal content parts in embedding provider options

v2.0.60

Compare Source

Patch Changes
  • 3f0102b: fix(provider/google): make segment optional in groundingSupports schema

    Backport of #​12002. When using image search grounding, the Google API returns groundingSupports entries without a segment field, causing schema validation to fail with "Invalid JSON response".

v2.0.59

Compare Source

Patch Changes
  • 8cf6b86: fix(provider/google): preserve groundingMetadata and urlContextMetadata when they arrive in a stream chunk before the finishReason chunk

v2.0.58

Compare Source

Patch Changes

v2.0.57

Compare Source

Patch Changes
  • 4dda2a3: feat(google): add support for image search, replace obsolete google_search_retrieval implementation

v2.0.56

Compare Source

Patch Changes
  • a1c0208: feat(provider/google): add support for new Google image model aspect ratios and sizes

v2.0.55

Compare Source

Patch Changes
  • 3749ed6: feat(provider/google): add support for gemini-3.1-flash-image-preview

v2.0.54

Compare Source

Patch Changes
  • 5e921ed: feat(provider/google): add support for gemini-3.1-pro-preview

v2.0.53

Compare Source

Patch Changes

v2.0.52

Compare Source

Patch Changes

v2.0.51

Compare Source

Patch Changes
  • cbc2dba: fix(provider/google): preserve nested empty object schemas and descriptions in tool parameters

v2.0.50

Compare Source

Patch Changes
  • 7c30c1d: fix(provider/google): preserve nested empty object schemas in tool parameters to fix "property is not defined" validation errors when using required properties with empty object types

v2.0.49

Compare Source

Patch Changes
  • 3ea80e7: feat(provider/google): add enterpriseWebSearch tool

v2.0.48

Compare Source

Patch Changes
  • 1bcc2d7: feat(google): gemini-3-flash

v2.0.47

Compare Source

Patch Changes
  • 0e182c5: Add Google Maps grounding tool support for location-aware Gemini responses

v2.0.46

Compare Source

Patch Changes

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 27, 2026 11:12pm

@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 2187258 to 6b96eb1 Compare December 23, 2025 17:40
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 6b96eb1 to 22d7981 Compare December 30, 2025 21:32
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 22d7981 to e67cc8a Compare January 5, 2026 21:13
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from e67cc8a to ba06dd4 Compare January 6, 2026 14:12
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from ba06dd4 to 0feb481 Compare January 6, 2026 21:09
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 0feb481 to 10d16ef Compare January 7, 2026 16:42
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 10d16ef to b872123 Compare January 13, 2026 23:58
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from b872123 to ddff961 Compare January 14, 2026 18:01
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from ddff961 to 1ef8725 Compare January 15, 2026 10:50
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 1ef8725 to d543e93 Compare January 16, 2026 05:56
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from d543e93 to 46ff582 Compare January 22, 2026 16:33
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 46ff582 to 67df8e1 Compare January 27, 2026 16:12
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 8613420 to aa5c839 Compare February 4, 2026 21:49
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from aa5c839 to d6a7c4d Compare February 6, 2026 22:13
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from d6a7c4d to 8cc3e44 Compare February 9, 2026 17:55
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 8cc3e44 to ca7b2e0 Compare February 11, 2026 01:02
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from ca7b2e0 to 2d74238 Compare February 11, 2026 22:07
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 2d74238 to 46f31e1 Compare February 12, 2026 19:50
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 46f31e1 to 335084b Compare February 12, 2026 22:47
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 335084b to 9eddf8b Compare February 19, 2026 18:37
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 9eddf8b to 34362fc Compare February 25, 2026 02:48
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 34362fc to ba9e1fc Compare February 26, 2026 17:51
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from ba9e1fc to ecfa5cf Compare February 26, 2026 21:50
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from ecfa5cf to ad22d28 Compare February 28, 2026 09:36
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from ad22d28 to 10655e8 Compare March 2, 2026 21:57
@renovate renovate Bot force-pushed the renovate/ai-sdk-google-3.x branch from 10655e8 to 22c71ce Compare March 3, 2026 01:15
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 27, 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 > 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@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 > 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 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 jest > @jest/core > 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-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 "string-width@8.1.0" is incompatible with requested version "string-width@^4.2.3"
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/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 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-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 > @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