Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 22 updates - #253

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-6079465df9
Open

chore(deps): bump the production-dependencies group across 1 directory with 22 updates#253
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-6079465df9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 18 updates in the / directory:

Package From To
@ai-sdk/anthropic 3.0.82 3.0.103
@ai-sdk/google 3.0.80 3.0.102
@ai-sdk/openai 3.0.69 3.0.89
@aws-sdk/client-s3 3.1066.0 3.1097.0
@nuxtjs/i18n 10.4.0 10.5.0
@nuxtjs/mdc 0.21.1 0.22.2
@opentelemetry/api-logs 0.219.0 0.221.0
@opentelemetry/exporter-logs-otlp-http 0.219.0 0.221.0
@opentelemetry/resources 2.8.0 2.10.0
@opentelemetry/sdk-logs 0.219.0 0.221.0
@posthog/nuxt 1.7.73 1.7.81
@tailwindcss/vite 4.3.0 4.3.3
ai 6.0.201 6.0.237
better-sqlite3 12.10.0 12.11.1
nodemailer 9.0.1 9.0.3
nuxt 4.4.8 4.5.1
resend 6.12.4 6.18.1
stripe 22.2.2 22.3.2

Updates @ai-sdk/anthropic from 3.0.82 to 3.0.103

Release notes

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

@​ai-sdk/openai@​3.0.89

Patch Changes

  • 23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.
Changelog

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

3.0.103

Patch Changes

  • 7865a71: fix(anthropic): report thinking tokens as reasoning token usage

3.0.102

Patch Changes

  • b4c4426: feat (provider/anthropic): support fallbacks 'default' mode, which routes safety classifier refusals to Anthropic's recommended fallback model (adds the server-side-fallback-2026-07-01 beta automatically)
  • b4c4426: feat (provider/anthropic): support mid-conversation tool changes via the toolChanges system message provider option, emitting tool_addition/tool_removal content blocks and the mid-conversation-tool-changes-2026-07-01 beta
  • b4c4426: feat (provider/anthropic): add claude-opus-5 model id with frontier-tier capabilities (128k output tokens, structured output, adaptive thinking, xhigh effort, sampling parameter rejection, thinking-disabled only at effort high or below)

3.0.101

Patch Changes

  • 0608dca: fix (provider/anthropic): use current-generation capability defaults for unrecognized Claude model IDs while retaining conservative defaults for legacy Claude and non-Claude models.

3.0.100

Patch Changes

  • b7afc80: Warn when an unknown model uses the default 4096 max output token limit.

3.0.99

Patch Changes

  • db8cff6: fix(amazon-bedrock): sanitize unsupported JSON Schema constraints in native Anthropic structured output
  • 94d0f86: fix(provider/anthropic): warn when parallel tool use is requested with JSON tool structured output

3.0.98

Patch Changes

  • 10366a2: fix(provider/anthropic): preserve web search citations when replaying assistant messages
  • Updated dependencies [19093fd]
    • @​ai-sdk/provider-utils@​4.0.40

3.0.97

Patch Changes

  • Updated dependencies [06fb54c]
    • @​ai-sdk/provider-utils@​4.0.39

3.0.96

... (truncated)

Commits
  • 909df02 Version Packages (#17927)
  • 7865a71 backport: fix(anthropic): report thinking tokens as reasoning token usage (#1...
  • f6ac6a2 Version Packages (#17910)
  • b4c4426 feat(anthropic): opus 5 (#17905)
  • 07edaea Version Packages (#17825)
  • 0608dca [v6.0] fix: incorrect capability defaults for unrecognized Claude model IDs (...
  • f53b627 Version Packages (#17650)
  • b7afc80 [v6.0] fix: surface the implicit output token limit for unknown Anthropic mod...
  • 20e2395 Version Packages (#17552)
  • db8cff6 [v6.0] fix: prevent Bedrock native structured output from forwarding unsuppor...
  • Additional commits viewable in compare view

Updates @ai-sdk/google from 3.0.80 to 3.0.102

Release notes

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

@​ai-sdk/openai@​3.0.89

Patch Changes

  • 23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.
Changelog

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

3.0.102

Patch Changes

  • e728a98: Forward topK through Google Interactions requests and warn when unsupported frequency or presence penalties are provided.

3.0.101

Patch Changes

  • 326887b: fix(google): omit unsupported function call IDs

3.0.100

Patch Changes

  • dae771a: feat(provider/google): default unknown Gemini model IDs to the newest supported capabilities

3.0.99

Patch Changes

  • 2886d22: Avoid missing thought-signature warnings and skip-validator injection for valid unsigned Gemini 3 parallel function calls in the same model response.

3.0.98

Patch Changes

  • a09f944: feat(google): add gemini-3.6-flash and gemini-3.5-flash-lite models

3.0.97

Patch Changes

  • a6cb3c1: fix(provider/google): surface Gemini responseId as response-metadata (stream) and response.id (generate)

3.0.96

Patch Changes

  • 0d51472: fix(provider/google): associate multiple code execution results with their tool call

3.0.95

Patch Changes

  • Updated dependencies [19093fd]
    • @​ai-sdk/provider-utils@​4.0.40

3.0.94

... (truncated)

Commits
  • 98d8c43 Version Packages (#18028)
  • e728a98 [v6.0] fix: preserve sampling-option behavior in Google Interactions (#18026)
  • ac40b4e Version Packages (#17918)
  • 326887b Backport: fix(google): omit unsupported function call IDs (#17911)
  • 07edaea Version Packages (#17825)
  • dae771a [v6.0] feat: use forward-compatible capability defaults for unknown Google Ge...
  • f53b627 Version Packages (#17650)
  • 2886d22 [v6.0] fix: prevent warnings and skip-validator injection for valid Gemini 3 ...
  • 95c9e8d Version Packages (#17604)
  • a09f944 backport (v6): feat(google): add gemini-3.6-flash and `gemini-3.5-flash-lit...
  • Additional commits viewable in compare view

Updates @ai-sdk/openai from 3.0.69 to 3.0.89

Release notes

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

@​ai-sdk/openai@​3.0.89

Patch Changes

  • 23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.
Changelog

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

3.0.89

Patch Changes

  • 23632b1: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.

3.0.88

Patch Changes

  • 8100830: Apply reasoning, service tier, and image defaults to recognizable future OpenAI model family versions.

3.0.87

Patch Changes

  • 2f11af1: Preserve stored tool search output item IDs from provider metadata.

3.0.86

Patch Changes

  • Updated dependencies [19093fd]
    • @​ai-sdk/provider-utils@​4.0.40

3.0.85

Patch Changes

  • Updated dependencies [06fb54c]
    • @​ai-sdk/provider-utils@​4.0.39

3.0.84

Patch Changes

  • 356918c: feat(provider/openai): add GPT-5.6 reasoning and prompt cache controls

3.0.83

Patch Changes

  • 34b5acc: feat(provider/openai,provider/gateway): add gpt-5.6 model ids
  • Updated dependencies [e1af05f]
    • @​ai-sdk/provider@​3.0.14
    • @​ai-sdk/provider-utils@​4.0.38

3.0.82

Patch Changes

... (truncated)

Commits

Updates @aws-sdk/client-s3 from 3.1066.0 to 3.1097.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.1097.0

3.1097.0(2026-07-28)

Chores
Documentation Changes
  • client-connect: Documentation updates for SearchRules, AssociateRoutingProfileQueues, CreateRoutingProfile, AssociateContactWithUser CreateTaskTemplate, and UpdateTaskTemplate (c87ac126)
  • client-datasync: Adds Enhanced mode support for EFS and FSx Lustre locations without an agent, and for HDFS (TDE), Azure Blob, and object storage locations with an agent. HDFS Enhanced mode supports multiple NameNodes for High Availability. Enhanced mode agents can now be deployed on Microsoft Hyper-V. (5ef349f0)
New Features
  • client-trustedadvisor: Adds ListRecommendationsForResource API and four CheckSummary fields (resourceArnQueryable, awsResourceTypes, checkGranularity, recommendationId) to retrieve recommendations for a given resource ARN. (16e67f16)
  • client-rolesanywhere: Increases certificate string length for trust anchor source data to support new adjustable trust anchor limits. (20c913fd)
  • client-bedrock-agentcore-control: AgentCore Identity now supports Private Key JWT client authentication for OAuth 2.0 credential providers. Agents can authenticate to identity provider token endpoints with a JWT client assertion signed by a customer-managed AWS KMS asymmetric key, eliminating the need for client secrets. (fa2b1a0a)

For list of updated packages, view updated-packages.md in assets-3.1097.0.zip

v3.1096.0

3.1096.0(2026-07-27)

New Features
  • clients: update client endpoints as of 2026-07-27 (24e536ee)
  • client-bcm-data-exports: With this release, customers can configure their data exports to deliver CSV reports in ZIP compressed format. (bf6df63c)
  • client-glue: Adds BatchGetDataQualityRulesetEvaluationRun API to retrieve multiple runs in one call, ObservationScope and ObservationMode parameters for anomaly detection, writing evaluation results to Data Catalog tables, and custom log group paths for recommendation runs. (70d8b71e)
  • client-sagemaker: This release adds LoRA adapters, training plans, and new instance types to SageMaker inference optimization. CreateAIRecommendationJob accepts optional AdapterSource and CreateOptimizationJob accepts optional TrainingPlanArns and the ml.g7e and ml.p6-b200 families. (587c6437)
  • client-account: This release adds support for the GetPrimaryEmailUpdateStatus API operation, which allows customers to retrieve the current status of a primary email address update request for an AWS account. The operation returns status information including whether the update is pending, completed, or failed. (d633065c)
  • client-quicksight: Added new Governance fields to Custom Permissions API to support Deny By Default functionality. (730d4716)
  • client-cleanrooms: This release adds support for the CR.8X worker type for SQL (32 vCPU) (4c532188)
  • client-emr-containers: With this launch, you can now set concurrent job limits on a virtual cluster, giving you fine-grained control over how many job runs execute at once and how many can wait in queue. (b6c745a4)
  • client-securityagent: AWS Security Agent adds a new task hours field that reflects the active work done for a task. (6419f793)
  • client-partnercentral-account: Adds optional headquarters location to StartProfileUpdateTask, letting partners record their headquarters as an ISO 3166 country and subdivision code on their profile. When headquarters is provided, both the country and subdivision codes are required. (db69aaa7)
  • client-cleanroomsml: This release adds support for the CR.8X worker type for SQL (32 vCPU) (bcabd86a)
Bug Fixes
  • core/protocols: handle JSON exponent notation in jsonReviver (#8226) (c3b27fd3)

For list of updated packages, view updated-packages.md in assets-3.1096.0.zip

v3.1095.0

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.1097.0 (2026-07-28)

Note: Version bump only for package @​aws-sdk/client-s3

3.1096.0 (2026-07-27)

Note: Version bump only for package @​aws-sdk/client-s3

3.1095.0 (2026-07-24)

Note: Version bump only for package @​aws-sdk/client-s3

3.1094.0 (2026-07-23)

Note: Version bump only for package @​aws-sdk/client-s3

3.1093.0 (2026-07-22)

Note: Version bump only for package @​aws-sdk/client-s3

3.1092.0 (2026-07-21)

Note: Version bump only for package @​aws-sdk/client-s3

3.1091.0 (2026-07-20)

... (truncated)

Commits

Updates @nuxtjs/i18n from 10.4.0 to 10.5.0

Release notes

Sourced from @​nuxtjs/i18n's releases.

v10.5.0

✨ Custom paths via definePageMeta() in all modes

Custom paths set with definePageMeta() are now used in all customRoutes modes instead of only in 'meta' mode. If a route has custom paths from multiple sources the definePageMeta() value takes precedence and a warning is logged during build, this makes it possible to migrate from the pages option or the deprecated defineI18nRoute() macro one page at a time.

Route meta is now the canonical source of custom paths at build time, this allows projects and modules to set custom paths on routes they add or change in the pages:extend hook, see Hooks and modules.

🛠️ Under the hood

The logic behind differentDomains and multiDomainLocales now shares a single implementation, we're exploring whether these can be combined under a single config option in v11.

Please try it out and let me know if you run into any issues 🙏


   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.4.1

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxtjs/i18n's changelog.

v10.5.0 (2026-07-21T14:05:18Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.4.1 (2026-07-10T16:21:00Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @nuxtjs/mdc from 0.21.1 to 0.22.2

Release notes

Sourced from @​nuxtjs/mdc's releases.

v0.22.2

[!IMPORTANT] This patch release includes a security fix for the attribute sanitizer to prevent XSS attacks.

  • fix(security): sanitize Vue directive attributes (#496) (461ec3e)

v0.22.1

  • fix: validate xlink:href and fix data:text/html prefix check in sanitizer (#491) (61d636c)
  • docs: clarify indentation when using components (#482) (d6e5fc6)
  • chore(deps): upgrade dependencies (#489) (8c13760)
  • chore: upgrade to pnpm 11 (#486) (4b2d3e3)
  • chore(deps): update nuxt framework to ^4.4.6 (#480) (b23a2e1)

v0.22.0

  • chore: upgrade deps (b3de9fc)
  • docs: add Comark migration guide in README (595fe77)
Changelog

Sourced from @​nuxtjs/mdc's changelog.

v0.22.2

compare changes

🩹 Fixes

  • security: All attributes should validate (#496)

❤️ Contributors

v0.22.1

compare changes

🩹 Fixes

  • Validate xlink:href and fix data:text/html prefix check in sanitizer (#491)

📖 Documentation

  • Clarify indentation when using components (#482)

🏡 Chore

❤️ Contributors

v0.22.0

compare changes

📖 Documentation

  • Add Comark migration guide in README (595fe77)

🏡 Chore

❤️ Contributors

Commits
  • ac950d4 chore(release): release v0.22.2
  • 461ec3e fix(security): all attributes should validate (#496)
  • dd0ac71 chore(release): release v0.22.1
  • 4f01e82 chore: upgrade deps
  • 61d636c fix: validate xlink:href and fix data:text/html prefix check in sanitizer (#491)
  • d6e5fc6 docs: clarify indentation when using components (#482)
  • 8c13760 chore(deps): upgrade dependencies (#489)
  • 4b2d3e3 chore: upgrade to pnpm 11 (#486)
  • b23a2e1 chore(deps): update nuxt framework to ^4.4.6 (#480)
  • 88b95a9 chore(release): release v0.22.0
  • Additional commits viewable in compare view

Updates @opentelemetry/api-logs from 0.219.0 to 0.221.0

Release notes

Sourced from @​opentelemetry/api-logs's releases.

experimental/v0.221.0

0.221.0

💥 Breaking Changes

  • feat(sdk-logs)!: configure the force flush timeout per call #6931 @​LarryHu0217
    • (user-facing): LoggerProviderOptions.forceFlushTimeoutMillis has been removed; pass timeoutMillis to LoggerProvider.forceFlush() instead.
  • feat(instrumentation-http)!: emit only stable HTTP semantic conventions. The OTEL_SEMCONV_STABILITY_OPT_IN environment variable no longer changes HTTP attribute or metric emission — old (v1.7.0) and duplicate (http/http/dup) semconv outputs have been removed. #6819 @​maryliag
  • feat(instrumentation-fetch)!: emit only stable HTTP semantic conventions. The semconvStabilityOptIn instrumentation config option has been removed; old (v1.7.0) and duplicate semconv outputs are no longer emitted. #6819 @​maryliag
  • feat(instrumentation-xml-http-request)!: emit only stable HTTP semantic conventions. The semconvStabilityOptIn instrumentation config option has been removed; old (v1.7.0) and duplicate semconv outputs are no longer emitted. #6819 @​maryliag
  • feat(instrumentation-grpc)!: emit only stable network semantic conventions. The OTEL_SEMCONV_STABILITY_OPT_IN environment variable no longer changes attribute emission — net.peer.name and net.peer.port (old) are no longer set; only server.address and server.port (stable). #6819 @​maryliag

🚀 Features

  • feat(sdk-logs): allow modifying ReadWriteLogRecord properties (including hrTime, hrTimeObserved, and spanContext) in accordance with the OpenTelemetry Logs specification #6923 @​Babul422
  • feat(sdk-node): emit a deprecation warning when the JaegerPropagator is selected via OTEL_PROPAGATORS or declarative config; use tracecontext instead. @​pichlermarc
  • feat(instrumentation-http): set error.type to status code in metrics for error requests. #6919 @​raphael-theriault-swi

experimental/v0.220.0

0.220.0

💥 Breaking Changes

  • refactor(sdk-logs)!: refactor BatchLogRecordProcessor constructor signature #6817 @​trentm
    • (user-facing): BatchLogRecordProcessor now takes a single options object with all possible properties, instead of two separate arguments. For example, before new BatchLogRecordProcessor(exporter, { maxQueueSize: 1000 }), after new BatchLogRecordProcessor({ exporter, maxQueueSize: 1000 }).
    • interface BufferConfig -> interface BatchLogRecordProcessorOptions, and now includes the exporter property
    • interface BatchLogRecordProcessorBrowserConfig -> interface BatchLogRecordProcessorBrowserOptions
    • (user-facing): SimpleLogRecordProcessor now takes a single options object with all possible properties. For example, before new SimpleLogRecordProcessor(exporter), after new SimpleLogRecordProcessor({ exporter }). #6836
  • refactor(configuration)!: change config file parsing to not add default values, nor merge *_list fields #6765 @​trentm
  • docs(shim-opencensus): Notice: The @opentracing/shim-opencensus package will be removed in SDK 3.x, planned for approximately September 2026.
    • The OpenCensus and OpenTracing compatibility requirements in the OpenTelemetry specification have been deprecated.
  • chore(sdk-node)!: Drop support for deprecated OpenCensusMetricProducer from declarative config

🚀 Features

  • feat(configuration): bump config schema to v1.1.0; rename without_scope_infoscope_info_enabled and without_target_info/developmenttarget_info_enabled/development on the Prometheus pull exporter (semantics inverted), rename with_resource_constant_labelsresource_constant_labels. Validate file_format per the configuration versioning spec: accept any minor version of major 1 (e.g. 1.0, 1.1), warn when the minor version is newer than supported, and reject other major versions. #6781 @​MikeGoldsmith
  • feat(sdk-node): wire up id_generator from declarative config #6782 @​MikeGoldsmith
  • feat(sdk-node): wire up tracer_provider.sampler from declarative config (always_on, always_off, trace_id_ratio_based, parent_based); unrecognized variants warn and fall back to ParentBased(AlwaysOn) #6506 @​MikeGoldsmith
  • feat(propagator-env-carrier): empty name normalization #6827 @​pellared
  • feat(propagator-env-carrier): make EnvironmentGetter read the current process.env #6853 @​pellared

🐛 Bug Fixes

  • fix(sdk-logs): stop Logger.emit() doing work (record construction, metrics, processor onEmit) after the LoggerProvider has shut down #6826 @​anneheartrecord
  • fix(sdk-node): pass all config properties (endpoint, headers, timeout, TLS, compression, temporality preference, default histogram aggregation) to OTLP metric exporters in declarative config #6814 @​MikeGoldsmith
  • fix(sdk-logs): default BatchLogRecordProcessor scheduleDelayMillis is 1000 #6796 @​trentm
  • fix(configuration): percent-decode keys and values in resource.attributes_list per spec #6787 @​MikeGoldsmith
  • fix(configuration): default log_level to info in env-based config initialization for consistency with file-based config #6788 @​MikeGoldsmith

... (truncated)

Commits
  • 76fa6b5 chore: prepare next release (#6942)
  • 3787896 chore(deps): update dependency webpack-cli to v7.2.1 (#6934)
  • be5f757 fix(deps): update dependency body-parser to v2.3.0 [security] (#6941)
  • f6d8fbe chore(deps): lock file maintenance (#6559)
  • 9612732 chore: remove examples/dice from workspaces (#6937)
  • 7107906 chore: start using min-release-age in .npmrc, disable minimumReleaseAge for r...
  • a7e5d11 chore(deps): update dependency webpack to v5.108.4 (#6933)
  • af7a82d chore(deps): update dependency msw to v2.15.0 (#6831)
  • b9f57c6 chore(deps): update dependency @​types/webpack-env to v1.18.8 (#6877)
  • cbb4abf chore(deps): update ubuntu docker tag to v26 (

…y with 22 updates

Bumps the production-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `3.0.82` | `3.0.103` |
| [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `3.0.80` | `3.0.102` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `3.0.69` | `3.0.89` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1066.0` | `3.1097.0` |
| [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) | `10.4.0` | `10.5.0` |
| [@nuxtjs/mdc](https://github.com/nuxt-content/mdc) | `0.21.1` | `0.22.2` |
| [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.219.0` | `0.221.0` |
| [@opentelemetry/exporter-logs-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.219.0` | `0.221.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `2.8.0` | `2.10.0` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.219.0` | `0.221.0` |
| [@posthog/nuxt](https://github.com/PostHog/posthog-js/tree/HEAD/packages/nuxt) | `1.7.73` | `1.7.81` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.0` | `4.3.3` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.201` | `6.0.237` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.10.0` | `12.11.1` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `9.0.1` | `9.0.3` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.4.8` | `4.5.1` |
| [resend](https://github.com/resend/resend-node) | `6.12.4` | `6.18.1` |
| [stripe](https://github.com/stripe/stripe-node) | `22.2.2` | `22.3.2` |



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

Updates `@ai-sdk/google` from 3.0.80 to 3.0.102
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/google@3.0.102/packages/google/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@3.0.102/packages/google)

Updates `@ai-sdk/openai` from 3.0.69 to 3.0.89
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/openai@3.0.89/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@3.0.89/packages/openai)

Updates `@aws-sdk/client-s3` from 3.1066.0 to 3.1097.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1097.0/clients/client-s3)

Updates `@nuxtjs/i18n` from 10.4.0 to 10.5.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v10.4.0...v10.5.0)

Updates `@nuxtjs/mdc` from 0.21.1 to 0.22.2
- [Release notes](https://github.com/nuxt-content/mdc/releases)
- [Changelog](https://github.com/nuxt-content/mdc/blob/main/CHANGELOG.md)
- [Commits](nuxt-content/mdc@v0.21.1...v0.22.2)

Updates `@opentelemetry/api-logs` from 0.219.0 to 0.221.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.219.0...experimental/v0.221.0)

Updates `@opentelemetry/exporter-logs-otlp-http` from 0.219.0 to 0.221.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.219.0...experimental/v0.221.0)

Updates `@opentelemetry/resources` from 2.8.0 to 2.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.8.0...v2.10.0)

Updates `@opentelemetry/sdk-logs` from 0.219.0 to 0.221.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.219.0...experimental/v0.221.0)

Updates `@posthog/nuxt` from 1.7.73 to 1.7.81
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/nuxt/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/@posthog/nuxt@1.7.81/packages/nuxt)

Updates `@tailwindcss/vite` from 4.3.0 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite)

Updates `ai` from 6.0.201 to 6.0.237
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.237/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.237/packages/ai)

Updates `better-sqlite3` from 12.10.0 to 12.11.1
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.10.0...v12.11.1)

Updates `nodemailer` from 9.0.1 to 9.0.3
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v9.0.1...v9.0.3)

Updates `nuxt` from 4.4.8 to 4.5.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.5.1/packages/nuxt)

Updates `posthog-node` from 5.36.15 to 5.46.1
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.46.1/packages/node)

Updates `resend` from 6.12.4 to 6.18.1
- [Release notes](https://github.com/resend/resend-node/releases)
- [Changelog](https://github.com/resend/resend-node/blob/canary/CHANGELOG.md)
- [Commits](resend/resend-node@v6.12.4...v6.18.1)

Updates `stripe` from 22.2.2 to 22.3.2
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v22.2.2...v22.3.2)

Updates `tailwindcss` from 4.3.0 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `vue` from 3.5.37 to 3.5.40
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.37...v3.5.40)

Updates `vue-router` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 3.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@ai-sdk/google"
  dependency-version: 3.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1097.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nuxtjs/i18n"
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nuxtjs/mdc"
  dependency-version: 0.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.221.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/exporter-logs-otlp-http"
  dependency-version: 0.221.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/resources"
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.221.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@posthog/nuxt"
  dependency-version: 1.7.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ai
  dependency-version: 6.0.237
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: better-sqlite3
  dependency-version: 12.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nodemailer
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nuxt
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: posthog-node
  dependency-version: 5.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: resend
  dependency-version: 6.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stripe
  dependency-version: 22.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-version: 3.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 28, 2026
@railway-app

railway-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

🚅 Deployed to the reqcore-pr-253 environment in applirank

Service Status Web Updated (UTC)
applirank ❌ Build Failed (View Logs) Jul 28, 2026 at 7:23 pm

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants