Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

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

Package From To
@ai-sdk/openai 2.0.15 2.0.20
@aws-sdk/client-bedrock-runtime 3.864.0 3.873.0
@aws-sdk/client-dynamodb 3.868.0 3.873.0
@aws-sdk/client-kinesis 3.864.0 3.873.0
@aws-sdk/client-lambda 3.865.0 3.873.0
@aws-sdk/client-s3 3.864.0 3.873.0
@aws-sdk/client-sfn 3.864.0 3.873.0
@aws-sdk/client-sns 3.864.0 3.873.0
@aws-sdk/client-sqs 3.864.0 3.873.0
@confluentinc/kafka-javascript 1.4.0 1.4.1
@cucumber/cucumber 12.1.0 12.2.0
@langchain/core 0.3.71 0.3.72
@langchain/openai 0.6.7 0.6.9
@playwright/test 1.54.2 1.55.0
@redis/client 5.8.1 5.8.2
ai 5.0.15 5.0.23
amqplib 0.10.8 0.10.9
chai 5.2.1 6.0.1
cypress 14.5.4 15.0.0
hono 4.9.2 4.9.4
langchain 0.3.30 0.3.31
mongoose 8.17.1 8.18.0
next 15.4.6 15.5.0
openai 5.12.2 5.15.0
playwright 1.54.2 1.55.0
playwright-core 1.54.2 1.55.0
pnpm 10.14.0 10.15.0
redis 5.8.1 5.8.2
undici 7.14.0 7.15.0
zod 4.0.17 4.1.1

Updates @ai-sdk/openai from 2.0.15 to 2.0.20

Release notes

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

@​ai-sdk/openai@​2.0.20

Patch Changes

  • 974de40: fix(provider/ai): do not set .providerMetadata.openai.logprobs to an array of empty arrays when using streamText()

@​ai-sdk/openai@​2.0.19

Patch Changes

  • Updated dependencies [0857788]
    • @​ai-sdk/provider-utils@​3.0.5

@​ai-sdk/openai@​2.0.18

Patch Changes

  • 5e47d00: Support Responses API input_file file_url passthrough for PDFs.

    This adds:

    • file_url variant to OpenAIResponses user content
    • PDF URL mapping to input_file with file_url in Responses converter
    • PDF URL support in supportedUrls to avoid auto-download

@​ai-sdk/openai@​2.0.17

Patch Changes

  • 70bb696: fix(provider/openai): correct web search tool input
Commits
  • b37b753 Version Packages (#8232)
  • e0618ce refactoring(ai): use function to remove code duplication (#8261)
  • c09a802 fix(docs): corrected highlight range in tool-result example (#8234)
  • d09caa5 fix(providers/google-vertex): taskType now properly transforms to snake case ...
  • 7a2bf8d fix(ai): support loop breaking behavior in async iterable stream (#8220)
  • 5099b3d fix(ai): make chat.addToolResult() compatible with dynamic tool calls (#8231)
  • b8478f0 feat (provider/gateway): add mistral medium model id (#8248)
  • 974de40 fix(provider/ai): do not set .providerMetadata.openai.logprobs to an array ...
  • ca67e5a docs(pull-request-template): add self-review task (#8223)
  • 38c647e docs: Update LangSmith AI SDK tracing docs (#8229)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-bedrock-runtime from 3.864.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

Features

  • client-bedrock-runtime: Launch CountTokens API to allow token counting (e9e8d2d)
Commits
  • 308b00e Publish v3.873.0
  • 0b2e67c Publish v3.872.0
  • e9e8d2d feat(client-bedrock-runtime): Launch CountTokens API to allow token counting
  • b2eec67 chore(clients): use 'include' in tsconfig.json (#7266)
  • See full diff in compare view

Updates @aws-sdk/client-dynamodb from 3.868.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

Features

  • client-dynamodb: Remove incorrect endpoint tests (16a3ca8)
Commits

Updates @aws-sdk/client-kinesis from 3.864.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

Commits

Updates @aws-sdk/client-lambda from 3.865.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

Commits

Updates @aws-sdk/client-s3 from 3.864.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

Commits

Updates @aws-sdk/client-sfn from 3.864.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

Commits

Updates @aws-sdk/client-sns from 3.864.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

Commits

Updates @aws-sdk/client-sqs from 3.864.0 to 3.873.0

Release notes

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

v3.873.0

3.873.0(2025-08-21)

Chores
Documentation Changes
  • client-ecs: This is a documentation only release that adds additional information for the update-service request parameters. (2ccda781)
  • client-ssm-contacts: Doc-only updates for Incident Manager Contacts August 2025 (977796ec)
New Features
  • client-glue: Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure. (1ed08716)
  • client-guardduty: Remove Pattern trait from email field (1d689d7f)
  • client-gameliftstreams: The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier. (9341cdc1)
Tests
  • aws-protocoltests-smithy-rpcv2-cbor-schema: skip tests not working in vitest 3.x (#7274) (fd48b62a)
  • use accurate errors in testing (#7273) (97e916ee)
  • aws-client-retry-test: use Lambda client for retry test (#7272) (ff22f5ef)

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

v3.872.0

3.872.0(2025-08-20)

Chores
  • clients: use 'include' in tsconfig.json (#7266) (b2eec675)
  • protocoltests: use schema log filter when available (#7261) (2e38b4e1)
New Features
  • clients: update client endpoints as of 2025-08-20 (87f16686)
  • client-route53-recovery-control-config: Remove incorrect endpoint tests (41b859ac)
  • client-efs: Remove incorrect endpoint tests (fd49ae01)
  • client-sagemaker: This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig. (bfd2fd25)

... (truncated)

Changelog

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

3.873.0 (2025-08-21)

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

3.872.0 (2025-08-20)

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

Commits

Updates @confluentinc/kafka-javascript from 1.4.0 to 1.4.1

Release notes

Sourced from @​confluentinc/kafka-javascript's releases.

v1.4.1 is a maintenance release. It is supported for all usage.

Enhancements

  1. References librdkafka v2.11.1. Refer to the librdkafka v2.11.1 release notes for...

    Description has been truncated

…updates

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.15` | `2.0.20` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.868.0` | `3.873.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.865.0` | `3.873.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.864.0` | `3.873.0` |
| [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) | `1.4.0` | `1.4.1` |
| [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) | `12.1.0` | `12.2.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.71` | `0.3.72` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.6.7` | `0.6.9` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [@redis/client](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |
| [ai](https://github.com/vercel/ai) | `5.0.15` | `5.0.23` |
| [amqplib](https://github.com/amqp-node/amqplib) | `0.10.8` | `0.10.9` |
| [chai](https://github.com/chaijs/chai) | `5.2.1` | `6.0.1` |
| [cypress](https://github.com/cypress-io/cypress) | `14.5.4` | `15.0.0` |
| [hono](https://github.com/honojs/hono) | `4.9.2` | `4.9.4` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.30` | `0.3.31` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.17.1` | `8.18.0` |
| [next](https://github.com/vercel/next.js) | `15.4.6` | `15.5.0` |
| [openai](https://github.com/openai/openai-node) | `5.12.2` | `5.15.0` |
| [playwright](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.14.0` | `10.15.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |
| [undici](https://github.com/nodejs/undici) | `7.14.0` | `7.15.0` |
| [zod](https://github.com/colinhacks/zod) | `4.0.17` | `4.1.1` |



Updates `@ai-sdk/openai` from 2.0.15 to 2.0.20
- [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 `@aws-sdk/client-bedrock-runtime` from 3.864.0 to 3.873.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.873.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.868.0 to 3.873.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.873.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.864.0 to 3.873.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.873.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.865.0 to 3.873.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.873.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.864.0 to 3.873.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.873.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.864.0 to 3.873.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.873.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.864.0 to 3.873.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.873.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.864.0 to 3.873.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.873.0/clients/client-sqs)

Updates `@confluentinc/kafka-javascript` from 1.4.0 to 1.4.1
- [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.4.0...v1.4.1)

Updates `@cucumber/cucumber` from 12.1.0 to 12.2.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.1.0...v12.2.0)

Updates `@langchain/core` from 0.3.71 to 0.3.72
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/openai` from 0.6.7 to 0.6.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@playwright/test` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `@redis/client` from 5.8.1 to 5.8.2
- [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.8.2)

Updates `ai` from 5.0.15 to 5.0.23
- [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.23)

Updates `amqplib` from 0.10.8 to 0.10.9
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](amqp-node/amqplib@v0.10.8...v0.10.9)

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

Updates `cypress` from 14.5.4 to 15.0.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.5.4...v15.0.0)

Updates `hono` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.9.2...v4.9.4)

Updates `langchain` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `mongoose` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.17.1...8.18.0)

Updates `next` from 15.4.6 to 15.5.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.4.6...v15.5.0)

Updates `openai` from 5.12.2 to 5.15.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@v5.12.2...v5.15.0)

Updates `playwright` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `playwright-core` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `pnpm` from 10.14.0 to 10.15.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.15.0/pnpm)

Updates `redis` from 5.8.1 to 5.8.2
- [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.8.2)

Updates `undici` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.14.0...v7.15.0)

Updates `zod` from 4.0.17 to 4.1.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.0.17...v4.1.1)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@confluentinc/kafka-javascript"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 0.3.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 0.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@playwright/test"
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: amqplib
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: chai
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 15.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright-core
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: undici
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: zod
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 25, 2025 17:27
@dd-octo-sts dd-octo-sts bot enabled auto-merge (squash) August 25, 2025 17:27
Copy link

Overall package size

Self size: 11.9 MB
Deduped: 111.51 MB
No deduping: 111.86 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | @datadog/libdatadog | 0.7.0 | 35.02 MB | 35.02 MB | | @datadog/native-appsec | 10.1.0 | 20.37 MB | 20.37 MB | | @datadog/native-iast-taint-tracking | 4.0.0 | 11.72 MB | 11.73 MB | | @datadog/pprof | 5.9.0 | 9.77 MB | 10.1 MB | | @opentelemetry/core | 1.30.1 | 908.66 kB | 7.16 MB | | protobufjs | 7.5.4 | 2.95 MB | 5.6 MB | | @datadog/wasm-js-rewriter | 4.0.1 | 2.85 MB | 3.58 MB | | @datadog/native-metrics | 3.1.1 | 1.02 MB | 1.43 MB | | @opentelemetry/api | 1.8.0 | 1.21 MB | 1.21 MB | | jsonpath-plus | 10.3.0 | 617.18 kB | 1.08 MB | | import-in-the-middle | 1.14.2 | 122.36 kB | 850.93 kB | | lru-cache | 10.4.3 | 804.3 kB | 804.3 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.1.0 | 111.69 kB | 111.69 kB | | @datadog/sketches-js | 2.1.1 | 109.9 kB | 109.9 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 | | @isaacs/ttlcache | 1.4.1 | 25.2 kB | 25.2 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 | | koalas | 1.0.2 | 6.47 kB | 6.47 kB | | module-details-from-path | 1.0.4 | 3.96 kB | 3.96 kB |

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

Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.76%. Comparing base (d0dcf78) to head (c7b328b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6342   +/-   ##
=======================================
  Coverage   83.76%   83.76%           
=======================================
  Files         477      477           
  Lines       20060    20060           
=======================================
  Hits        16804    16804           
  Misses       3256     3256           

☔ 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 Aug 25, 2025

Benchmarks

Benchmark execution time: 2025-08-25 17:34:46

Comparing candidate commit c7b328b in PR branch dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-16a3afc851 with baseline commit d0dcf78 in branch master.

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

@dd-octo-sts dd-octo-sts bot merged commit df65b26 into master Aug 25, 2025
705 of 706 checks passed
@dd-octo-sts dd-octo-sts bot deleted the dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-16a3afc851 branch August 25, 2025 17:39
dd-octo-sts bot pushed a commit that referenced this pull request Aug 25, 2025
…updates (#6342)

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.15` | `2.0.20` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.868.0` | `3.873.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.865.0` | `3.873.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.864.0` | `3.873.0` |
| [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) | `1.4.0` | `1.4.1` |
| [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) | `12.1.0` | `12.2.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.71` | `0.3.72` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.6.7` | `0.6.9` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [@redis/client](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |
| [ai](https://github.com/vercel/ai) | `5.0.15` | `5.0.23` |
| [amqplib](https://github.com/amqp-node/amqplib) | `0.10.8` | `0.10.9` |
| [chai](https://github.com/chaijs/chai) | `5.2.1` | `6.0.1` |
| [cypress](https://github.com/cypress-io/cypress) | `14.5.4` | `15.0.0` |
| [hono](https://github.com/honojs/hono) | `4.9.2` | `4.9.4` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.30` | `0.3.31` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.17.1` | `8.18.0` |
| [next](https://github.com/vercel/next.js) | `15.4.6` | `15.5.0` |
| [openai](https://github.com/openai/openai-node) | `5.12.2` | `5.15.0` |
| [playwright](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.14.0` | `10.15.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |
| [undici](https://github.com/nodejs/undici) | `7.14.0` | `7.15.0` |
| [zod](https://github.com/colinhacks/zod) | `4.0.17` | `4.1.1` |



Updates `@ai-sdk/openai` from 2.0.15 to 2.0.20
- [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 `@aws-sdk/client-bedrock-runtime` from 3.864.0 to 3.873.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.873.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.868.0 to 3.873.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.873.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.864.0 to 3.873.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.873.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.865.0 to 3.873.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.873.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.864.0 to 3.873.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.873.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.864.0 to 3.873.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.873.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.864.0 to 3.873.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.873.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.864.0 to 3.873.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.873.0/clients/client-sqs)

Updates `@confluentinc/kafka-javascript` from 1.4.0 to 1.4.1
- [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.4.0...v1.4.1)

Updates `@cucumber/cucumber` from 12.1.0 to 12.2.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.1.0...v12.2.0)

Updates `@langchain/core` from 0.3.71 to 0.3.72
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/openai` from 0.6.7 to 0.6.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@playwright/test` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `@redis/client` from 5.8.1 to 5.8.2
- [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.8.2)

Updates `ai` from 5.0.15 to 5.0.23
- [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.23)

Updates `amqplib` from 0.10.8 to 0.10.9
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](amqp-node/amqplib@v0.10.8...v0.10.9)

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

Updates `cypress` from 14.5.4 to 15.0.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.5.4...v15.0.0)

Updates `hono` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.9.2...v4.9.4)

Updates `langchain` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `mongoose` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.17.1...8.18.0)

Updates `next` from 15.4.6 to 15.5.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.4.6...v15.5.0)

Updates `openai` from 5.12.2 to 5.15.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@v5.12.2...v5.15.0)

Updates `playwright` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `playwright-core` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `pnpm` from 10.14.0 to 10.15.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.15.0/pnpm)

Updates `redis` from 5.8.1 to 5.8.2
- [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.8.2)

Updates `undici` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.14.0...v7.15.0)

Updates `zod` from 4.0.17 to 4.1.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.0.17...v4.1.1)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@confluentinc/kafka-javascript"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 0.3.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 0.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@playwright/test"
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: amqplib
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: chai
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 15.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright-core
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: undici
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: zod
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts bot mentioned this pull request Aug 26, 2025
BridgeAR pushed a commit that referenced this pull request Aug 26, 2025
…updates (#6342)

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.15` | `2.0.20` |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.868.0` | `3.873.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.865.0` | `3.873.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.864.0` | `3.873.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.864.0` | `3.873.0` |
| [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) | `1.4.0` | `1.4.1` |
| [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) | `12.1.0` | `12.2.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.71` | `0.3.72` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.6.7` | `0.6.9` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [@redis/client](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |
| [ai](https://github.com/vercel/ai) | `5.0.15` | `5.0.23` |
| [amqplib](https://github.com/amqp-node/amqplib) | `0.10.8` | `0.10.9` |
| [chai](https://github.com/chaijs/chai) | `5.2.1` | `6.0.1` |
| [cypress](https://github.com/cypress-io/cypress) | `14.5.4` | `15.0.0` |
| [hono](https://github.com/honojs/hono) | `4.9.2` | `4.9.4` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.30` | `0.3.31` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.17.1` | `8.18.0` |
| [next](https://github.com/vercel/next.js) | `15.4.6` | `15.5.0` |
| [openai](https://github.com/openai/openai-node) | `5.12.2` | `5.15.0` |
| [playwright](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.14.0` | `10.15.0` |
| [redis](https://github.com/redis/node-redis) | `5.8.1` | `5.8.2` |
| [undici](https://github.com/nodejs/undici) | `7.14.0` | `7.15.0` |
| [zod](https://github.com/colinhacks/zod) | `4.0.17` | `4.1.1` |



Updates `@ai-sdk/openai` from 2.0.15 to 2.0.20
- [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 `@aws-sdk/client-bedrock-runtime` from 3.864.0 to 3.873.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.873.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.868.0 to 3.873.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.873.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.864.0 to 3.873.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.873.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.865.0 to 3.873.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.873.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.864.0 to 3.873.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.873.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.864.0 to 3.873.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.873.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.864.0 to 3.873.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.873.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.864.0 to 3.873.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.873.0/clients/client-sqs)

Updates `@confluentinc/kafka-javascript` from 1.4.0 to 1.4.1
- [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.4.0...v1.4.1)

Updates `@cucumber/cucumber` from 12.1.0 to 12.2.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.1.0...v12.2.0)

Updates `@langchain/core` from 0.3.71 to 0.3.72
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/openai` from 0.6.7 to 0.6.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@playwright/test` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `@redis/client` from 5.8.1 to 5.8.2
- [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.8.2)

Updates `ai` from 5.0.15 to 5.0.23
- [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.23)

Updates `amqplib` from 0.10.8 to 0.10.9
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](amqp-node/amqplib@v0.10.8...v0.10.9)

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

Updates `cypress` from 14.5.4 to 15.0.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.5.4...v15.0.0)

Updates `hono` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.9.2...v4.9.4)

Updates `langchain` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `mongoose` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.17.1...8.18.0)

Updates `next` from 15.4.6 to 15.5.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.4.6...v15.5.0)

Updates `openai` from 5.12.2 to 5.15.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@v5.12.2...v5.15.0)

Updates `playwright` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `playwright-core` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `pnpm` from 10.14.0 to 10.15.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.15.0/pnpm)

Updates `redis` from 5.8.1 to 5.8.2
- [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.8.2)

Updates `undici` from 7.14.0 to 7.15.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.14.0...v7.15.0)

Updates `zod` from 4.0.17 to 4.1.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.0.17...v4.1.1)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.873.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@confluentinc/kafka-javascript"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@langchain/core"
  dependency-version: 0.3.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@langchain/openai"
  dependency-version: 0.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@playwright/test"
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@redis/client"
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: amqplib
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: chai
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: cypress
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-versions
- dependency-name: hono
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: langchain
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: next
  dependency-version: 15.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: playwright-core
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: pnpm
  dependency-version: 10.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: undici
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: zod
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

0 participants