Skip to content

deps(deps): bump the npm-minor-patch group with 20 updates - #669

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-35f32af395
Aug 31, 2026
Merged

deps(deps): bump the npm-minor-patch group with 20 updates#669
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-35f32af395

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 20 updates:

Package From To
eslint 10.9.0 10.9.1
turbo 2.10.11 2.10.12
typescript-eslint 8.67.0 8.68.0
@noble/hashes 2.3.0 2.4.0
@types/node 26.2.0 26.4.0
@noble/ed25519 3.1.0 3.2.0
@a2a-js/sdk 1.0.1 1.1.0
@ai-sdk/openai-compatible 3.0.34 3.0.39
@arizeai/openinference-semantic-conventions 2.7.0 2.8.0
@arizeai/openinference-vercel 3.1.5 3.1.8
@langchain/langgraph 1.4.12 1.4.13
@mastra/core 1.61.0 1.63.0
@mastra/mcp 1.17.1 1.17.2
ai 7.0.76 7.0.83
mem0ai 3.1.6 3.1.7
openai 7.5.0 7.8.0
@anthropic-ai/sdk 0.120.0 0.122.0
agents 0.21.0 0.22.0
@cloudflare/workers-types 5.20260821.1 5.20260827.1
wrangler 4.125.0 4.127.0

Updates eslint from 10.9.0 to 10.9.1

Release notes

Sourced from eslint's releases.

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

Commits

Updates turbo from 2.10.11 to 2.10.12

Release notes

Sourced from turbo's releases.

Turborepo v2.10.12

What's Changed

Changelog

... (truncated)

Commits

Updates typescript-eslint from 8.67.0 to 8.68.0

Release notes

Sourced from typescript-eslint's releases.

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.68.0 (2026-08-24)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @noble/hashes from 2.3.0 to 2.4.0

Release notes

Sourced from @​noble/hashes's releases.

2.4.0

Security and correctness

  • Protect passed options against mutation / pollution
  • keccakprg: fail until entropy is added
  • webcrypto: reject output sizes which crashed engine
  • blake3: fix tree merging for multi-terabyte streams
  • Improve zeroization

Misc

  • Speed-up Argon2 by 20%
  • Argon2 cost options are now optional. The defaults are t: 3, m: 1024 ** 2 KiB (1 GiB), p: 1, dkLen: 32, and a 1 GiB maxmem limit; larger-memory calls must set maxmem explicitly.
  • Corrected scrypt's default maxmem to work for N: 2 ** 20, r: 8, and p: 1
  • nextTick and asyncLoop now yield through scheduler.yield() when available or setTimeout otherwise, allowing timers, I/O, and rendering to progress. They also accept optional rejection cleanup; async Argon2, PBKDF2, and scrypt use it to wipe work state if scheduling is aborted.

Full Changelog: paulmillr/noble-hashes@2.3.0...2.4.0

Changelog

Sourced from @​noble/hashes's changelog.

2.4.0 (2026-08-27)

Security and correctness

  • Protect passed options against mutation / pollution
  • keccakprg: fail until entropy is added
  • webcrypto: reject output sizes which crashed engine
  • blake3: fix tree merging for multi-terabyte streams
  • Improve zeroization

Misc

  • Speed-up Argon2 by 20%
  • Argon2 cost options are now optional. The defaults are t: 3, m: 1024 ** 2 KiB (1 GiB), p: 1, dkLen: 32, and a 1 GiB maxmem limit; larger-memory calls must set maxmem explicitly.
  • Corrected scrypt's default maxmem to work for N: 2 ** 20, r: 8, and p: 1
  • nextTick and asyncLoop now yield through scheduler.yield() when available or setTimeout otherwise, allowing timers, I/O, and rendering to progress. They also accept optional rejection cleanup; async Argon2, PBKDF2, and scrypt use it to wipe work state if scheduling is aborted.
Commits

Updates @types/node from 26.2.0 to 26.4.0

Commits

Updates @noble/ed25519 from 3.1.0 to 3.2.0

Release notes

Sourced from @​noble/ed25519's releases.

3.2.0

  • sign, signAsync: snapshot inputs to ensure they're not mutable
  • verify, verifyAsync: reject null options
  • Standardize utils with other noble packages
  • Added an actionable error when WebCrypto randomness is unavailable, centralized configurable SHA-512 backend validation, and hardened the public etc.invert() helper to reject modulus one as well as zero and non-invertible values.
  • Reduce code size by ~10%, rewrite some utils for this purpose

Full Changelog: paulmillr/noble-ed25519@3.1.0...3.2.0

Changelog

Sourced from @​noble/ed25519's changelog.

3.2.0 (2026-08-27)

  • sign, signAsync: snapshot inputs to ensure they're not mutable
  • verify, verifyAsync: reject null options
  • Standardize utils with other noble packages
  • Added an actionable error when WebCrypto randomness is unavailable, centralized configurable SHA-512 backend validation, and hardened the public etc.invert() helper to reject modulus one as well as zero and non-invertible values.
  • Reduce code size by ~10%, rewrite some utils for this purpose
Commits

Updates @a2a-js/sdk from 1.0.1 to 1.1.0

Release notes

Sourced from @​a2a-js/sdk's releases.

v1.1.0

1.1.0 (2026-08-26)

Features

  • make event bus keep-alive states configurable (#669) (f844dad), closes #620

Bug Fixes

  • Add serialization for listTasks input/output parameters. (#610) (c863497)
  • clone push notification configs before storing (#662) (4d175a0)
  • compat/v0_3/translate: add null and undefined checks to array and string fields (#618) (108736b)
  • deps: replace uuid package with crypto.randomUUID() (#665) (636b060)
  • Do not filter tasks in ListTasks if task state is unspecified (#622) (1c6eb32)
  • errors: global error branding via Symbol.hasInstance to fix instanceof checks across bundle entry points (#612) (cc33173)
  • scripts: update generate script to use buf and remove obsolete generateTypes (#653) (8bf3cd3)
  • server: send full Task on every v0.3 push trigger (#658) (b3afbe4)
Changelog

Sourced from @​a2a-js/sdk's changelog.

1.1.0 (2026-08-26)

Features

  • make event bus keep-alive states configurable (#669) (f844dad), closes #620

Bug Fixes

  • Add serialization for listTasks input/output parameters. (#610) (c863497)
  • clone push notification configs before storing (#662) (4d175a0)
  • compat/v0_3/translate: add null and undefined checks to array and string fields (#618) (108736b)
  • deps: replace uuid package with crypto.randomUUID() (#665) (636b060)
  • Do not filter tasks in ListTasks if task state is unspecified (#622) (1c6eb32)
  • errors: global error branding via Symbol.hasInstance to fix instanceof checks across bundle entry points (#612) (cc33173)
  • scripts: update generate script to use buf and remove obsolete generateTypes (#653) (8bf3cd3)
  • server: send full Task on every v0.3 push trigger (#658) (b3afbe4)
Commits
  • eeffd69 chore(main): release 1.1.0 (#675)
  • 6927b7f ci: Optional npm token override for npm_publish workflow (#674)
  • 1455a94 chore: Revert "chore(main): release 1.1.0" (#673)
  • 6920adb chore(main): release 1.1.0
  • b3afbe4 fix(server): send full Task on every v0.3 push trigger (#658)
  • f844dad feat: make event bus keep-alive states configurable (#669)
  • f22cc49 ci: Remove PR related parts from the stale-issues workflow (#668)
  • a94e6ce ci: Add workflow for closing stale issues (#667)
  • 4d175a0 fix: clone push notification configs before storing (#662)
  • 8bf3cd3 fix(scripts): update generate script to use buf and remove obsolete generateT...
  • Additional commits viewable in compare view

Updates @ai-sdk/openai-compatible from 3.0.34 to 3.0.39

Changelog

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

3.0.39

Patch Changes

  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

3.0.38

Patch Changes

  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

3.0.37

Patch Changes

  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

3.0.36

Patch Changes

  • ece5bdb: fix: send reasoning_effort: "none" when top-level reasoning is disabled

3.0.35

Patch Changes

  • 7dd9ec3: feat(openai-compatible): convert video file parts to video_url content parts
  • Updated dependencies [b74971f]
    • @​ai-sdk/provider-utils@​5.0.29
Commits

Updates @arizeai/openinference-semantic-conventions from 2.7.0 to 2.8.0

Release notes

Sourced from @​arizeai/openinference-semantic-conventions's releases.

@​arizeai/openinference-instrumentation-langchain-v0@​0.0.23

Patch Changes

  • Updated dependencies [4d72f42]
    • @​arizeai/openinference-core@​2.6.1
Commits

Updates @arizeai/openinference-vercel from 3.1.5 to 3.1.8

Commits

Updates @langchain/langgraph from 1.4.12 to 1.4.13

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.4.13

Patch Changes

Changelog

Sourced from @​langchain/langgraph's changelog.

1.4.13

Patch Changes

Commits

Updates @mastra/core from 1.61.0 to 1.63.0

Release notes

Sourced from @​mastra/core's releases.

August 26, 2026

Highlights

Trace-correlated logging via the new logger adapter contract

A new AdaptableLogger contract in @mastra/core/logger standardizes trace correlation by injecting trace_id/span_id into native log records during traced operations, and deriving observability LogEvents from the same record. Mastra now supports loggerOptions to control correlation and log export, and the legacy dual-write wrapper path is deprecated.

First-class Pino integration with trace context in every transport

@mastra/loggersPinoLogger now implements the adapter contract, so trace fields are added via a pino mixin to stdout, files, and custom transports—while preserving user mixin fields. This aligns native application logs with Mastra observability without separate logging pipelines.

More reliable trace/log linking for non-exported spans (no more “Span not found”)

Across @mastra/core and @mastra/observability, logs/metrics emitted inside internal or excluded spans now link to the nearest ancestor span that actually reaches exporters, and omit spanId when none exists. This fixes broken click-through from Studio and ensures stdout correlation matches stored observability records.

Deployment readiness improvements: worker health gating

@mastra/deployer now ships a dedicated worker entry in standard build artifacts, and the worker runtime exposes a /health endpoint that returns 503 during startup and 200 once workers are initialized. This enables deployment platforms to block rollouts until workers are actually ready.

Scheduler + resume robustness fixes (fewer restarts, fewer duplicate runs)

Workers now discover and run schedules created after startup without requiring a restart. Tool/background-task resuming is also hardened (supports falsy resume payloads like false/0/""), preventing suspended background tasks from accidentally starting a second run and ensuring replayed tool-call chunks are preserved for reloading clients.

Breaking Changes

  • @mastra/playground-ui DataList API cleanup: removed variant="lined", flushLeft/flushRight, per-cell height, and DataList.MonoCell (use DataList.TextCell font="mono" instead).

Changelog

@​mastra/core@1.63.0

Minor Changes

  • Added a logger adapter contract (AdaptableLogger in @mastra/core/logger) for trace-correlated log output. Loggers implementing the adapter inject trace_id and span_id into their native log records during traced operations, and the observability LogEvent is derived from that same record. The built-in ConsoleLogger implements the contract. A new loggerOptions config on Mastra controls the behavior: (#21753)

    import { Mastra } from '@mastra/core/mastra';
    export const mastra = new Mastra({
    loggerOptions: {
    correlation: true, // inject trace_id/span_id into native output (default: true)
    export: true, // forward log records to observability storage (default: true)
    },
    });

    Custom IMastraLogger implementations without adapter support continue to work through the existing dual-write wrapper, which is now deprecated and will be removed in the next major version.

Patch Changes

  • Update provider registry and model documentation with latest models and providers (7176362)

  • Fixed worker processes to discover and run schedules created after startup without requiring a restart or explicit scheduler configuration. (#22420)

  • Fixed output stream processor traces remaining open when streams close or are canceled before a finish chunk. (#22397)

  • Added an optional getExportedSpanId() method to the Span interface. It returns the span's own id when the span reaches exporters, and the nearest exportable ancestor's id when it does not. (#22286)

... (truncated)

Commits
  • 17ad0c6 chore: version - exit prerelease mode
  • 9045b8f fix(workers): discover schedules created after startup (#22420)
  • dc4d430 chore: version packages (alpha) (#22374)
  • 04a4727 chore: regenerate providers and docs [skip ci]
  • f9c56f3 fix(core): resolve stdout trace correlation to an exportable span id (#22387)
  • 9d7595d chore: version packages
  • 7677a2c fix(core): end output processor spans on stream teardown (#22397)
  • f7a7467 fix(core): treat falsy resume payloads as present in the tool-call step (#22363)
  • e3b796d fix(observability): resolve log/metric spanId to nearest exportable ancestor ...
  • 49ccd14 feat(core): logger adapters for trace-correlated stdout (#21753)
  • Additional commits viewable in compare view

Updates @mastra/mcp from 1.17.1 to 1.17.2

Release notes

Sourced from @​mastra/mcp's releases.

December 9, 2025

Changelog

Summary

  • Total packages with changes: 12
  • Packages with major changes: 0
  • Packages with minor changes: 0
  • Packages with patch changes: 4

@​mastra/agent-builder@​0.2.6-alpha.1

Patch Changes

  • Fix install step validation error by making targetPath optional in InstallInputSchema. This resolves the "expected string, received undefined" error when running the agent builder template workflow without explicitly providing a targetPath parameter. (#10923)

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

@​mastra/ai-sdk@​0.3.3-alpha.0

Patch Changes

  • Return NetworkDataPart on each agent-execution-event and workflow-execution-event in network streams (#10979)

  • Fixed tool-call-suspended chunks being dropped in workflow-step-output when using AI SDK. Previously, when an agent inside a workflow step called a tool that got suspended, the tool-call-suspended chunk was not received on the frontend even though tool-input-available chunks were correctly received. (#10988)

    The issue occurred because tool-call-suspended was not included in the isMastraTextStreamChunk list, causing it to be filtered out in transformWorkflow. Now tool-call-suspended, tool-call-approval, object, and tripwire chunks are properly included in the text stream chunk list and will be transformed and passed through correctly.

    Fixes #10978

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

@​mastra/client-js@​0.17.0-alpha.3

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

... (truncated)

Changelog

Sourced from @​mastra/mcp's changelog.

1.17.2

Patch Changes

Bumps the npm-minor-patch group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `10.9.0` | `10.9.1` |
| [turbo](https://github.com/vercel/turborepo) | `2.10.11` | `2.10.12` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.67.0` | `8.68.0` |
| [@noble/hashes](https://github.com/paulmillr/noble-hashes) | `2.3.0` | `2.4.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` |
| [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) | `3.1.0` | `3.2.0` |
| [@a2a-js/sdk](https://github.com/a2aproject/a2a-js) | `1.0.1` | `1.1.0` |
| [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `3.0.34` | `3.0.39` |
| [@arizeai/openinference-semantic-conventions](https://github.com/Arize-ai/openinference) | `2.7.0` | `2.8.0` |
| [@arizeai/openinference-vercel](https://github.com/Arize-ai/openinference) | `3.1.5` | `3.1.8` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.4.12` | `1.4.13` |
| [@mastra/core](https://github.com/mastra-ai/mastra/tree/HEAD/packages/core) | `1.61.0` | `1.63.0` |
| [@mastra/mcp](https://github.com/mastra-ai/mastra/tree/HEAD/packages/mcp) | `1.17.1` | `1.17.2` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.76` | `7.0.83` |
| [mem0ai](https://github.com/mem0ai/mem0/tree/HEAD/mem0-ts) | `3.1.6` | `3.1.7` |
| [openai](https://github.com/openai/openai-node) | `7.5.0` | `7.8.0` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.120.0` | `0.122.0` |
| [agents](https://github.com/cloudflare/agents/tree/HEAD/packages/agents) | `0.21.0` | `0.22.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260821.1` | `5.20260827.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.125.0` | `4.127.0` |


Updates `eslint` from 10.9.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.9.0...v10.9.1)

Updates `turbo` from 2.10.11 to 2.10.12
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.10.11...v2.10.12)

Updates `typescript-eslint` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/typescript-eslint)

Updates `@noble/hashes` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/paulmillr/noble-hashes/releases)
- [Changelog](https://github.com/paulmillr/noble-hashes/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-hashes@2.3.0...2.4.0)

Updates `@types/node` from 26.2.0 to 26.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@noble/ed25519` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/paulmillr/noble-ed25519/releases)
- [Changelog](https://github.com/paulmillr/noble-ed25519/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-ed25519@3.1.0...3.2.0)

Updates `@a2a-js/sdk` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/a2aproject/a2a-js/releases)
- [Changelog](https://github.com/a2aproject/a2a-js/blob/main/CHANGELOG.md)
- [Commits](a2aproject/a2a-js@v1.0.1...v1.1.0)

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

Updates `@arizeai/openinference-semantic-conventions` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](https://github.com/Arize-ai/openinference/commits)

Updates `@arizeai/openinference-vercel` from 3.1.5 to 3.1.8
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](https://github.com/Arize-ai/openinference/commits)

Updates `@langchain/langgraph` from 1.4.12 to 1.4.13
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.4.13/libs/langgraph-core)

Updates `@mastra/core` from 1.61.0 to 1.63.0
- [Release notes](https://github.com/mastra-ai/mastra/releases)
- [Changelog](https://github.com/mastra-ai/mastra/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/core@1.63.0/packages/core)

Updates `@mastra/mcp` from 1.17.1 to 1.17.2
- [Release notes](https://github.com/mastra-ai/mastra/releases)
- [Changelog](https://github.com/mastra-ai/mastra/blob/main/packages/mcp/CHANGELOG.md)
- [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/mcp@1.17.2/packages/mcp)

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

Updates `mem0ai` from 3.1.6 to 3.1.7
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Commits](https://github.com/mem0ai/mem0/commits/ts-v3.1.7/mem0-ts)

Updates `openai` from 7.5.0 to 7.8.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v7.5.0...v7.8.0)

Updates `@anthropic-ai/sdk` from 0.120.0 to 0.122.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.120.0...sdk-v0.122.0)

Updates `agents` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/cloudflare/agents/releases)
- [Changelog](https://github.com/cloudflare/agents/blob/main/packages/agents/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/agents/commits/agents@0.22.0/packages/agents)

Updates `@cloudflare/workers-types` from 5.20260821.1 to 5.20260827.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `wrangler` from 4.125.0 to 4.127.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.127.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: turbo
  dependency-version: 2.10.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@noble/hashes"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@noble/ed25519"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@a2a-js/sdk"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 3.0.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@arizeai/openinference-semantic-conventions"
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@arizeai/openinference-vercel"
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.4.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@mastra/core"
  dependency-version: 1.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@mastra/mcp"
  dependency-version: 1.17.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: ai
  dependency-version: 7.0.83
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: mem0ai
  dependency-version: 3.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: openai
  dependency-version: 7.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.122.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: agents
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260827.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: wrangler
  dependency-version: 4.127.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates npm npm dependency updates labels Aug 31, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 31, 2026 03:28
@github-actions
github-actions Bot merged commit 3dcca8d into main Aug 31, 2026
15 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-35f32af395 branch August 31, 2026 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates npm npm dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants