Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

Bumps the test-versions group with 64 updates in the /packages/dd-trace/test/plugins/versions directory:

Package From To
@ai-sdk/openai 2.0.65 2.0.77
@anthropic-ai/sdk 0.68.0 0.71.1
@openai/agents 0.3.0 0.3.4
@openai/agents-core 0.3.0 0.3.4
@apollo/gateway 2.12.0 2.12.1
@apollo/server 5.1.0 5.2.0
@apollo/subgraph 2.12.0 2.12.1
@aws-sdk/client-bedrock-runtime 3.928.0 3.943.0
@aws-sdk/client-dynamodb 3.928.0 3.943.0
@aws-sdk/client-kinesis 3.928.0 3.943.0
@aws-sdk/client-lambda 3.928.0 3.945.0
@aws-sdk/client-s3 3.928.0 3.943.0
@aws-sdk/client-sfn 3.928.0 3.943.0
@aws-sdk/client-sns 3.928.0 3.943.0
@aws-sdk/client-sqs 3.928.0 3.943.0
@azure/functions 4.9.0 4.10.0
@confluentinc/kafka-javascript 1.6.0 1.7.0
@cucumber/cucumber 12.2.0 12.3.0
@google/genai 1.19.0 1.31.0
@graphql-tools/executor 1.4.11 1.5.0
@grpc/grpc-js 1.14.1 1.14.2
@happy-dom/jest-environment 20.0.10 20.0.11
@koa/router 14.0.0 15.0.0
@langchain/anthropic 1.0.0 1.2.2
@langchain/classic 1.0.1 1.0.5
@langchain/cohere 1.0.0 1.0.1
@langchain/core 1.0.3 1.1.3
@langchain/google-genai 1.0.0 2.0.3
@langchain/openai 1.0.0 1.1.3
@playwright/test 1.56.1 1.57.0
@prisma/client 6.19.0 7.1.0
@redis/client 5.9.0 5.10.0
@smithy/smithy-client 4.9.3 4.9.10
@vitest/coverage-istanbul 4.0.8 4.0.15
@vitest/coverage-v8 4.0.8 4.0.15
@vitest/runner 4.0.8 4.0.15
ai 5.0.92 5.0.107
azure-functions-core-tools 4.4.0 4.5.0
body-parser 2.2.0 2.2.1
chai 6.2.0 6.2.1
cookie 1.0.2 1.1.1
cypress 15.6.0 15.7.1
esbuild 0.27.0 0.27.1
express 5.1.0 5.2.1
graphql-tools 9.0.22 9.0.25
graphql-yoga 5.16.2 5.17.1
hono 4.10.4 4.10.7
langchain 1.0.3 1.1.4
mquery 5.0.0 6.0.0
next 16.0.5 16.0.7
npm 11.6.2 11.6.4
openai 6.8.1 6.10.0
pino-pretty 13.1.2 13.1.3
playwright 1.56.1 1.57.0
playwright-core 1.56.1 1.57.0
pnpm 10.21.0 10.24.0
prisma 6.19.0 7.1.0
react 19.2.0 19.2.1
react-dom 19.2.0 19.2.1
redis 5.9.0 5.10.0
tedious 19.1.0 19.1.3
vitest 4.0.8 4.0.15
workerpool 10.0.0 10.0.1
zod 4.1.12 4.1.13

Updates @ai-sdk/openai from 2.0.65 to 2.0.77

Commits
  • cae5d8f Version Packages (#10840)
  • 31f6c20 Backport: fix(openai): allow open_page action type url to be nullish (#10835)
  • 1705795 Backport: docs: update v6 migration guide (#10824)
  • d654d4c Backport: Add ctx-zip tools to tools registry - MCP Code Mode/CodeAct (#10825)
  • 7525aee docs: update local caching middleware to v5 (#10821)
  • 381de37 Backport: docs: fix sendMessage arguments (#10816)
  • 818cde1 Version Packages (#10811)
  • 3197891 Backport: feat(provider/google-vertex): Add support for the imageSize provide...
  • cf4f5dd Backport: docs: add guide for deepseek 3.2 (#10806)
  • f6ff67f Backport: Add Perplexity Search tool to registry and documentation (#10804)
  • Additional commits viewable in compare view

Updates @anthropic-ai/sdk from 0.68.0 to 0.71.1

Release notes

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

sdk: v0.71.1

0.71.1 (2025-12-04)

Full Changelog: sdk-v0.71.0...sdk-v0.71.1

Bug Fixes

  • parser: use correct naming for parsed text blocks (6472bcd)
  • structured outputs: ensure parsed is not enumerable (860175f), closes #857

Chores

  • add deprecation warnings for accessing .parsed (ae7a637)
  • client: fix logger property type (e3e4d7c)
  • internal: upgrade eslint (5fbe661)

sdk: v0.71.0

0.71.0 (2025-11-24)

Full Changelog: sdk-v0.70.1...sdk-v0.71.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (f3a0dac)

Chores

  • fix ci errors (8d96290)
  • include publishConfig in all package.json files (4c72960)
  • readme: fix example import (4e8983a)

sdk: v0.70.1

0.70.1 (2025-11-20)

Full Changelog: sdk-v0.70.0...sdk-v0.70.1

Bug Fixes

  • structured outputs: use correct beta header (626662c)

sdk: v0.70.0

0.70.0 (2025-11-18)

Full Changelog: sdk-v0.69.0...sdk-v0.70.0

Features

... (truncated)

Changelog

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

0.71.1 (2025-12-04)

Full Changelog: sdk-v0.71.0...sdk-v0.71.1

Bug Fixes

  • parser: use correct naming for parsed text blocks (6472bcd)
  • structured outputs: ensure parsed is not enumerable (860175f), closes #857

Chores

  • add deprecation warnings for accessing .parsed (ae7a637)
  • client: fix logger property type (e3e4d7c)
  • internal: upgrade eslint (5fbe661)

0.71.0 (2025-11-24)

Full Changelog: sdk-v0.70.1...sdk-v0.71.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (f3a0dac)

Chores

  • fix ci errors (8d96290)
  • include publishConfig in all package.json files (4c72960)
  • readme: fix example import (4e8983a)

0.70.1 (2025-11-20)

Full Changelog: sdk-v0.70.0...sdk-v0.70.1

Bug Fixes

  • structured outputs: use correct beta header (626662c)

0.70.0 (2025-11-18)

Full Changelog: sdk-v0.69.0...sdk-v0.70.0

Features

0.69.0 (2025-11-14)

Full Changelog: sdk-v0.68.0...sdk-v0.69.0

... (truncated)

Commits
  • 1999377 chore: release main
  • 6e368bc chore: add deprecation warnings for accessing .parsed
  • 3cc2dd6 fix(parser): use correct naming for parsed text blocks
  • 4cd61ae fix(structured outputs): ensure parsed is not enumerable
  • 7131dba codegen metadata
  • 71ee68b chore(internal): upgrade eslint
  • aaac44b chore(client): fix logger property type
  • 2db553f codegen metadata
  • 3852b08 chore: release main
  • f86b7d4 chore: fix ci errors
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by packy-anthropic, a new releaser for @​anthropic-ai/sdk since your current version.


Updates @openai/agents from 0.3.0 to 0.3.4

Release notes

Sourced from @​openai/agents's releases.

v0.3.4

What's Changed

New Contributors

Full Changelog: openai/openai-agents-js@v0.3.3...v0.3.4

v0.3.3

What's Changed

Full Changelog: openai/openai-agents-js@v0.3.2...v0.3.3

v0.3.2

What's Changed

New Contributors

Full Changelog: openai/openai-agents-js@v0.3.1...v0.3.2

v0.3.1

... (truncated)

Commits
  • f97eba6 chore: update versions (#714)
  • c8a758b Upgrade pnpm to 10.24.0 (#720)
  • 0345a4c feat: #695 Customizable MCP list tool caching (#715)
  • c252cb5 feat: #713 Access tool call items in an output guardrail (#716)
  • 870cc20 fix: preserve Gemini thought_signature in multi-turn tool calls (#718)
  • 4ea9550 fix: #708 data: string in an input_image message item does not work with some...
  • d552b50 fix: strip leading {} from streaming tool call arguments (Bedrock) (#712)
  • d1d7842 feat: Add ToolOptions to agents-core package export (#704)
  • 2e09baf fix: #699 Forward fetch parameter to SSEClientTransport in MCPServerSSE (#700)
  • 1900729 Update all translated document pages (#691)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​openai/agents since your current version.


Updates @openai/agents-core from 0.3.0 to 0.3.4

Release notes

Sourced from @​openai/agents-core's releases.

v0.3.4

What's Changed

New Contributors

Full Changelog: openai/openai-agents-js@v0.3.3...v0.3.4

v0.3.3

What's Changed

Full Changelog: openai/openai-agents-js@v0.3.2...v0.3.3

v0.3.2

What's Changed

New Contributors

Full Changelog: openai/openai-agents-js@v0.3.1...v0.3.2

v0.3.1

... (truncated)

Commits
  • f97eba6 chore: update versions (#714)
  • c8a758b Upgrade pnpm to 10.24.0 (#720)
  • 0345a4c feat: #695 Customizable MCP list tool caching (#715)
  • c252cb5 feat: #713 Access tool call items in an output guardrail (#716)
  • 870cc20 fix: preserve Gemini thought_signature in multi-turn tool calls (#718)
  • 4ea9550 fix: #708 data: string in an input_image message item does not work with some...
  • d552b50 fix: strip leading {} from streaming tool call arguments (Bedrock) (#712)
  • d1d7842 feat: Add ToolOptions to agents-core package export (#704)
  • 2e09baf fix: #699 Forward fetch parameter to SSEClientTransport in MCPServerSSE (#700)
  • 1900729 Update all translated document pages (#691)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​openai/agents-core since your current version.


Updates @apollo/gateway from 2.12.0 to 2.12.1

Release notes

Sourced from @​apollo/gateway's releases.

@​apollo/gateway@​2.12.1

Patch Changes

Changelog

Sourced from @​apollo/gateway's changelog.

2.12.1

Patch Changes

Commits

Updates @apollo/server from 5.1.0 to 5.2.0

Release notes

Sourced from @​apollo/server's releases.

@​apollo/server-integration-testsuite@​5.2.0

Patch Changes

  • Updated dependencies [51acbeb]:
    • @​apollo/server@​5.2.0

@​apollo/server@​5.2.0

Minor Changes

  • #8161 51acbeb Thanks @​jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@yaacovcr/transform';
    const server = new ApolloServer({
    // ...
    legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,
    });

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

Changelog

Sourced from @​apollo/server's changelog.

5.2.0

Minor Changes

  • #8161 51acbeb Thanks @​jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@yaacovcr/transform';
    const server = new ApolloServer({
    // ...
    legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,
    });

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

Commits

Updates @apollo/subgraph from 2.12.0 to 2.12.1

Release notes

Sourced from @​apollo/subgraph's releases.

@​apollo/subgraph@​2.12.1

Patch Changes

Changelog

Sourced from @​apollo/subgraph's changelog.

2.12.1

Patch Changes

Commits

Updates @aws-sdk/client-bedrock-runtime from 3.928.0 to 3.943.0

Release notes

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

v3.943.0

3.943.0(2025-12-02)

Chores
  • core/protocols: dynamodb serde performance adjustments (#7536) (ae3e73d8)
New Features
  • clients: update client endpoints as of 2025-12-02 (2f1ed327)
  • client-s3-control: Add support for S3 Storage Lens Advanced Performance Metrics, Expanded Prefixes metrics report, and export to S3 Tables. (a8737778)
  • client-observabilityadmin: CloudWatch Observability Admin adds pipelines configuration for third party log ingestion and transformation of all logs ingested, integration of CloudWatch logs with S3 Tables, and AWS account or organization level enablement for 7 AWS services. (1e20b0fe)
  • client-fsx: S3 Access Points support for FSx for NetApp ONTAP (cb2d0f30)
  • client-datazone: Amazon DataZone now supports exporting Catalog datasets as Amazon S3 tables, and provides automatic business glossary term suggestions for data assets. (f82c5bd4)
  • client-sagemaker: Added support for serverless MLflow Apps. (99cda6cb)
  • client-securityhub: ITSM enhancements: DRYRUN mode for testing ticket creation, ServiceNow now uses AWS Secrets Manager for credentials, ConnectorRegistrationsV2 renamed to RegisterConnectorV2, added ServiceQuotaExceededException error, and ConnectorStatus visibility in CreateConnectorV2. (45c4bd14)
  • client-bedrock-agentcore-control: Supports AgentCore Evaluations, Policy, Episodic Memory Strategy, Resource Based Policy for Runtime and Gateway APIs, API Gateway Rest API Targets and enhances JWT authorizer. (072c9ff2)
  • client-bedrock-runtime: Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use. (57bdac08)
  • client-nova-act: Initial release of Nova Act SDK. The Nova Act service enables customers to build and manage fleets of agents for automating production UI workflows with high reliability, fastest time-to-value, and ease of implementation at scale. (f0544c31)
  • client-opensearch: GPU-acceleration helps you build large-scale vector databases faster and more efficiently. You can enable this feature on new OpenSearch domains and OpenSearch Serverless collections. This feature uses GPU-acceleration to reduce the time needed to index data into vector indexes. (263dd4ca)
  • client-cloudwatch-logs: CloudWatch Logs adds managed S3 Tables integration to access logs using other analytical tools, as well as facets and field indexing to simplify log analytics in CloudWatch Logs Insights. (f3383c4e)
  • client-bedrock: Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration. (c3ccd65d)
  • client-guardduty: Adding support for extended threat detection for Amazon EC2 and Amazon ECS. Adding support for wild card suppression rules. (d338e8aa)
  • client-s3: New S3 Storage Class FSX_ONTAP (56ffa40a)
  • client-bedrock-agentcore: Support for AgentCore Evaluations and Episodic memory strategy for AgentCore Memory. (ff3003b7)
  • client-savingsplans: Added support for Amazon Database Savings Plans (d93e9c41)
  • client-opensearchserverless: GPU-acceleration helps you build large-scale vector databases faster and more efficiently. You can enable this feature on new OpenSearch domains and OpenSearch Serverless collections. This feature uses GPU-acceleration to reduce the time needed to index data into vector indexes. (ae1f36f7)
  • client-cost-explorer: This release updates existing Savings Plans Purchase Analyzer and Recommendations APIs to support Database Savings Plans. (4dd5ecaa)
  • client-lambda: Launching Lambda durable functions - a new feature to build reliable multi-step applications and AI workflows natively within the Lambda developer experience. (01476cf7)
  • client-s3vectors: Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity. (b9835814)
  • client-s3tables: Add storage class, replication, and table record expiration features to S3 Tables. (f73480a7)
  • client-rds: RDS Oracle and SQL Server: Add support for adding, modifying, and removing additional storage volumes, offering up to 256TiB storage; RDS SQL Server: Support Developer Edition via custom engine versions for development and testing purposes; M7i/R7i instances with Optimize CPU for cost savings. (0fc234af)
Tests
  • core/protocols: add Query error deserialization unit test (#7535) (88074553)

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

v3.942.0

3.942.0(2025-12-01)

Chores
New Features

... (truncated)

Changelog

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

3.943.0 (2025-12-02)

Features

  • client-bedrock-runtime: Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use. (57bdac0)

3.941.0 (2025-11-26)

Features

  • client-bedrock-runtime: Bedrock Runtime Reserved Service Support (18c4e92)

3.940.0 (2025-11-25)

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

3.939.0 (2025-11-24)

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

3.938.0 (2025-11-21)

Features

  • client-bedrock-runtime: Add support to automatically enforce safeguards across accounts within an AWS Organization. (dd84b78)

3.936.0 (2025-11-19)

... (truncated)

Commits
  • 6900953 Publish v3.943.0
  • 57bdac0 feat(client-bedrock-runtime): Adds support for Audio Blocks and Streaming Ima...
  • c5dec5d Publish v3.941.0
  • 18c4e92 feat(client-bedrock-runtime): Bedrock Runtime Reserved Service Support
  • e9962f1 Publish v3.940.0
  • 1592379 Publish v3.939.0
  • 81789d8 Publish v3.938.0
  • dd84b78 feat(client-bedrock-runtime): Add support to automatically enforce safeguards...
  • a180cc7 Publish v3.936.0
  • c31b14b Publish v3.935.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-dynamodb from 3.928.0 to 3.943.0

Release notes

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

v3.943.0

3.943.0(2025-12-02)

Chores
  • core/protocols: dynamodb serde performance adjustments (#7536) (ae3e73d8)
New Features
  • clients: update client endpoints as of 2025-12-02 (2f1ed327)
  • client-s3-control: Add support for S3 Storage Lens Advanced Performance Metrics, Expanded Prefixes metrics report, and export to S3 Tables. (a8737778)
  • client-observabilityadmin: CloudWatch Observability Admin adds pipelines configuration for third party log ingestion and transformation of all logs ingested, integration of CloudWatch logs with S3 Tables, and AWS account or organization level enablement for 7 AWS services. (1e20b0fe)
  • client-fsx: S3 Access Points support...

    Description has been truncated

…updates

Bumps the test-versions group with 64 updates in the /packages/dd-trace/test/plugins/versions directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.65` | `2.0.77` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.68.0` | `0.71.1` |
| [@openai/agents](https://github.com/openai/openai-agents-js) | `0.3.0` | `0.3.4` |
| [@openai/agents-core](https://github.com/openai/openai-agents-js) | `0.3.0` | `0.3.4` |
| [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) | `2.12.0` | `2.12.1` |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `5.1.0` | `5.2.0` |
| [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) | `2.12.0` | `2.12.1` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.928.0` | `3.943.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.928.0` | `3.943.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.928.0` | `3.943.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.928.0` | `3.945.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.928.0` | `3.943.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.928.0` | `3.943.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.928.0` | `3.943.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.928.0` | `3.943.0` |
| [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) | `4.9.0` | `4.10.0` |
| [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) | `1.6.0` | `1.7.0` |
| [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) | `12.2.0` | `12.3.0` |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.19.0` | `1.31.0` |
| [@graphql-tools/executor](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/executor) | `1.4.11` | `1.5.0` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.14.1` | `1.14.2` |
| [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom) | `20.0.10` | `20.0.11` |
| [@koa/router](https://github.com/koajs/router) | `14.0.0` | `15.0.0` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.2.2` |
| [@langchain/classic](https://github.com/langchain-ai/langchainjs) | `1.0.1` | `1.0.5` |
| [@langchain/cohere](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.0.1` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.0.3` | `1.1.3` |
| [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `2.0.3` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.1.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.19.0` | `7.1.0` |
| [@redis/client](https://github.com/redis/node-redis) | `5.9.0` | `5.10.0` |
| [@smithy/smithy-client](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/smithy-client) | `4.9.3` | `4.9.10` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.8` | `4.0.15` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.8` | `4.0.15` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.0.8` | `4.0.15` |
| [ai](https://github.com/vercel/ai) | `5.0.92` | `5.0.107` |
| [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) | `4.4.0` | `4.5.0` |
| [body-parser](https://github.com/expressjs/body-parser) | `2.2.0` | `2.2.1` |
| [chai](https://github.com/chaijs/chai) | `6.2.0` | `6.2.1` |
| [cookie](https://github.com/jshttp/cookie) | `1.0.2` | `1.1.1` |
| [cypress](https://github.com/cypress-io/cypress) | `15.6.0` | `15.7.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.0` | `0.27.1` |
| [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.1` |
| [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) | `9.0.22` | `9.0.25` |
| [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.16.2` | `5.17.1` |
| [hono](https://github.com/honojs/hono) | `4.10.4` | `4.10.7` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `1.0.3` | `1.1.4` |
| [mquery](https://github.com/aheckmann/mquery) | `5.0.0` | `6.0.0` |
| [next](https://github.com/vercel/next.js) | `16.0.5` | `16.0.7` |
| [npm](https://github.com/npm/cli) | `11.6.2` | `11.6.4` |
| [openai](https://github.com/openai/openai-node) | `6.8.1` | `6.10.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.2` | `13.1.3` |
| [playwright](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.21.0` | `10.24.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `6.19.0` | `7.1.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.1` |
| [redis](https://github.com/redis/node-redis) | `5.9.0` | `5.10.0` |
| [tedious](https://github.com/tediousjs/tedious) | `19.1.0` | `19.1.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.8` | `4.0.15` |
| [workerpool](https://github.com/josdejong/workerpool) | `10.0.0` | `10.0.1` |
| [zod](https://github.com/colinhacks/zod) | `4.1.12` | `4.1.13` |



Updates `@ai-sdk/openai` from 2.0.65 to 2.0.77
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

Updates `@anthropic-ai/sdk` from 0.68.0 to 0.71.1
- [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.68.0...sdk-v0.71.1)

Updates `@openai/agents` from 0.3.0 to 0.3.4
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.3.0...v0.3.4)

Updates `@openai/agents-core` from 0.3.0 to 0.3.4
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.3.0...v0.3.4)

Updates `@apollo/gateway` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/gateway-js)

Updates `@apollo/server` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server)

Updates `@apollo/subgraph` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/subgraph-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/subgraph-js)

Updates `@aws-sdk/client-bedrock-runtime` from 3.928.0 to 3.943.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-bedrock-runtime/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.943.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.928.0 to 3.943.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-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.943.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.928.0 to 3.943.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-kinesis/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.943.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.928.0 to 3.945.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-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.945.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.928.0 to 3.943.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.943.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.928.0 to 3.943.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-sfn/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.943.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.928.0 to 3.943.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-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.943.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.928.0 to 3.943.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-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.943.0/clients/client-sqs)

Updates `@azure/functions` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases)
- [Commits](Azure/azure-functions-nodejs-library@v4.9.0...v4.10.0)

Updates `@confluentinc/kafka-javascript` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/confluentinc/confluent-kafka-javascript/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-javascript/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-javascript@v1.6.0...v1.7.0)

Updates `@cucumber/cucumber` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/cucumber/cucumber-js/releases)
- [Changelog](https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-js@v12.2.0...v12.3.0)

Updates `@google/genai` from 1.19.0 to 1.31.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v1.19.0...v1.31.0)

Updates `@graphql-tools/executor` from 1.4.11 to 1.5.0
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/executor/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/executor)

Updates `@grpc/grpc-js` from 1.14.1 to 1.14.2
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `@happy-dom/jest-environment` from 20.0.10 to 20.0.11
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.10...v20.0.11)

Updates `@koa/router` from 14.0.0 to 15.0.0
- [Release notes](https://github.com/koajs/router/releases)
- [Commits](koajs/router@v14.0.0...v15.0.0)

Updates `@langchain/anthropic` from 1.0.0 to 1.2.2
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/anthropic==1.0.0...@langchain/[email protected])

Updates `@langchain/classic` from 1.0.1 to 1.0.5
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/[email protected])

Updates `@langchain/cohere` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/cohere==1.0.0...@langchain/[email protected])

Updates `@langchain/core` from 1.0.3 to 1.1.3
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core==1.0.3...@langchain/[email protected])

Updates `@langchain/google-genai` from 1.0.0 to 2.0.3
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/google-genai==1.0.0...@langchain/[email protected])

Updates `@langchain/openai` from 1.0.0 to 1.1.3
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/[email protected])

Updates `@playwright/test` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

Updates `@prisma/client` from 6.19.0 to 7.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/client)

Updates `@redis/client` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.10.0)

Updates `@smithy/smithy-client` from 4.9.3 to 4.9.10
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/smithy-client/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/[email protected]/packages/smithy-client)

Updates `@vitest/coverage-istanbul` from 4.0.8 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/coverage-istanbul)

Updates `@vitest/coverage-v8` from 4.0.8 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/coverage-v8)

Updates `@vitest/runner` from 4.0.8 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/runner)

Updates `ai` from 5.0.92 to 5.0.107
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/[email protected]@5.0.107)

Updates `azure-functions-core-tools` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/Azure/azure-functions-core-tools/releases)
- [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/4.5.0/release_notes.md)
- [Commits](Azure/azure-functions-core-tools@4.4.0...4.5.0)

Updates `body-parser` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@v2.2.0...v2.2.1)

Updates `chai` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v6.2.0...v6.2.1)

Updates `cookie` from 1.0.2 to 1.1.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v1.0.2...v1.1.1)

Updates `cypress` from 15.6.0 to 15.7.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.6.0...v15.7.1)

Updates `esbuild` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.0...v0.27.1)

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.1.0...v5.2.1)

Updates `graphql-tools` from 9.0.22 to 9.0.25
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/[email protected]/packages/graphql-tools)

Updates `graphql-yoga` from 5.16.2 to 5.17.1
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/[email protected]/packages/graphql-yoga)

Updates `hono` from 4.10.4 to 4.10.7
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.10.4...v4.10.7)

Updates `langchain` from 1.0.3 to 1.1.4
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/[email protected])

Updates `mquery` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/mongoosejs/mquery/blob/master/History.md)
- [Commits](mongoosejs/mquery@5.0.0...6.0.0)

Updates `next` from 16.0.5 to 16.0.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.5...v16.0.7)

Updates `npm` from 11.6.2 to 11.6.4
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v11.6.2...v11.6.4)

Updates `openai` from 6.8.1 to 6.10.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.8.1...v6.10.0)

Updates `pino-pretty` from 13.1.2 to 13.1.3
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v13.1.2...v13.1.3)

Updates `playwright` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

Updates `playwright-core` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

Updates `pnpm` from 10.21.0 to 10.24.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/v10.24.0/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.24.0/pnpm)

Updates `prisma` from 6.19.0 to 7.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/cli)

Updates `react` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react)

Updates `react-dom` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react-dom)

Updates `redis` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.10.0)

Updates `tedious` from 19.1.0 to 19.1.3
- [Release notes](https://github.com/tediousjs/tedious/releases)
- [Commits](tediousjs/tedious@v19.1.0...v19.1.3)

Updates `vitest` from 4.0.8 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest)

Updates `workerpool` from 10.0.0 to 10.0.1
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](josdejong/workerpool@v10.0.0...v10.0.1)

Updates `zod` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.12...v4.1.13)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.77
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.71.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@openai/agents"
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@openai/agents-core"
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@apollo/gateway"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@apollo/server"
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@apollo/subgraph"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.945.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.943.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@azure/functions"
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@confluentinc/kafka-javascript"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@google/genai"
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@graphql-tools/executor"
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@happy-dom/jest-environment"
  dependency-version: 20.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@koa/router"
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/anthropic"
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@langchain/classic"
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/cohere"
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@langchain/google-genai"
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@prisma/client"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@smithy/smithy-client"
  dependency-version: 4.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@vitest/runner"
  dependency-version: 4.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: azure-functions-core-tools
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: body-parser
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: chai
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: cookie
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: esbuild
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: graphql-tools
  dependency-version: 9.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: graphql-yoga
  dependency-version: 5.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.10.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: mquery
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 16.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: npm
  dependency-version: 11.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright-core
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: prisma
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: react
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: react-dom
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: tedious
  dependency-version: 19.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: vitest
  dependency-version: 4.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: workerpool
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: zod
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Dec 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 5, 2025 16:35
@dependabot dependabot bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Dec 5, 2025
@github-actions
Copy link

github-actions bot commented Dec 5, 2025

Overall package size

Self size: 13.6 MB
Deduped: 113.8 MB
No deduping: 128.82 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | @datadog/libdatadog | 0.7.0 | 35.02 MB | 35.02 MB | | @datadog/native-appsec | 10.3.0 | 20.73 MB | 20.74 MB | | @datadog/pprof | 5.12.0 | 11.19 MB | 11.57 MB | | @datadog/native-iast-taint-tracking | 4.1.0 | 9.01 MB | 9.02 MB | | @opentelemetry/resources | 1.30.1 | 557.67 kB | 7.71 MB | | @opentelemetry/core | 1.30.1 | 908.66 kB | 7.16 MB | | protobufjs | 7.5.4 | 2.95 MB | 5.83 MB | | @datadog/wasm-js-rewriter | 5.0.1 | 2.82 MB | 3.53 MB | | @datadog/native-metrics | 3.1.1 | 1.02 MB | 1.43 MB | | @opentelemetry/api-logs | 0.208.0 | 199.48 kB | 1.42 MB | | @opentelemetry/api | 1.9.0 | 1.22 MB | 1.22 MB | | jsonpath-plus | 10.3.0 | 617.18 kB | 1.08 MB | | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | lru-cache | 10.4.3 | 804.3 kB | 804.3 kB | | @datadog/openfeature-node-server | 0.2.0 | 118.51 kB | 437.19 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | @datadog/sketches-js | 2.1.1 | 109.9 kB | 109.9 kB | | @isaacs/ttlcache | 2.1.3 | 90.79 kB | 90.79 kB | | lodash.sortby | 4.7.0 | 75.76 kB | 75.76 kB | | ignore | 7.0.5 | 63.38 kB | 63.38 kB | | istanbul-lib-coverage | 3.2.2 | 34.37 kB | 34.37 kB | | rfdc | 1.4.1 | 27.15 kB | 27.15 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB | | tlhunter-sorted-set | 0.1.0 | 24.94 kB | 24.94 kB | | shell-quote | 1.8.3 | 23.74 kB | 23.74 kB | | limiter | 1.1.5 | 23.17 kB | 23.17 kB | | retry | 0.13.1 | 18.85 kB | 18.85 kB | | semifies | 1.0.0 | 15.84 kB | 15.84 kB | | jest-docblock | 29.7.0 | 8.99 kB | 12.76 kB | | crypto-randomuuid | 1.0.0 | 11.18 kB | 11.18 kB | | ttl-set | 1.0.0 | 4.61 kB | 9.69 kB | | mutexify | 1.4.0 | 5.71 kB | 8.74 kB | | path-to-regexp | 0.1.12 | 6.6 kB | 6.6 kB | | module-details-from-path | 1.0.4 | 3.96 kB | 3.96 kB | | escape-string-regexp | 5.0.0 | 3.66 kB | 3.66 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@dd-octo-sts dd-octo-sts bot enabled auto-merge (squash) December 5, 2025 16:36
@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.34%. Comparing base (114188a) to head (9aec323).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7038      +/-   ##
==========================================
- Coverage   84.83%   83.34%   -1.50%     
==========================================
  Files         517      513       -4     
  Lines       22050    21978      -72     
==========================================
- Hits        18707    18317     -390     
- Misses       3343     3661     +318     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter
Copy link

pr-commenter bot commented Dec 5, 2025

Benchmarks

Benchmark execution time: 2025-12-05 16:44:54

Comparing candidate commit 9aec323 in PR branch dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-960059136d with baseline commit 114188a in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 292 metrics, 28 unstable metrics.

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

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant