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

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

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

Package From To
@ai-sdk/openai 2.0.25 2.0.27
@aws-sdk/client-s3 3.883.0 3.884.0
@opentelemetry/instrumentation-express 0.52.0 0.53.0
ai 5.0.34 5.0.38
mongoose 8.18.0 8.18.1
mysql2 3.14.4 3.14.5
openai 5.19.1 5.20.0

Updates @ai-sdk/openai from 2.0.25 to 2.0.27

Release notes

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

@​ai-sdk/openai@​2.0.27

Patch Changes

  • 2338c79: feat (provider/openai): add jsdoc for openai tools

@​ai-sdk/openai@​2.0.26

Patch Changes

  • 5819aec: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executed
  • af8c6bb: feat (provider/openai): add web_search tool
Commits
  • 52d4c4e Version Packages (#8508)
  • 2338c79 feat (provider/openai+anthropic): update jsdoc of provider-defined tools (#8506)
  • ccc2ded feat (ai): export gateway provider (#8507)
  • a5ca48c docs: OpenAI responses API is used by default (#8503)
  • 34941b8 docs: add troubleshooting for tool calls with generate/streamObject (#8504)
  • 525aa76 Version Packages (#8501)
  • 1887c53 feat(provider/google-vertex): add support for urlContext, googleSearch and co...
  • 5819aec fix (provider/openai): only send tool calls finish reason for tools that are ...
  • af8c6bb feat (provider/openai): add web_search tool (#8499)
  • c901895 Version Packages (#8495)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.883.0 to 3.884.0

Release notes

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

v3.884.0

3.884.0(2025-09-08)

New Features
  • clients: update client endpoints as of 2025-09-08 (6f0c981f)
  • client-s3: This release includes backward compatibility work on the "Expires" parameter. (11d390e1)
  • client-securityhub: This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls. (6069734f)
  • client-iotsitewise: Add ComputationModelVersion support in IoT SiteWise APIs (96c925cb)

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

Changelog

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

3.884.0 (2025-09-08)

Features

  • client-s3: This release includes backward compatibility work on the "Expires" parameter. (11d390e)
Commits
  • d5523dc Publish v3.884.0
  • 11d390e feat(client-s3): This release includes backward compatibility work on the "Ex...
  • See full diff in compare view

Updates @opentelemetry/instrumentation-express from 0.52.0 to 0.53.0

Release notes

Sourced from @​opentelemetry/instrumentation-express's releases.

instrumentation-redis: v0.53.0

0.53.0 (2025-09-08)

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.49.0 to ^0.50.0
Changelog

Sourced from @​opentelemetry/instrumentation-express's changelog.

0.53.0 (2025-09-08)

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.49.0 to ^0.50.0
Commits

Updates ai from 5.0.34 to 5.0.38

Release notes

Sourced from ai's releases.

[email protected]

Patch Changes

  • Updated dependencies [350a328]
    • @​ai-sdk/gateway@​1.0.20

[email protected]

Patch Changes

  • d6785d7: feat (ai): add tool and agent helpers

[email protected]

Patch Changes

  • ccc2ded: feat (ai): export gateway provider

[email protected]

Patch Changes

  • 99c946a: export missing type
Commits
  • cc229bd Version Packages (#8519)
  • 350a328 feat(provider/gateway): Add stealth models to Gateway autocomplete (#8517)
  • 6784eff docs(observability/laminar): update url from lmnr.ai to laminar.sh, fix env v...
  • 1f649aa Version Packages (#8510)
  • d6785d7 feat (ai): add tool and agent helpers (#8509)
  • 52d4c4e Version Packages (#8508)
  • 2338c79 feat (provider/openai+anthropic): update jsdoc of provider-defined tools (#8506)
  • ccc2ded feat (ai): export gateway provider (#8507)
  • a5ca48c docs: OpenAI responses API is used by default (#8503)
  • 34941b8 docs: add troubleshooting for tool calls with generate/streamObject (#8504)
  • Additional commits viewable in compare view

Updates mongoose from 8.18.0 to 8.18.1

Release notes

Sourced from mongoose's releases.

8.18.1 / 2025-09-08

  • types: correct type inference for maps of maps #15602
  • types(model): copy base model statics onto discriminator model #15623 #15600
  • types: fix types for a string of enums #15605 ruiaraujo
  • types(SchemaOptions): disallow versionKey: true, which fails at runtime #15606
  • docs(typescript): add example explaining how to use query helper overrides for handling lean() #15622 #15601
  • docs(transactions): add note about nested transactions #15624
Changelog

Sourced from mongoose's changelog.

8.18.1 / 2025-09-08

  • types: correct type inference for maps of maps #15602
  • types(model): copy base model statics onto discriminator model #15623 #15600
  • types: fix types for a string of enums #15605 ruiaraujo
  • types(SchemaOptions): disallow versionKey: true, which fails at runtime #15606
  • docs(typescript): add example explaining how to use query helper overrides for handling lean() #15622 #15601
  • docs(transactions): add note about nested transactions #15624
Commits
  • e86c102 chore: release 8.18.1
  • b78d37c Merge pull request #15624 from Automattic/vkarpov15/gh-15079
  • 8071004 docs(transactions): add note about nested transactions
  • 148393f Merge pull request #15622 from Automattic/vkarpov15/gh-15601
  • ead127b docs: correct toMap() example union handling
  • 24f8fb9 Merge pull request #15623 from Automattic/vkarpov15/gh-15600
  • 62bea80 docs: add working implementation of toMap() helper
  • 40a8904 Update docs/typescript/query-helpers.md
  • 9cd2c97 Update docs/typescript/query-helpers.md
  • 785909b types(model): copy base model statics onto discriminator model
  • Additional commits viewable in compare view

Updates mysql2 from 3.14.4 to 3.14.5

Release notes

Sourced from mysql2's releases.

v3.14.5

3.14.5 (2025-09-08)

Bug Fixes

Changelog

Sourced from mysql2's changelog.

3.14.5 (2025-09-08)

Bug Fixes

Commits
  • 73d578a chore(master): release 3.14.5 (#3785)
  • c091f1b fix(types): restrict StreamOptions.objectMode to true (#3686) (#3784)
  • aac1b0f build(deps-dev): bump @​types/node from 24.3.0 to 24.3.1 in /website (#3782)
  • f62508e build(deps-dev): bump @​types/node from 24.3.0 to 24.3.1 (#3781)
  • 8238634 build(deps): bump sass from 1.91.0 to 1.92.0 in /website (#3780)
  • 996c07c build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3778)
  • cd66c72 build(deps): bump @​mdx-js/react from 3.1.0 to 3.1.1 in /website (#3777)
  • See full diff in compare view

Updates openai from 5.19.1 to 5.20.0

Release notes

Sourced from openai's releases.

v5.20.0

5.20.0 (2025-09-08)

Full Changelog: v5.19.1...v5.20.0

Features

  • api: ship the RealtimeGA API shape (4286ddd)

Chores

Changelog

Sourced from openai's changelog.

5.20.0 (2025-09-08)

Full Changelog: v5.19.1...v5.20.0

Features

  • api: ship the RealtimeGA API shape (4286ddd)

Chores

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.25` | `2.0.27` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.883.0` | `3.884.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.52.0` | `0.53.0` |
| [ai](https://github.com/vercel/ai) | `5.0.34` | `5.0.38` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.0` | `8.18.1` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.4` | `3.14.5` |
| [openai](https://github.com/openai/openai-node) | `5.19.1` | `5.20.0` |



Updates `@ai-sdk/openai` from 2.0.25 to 2.0.27
- [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-s3` from 3.883.0 to 3.884.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.884.0/clients/client-s3)

Updates `@opentelemetry/instrumentation-express` from 0.52.0 to 0.53.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-express/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.53.0/packages/instrumentation-express)

Updates `ai` from 5.0.34 to 5.0.38
- [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.38)

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

Updates `mysql2` from 3.14.4 to 3.14.5
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.14.4...v3.14.5)

Updates `openai` from 5.19.1 to 5.20.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.19.1...v5.20.0)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.884.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mysql2
  dependency-version: 3.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 5.20.0
  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 Sep 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2025 01:03
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code dependabot labels Sep 9, 2025
@dd-octo-sts dd-octo-sts bot enabled auto-merge (squash) September 9, 2025 01:03
@github-actions
Copy link

github-actions bot commented Sep 9, 2025

Overall package size

Self size: 11.98 MB
Deduped: 112.06 MB
No deduping: 112.46 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | @datadog/libdatadog | 0.7.0 | 35.02 MB | 35.02 MB | | @datadog/native-appsec | 10.2.1 | 20.64 MB | 20.65 MB | | @datadog/native-iast-taint-tracking | 4.0.0 | 11.72 MB | 11.73 MB | | @datadog/pprof | 5.10.0 | 9.91 MB | 10.3 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.2.1 | 163.06 kB | 163.06 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

@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.31%. Comparing base (05ee5bb) to head (5133a69).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6403   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files         477      477           
  Lines       20088    20088           
=======================================
  Hits        16938    16938           
  Misses       3150     3150           

☔ 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.

@datadog-official
Copy link

datadog-official bot commented Sep 9, 2025

⚠️ Tests

⚠️ Warnings

❄️ 3 New flaky tests detected

[email protected] esm test management attempt to fix can attempt to fix and mark last attempt as passed if every attempt passes from integration-tests/cypress/cypress.spec.js (Datadog)
Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/dd-trace-js/dd-trace-js/integration-tests/cypress/cypress.spec.js)
[email protected] esm test management attempt to fix can attempt to fix and not mark last attempt if attempts both pass and fail from integration-tests/cypress/cypress.spec.js (Datadog)
Cannot read properties of undefined (reading 'content')
[email protected] esm test management attempt to fix does not attempt to fix tests if test management is not enabled from integration-tests/cypress/cypress.spec.js (Datadog)
Cannot read properties of undefined (reading 'content')

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 5133a69 | Docs | Was this helpful? Give us feedback!

@pr-commenter
Copy link

pr-commenter bot commented Sep 9, 2025

Benchmarks

Benchmark execution time: 2025-09-09 01:14:10

Comparing candidate commit 5133a69 in PR branch dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-52fb494edf with baseline commit 05ee5bb in branch master.

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

@dd-octo-sts dd-octo-sts bot merged commit adb8603 into master Sep 9, 2025
821 of 825 checks passed
@dd-octo-sts dd-octo-sts bot deleted the dependabot/npm_and_yarn/packages/dd-trace/test/plugins/versions/test-versions-52fb494edf branch September 9, 2025 01:19
dd-octo-sts bot pushed a commit that referenced this pull request Sep 9, 2025
…pdates (#6403)

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.25` | `2.0.27` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.883.0` | `3.884.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.52.0` | `0.53.0` |
| [ai](https://github.com/vercel/ai) | `5.0.34` | `5.0.38` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.0` | `8.18.1` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.4` | `3.14.5` |
| [openai](https://github.com/openai/openai-node) | `5.19.1` | `5.20.0` |



Updates `@ai-sdk/openai` from 2.0.25 to 2.0.27
- [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-s3` from 3.883.0 to 3.884.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.884.0/clients/client-s3)

Updates `@opentelemetry/instrumentation-express` from 0.52.0 to 0.53.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-express/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.53.0/packages/instrumentation-express)

Updates `ai` from 5.0.34 to 5.0.38
- [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.38)

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

Updates `mysql2` from 3.14.4 to 3.14.5
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.14.4...v3.14.5)

Updates `openai` from 5.19.1 to 5.20.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.19.1...v5.20.0)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.884.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mysql2
  dependency-version: 3.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 5.20.0
  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 Sep 9, 2025
crysmags pushed a commit that referenced this pull request Sep 9, 2025
…pdates (#6403)

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `2.0.25` | `2.0.27` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.883.0` | `3.884.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-express) | `0.52.0` | `0.53.0` |
| [ai](https://github.com/vercel/ai) | `5.0.34` | `5.0.38` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.0` | `8.18.1` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.4` | `3.14.5` |
| [openai](https://github.com/openai/openai-node) | `5.19.1` | `5.20.0` |



Updates `@ai-sdk/openai` from 2.0.25 to 2.0.27
- [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-s3` from 3.883.0 to 3.884.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.884.0/clients/client-s3)

Updates `@opentelemetry/instrumentation-express` from 0.52.0 to 0.53.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-express/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.53.0/packages/instrumentation-express)

Updates `ai` from 5.0.34 to 5.0.38
- [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.38)

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

Updates `mysql2` from 3.14.4 to 3.14.5
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.14.4...v3.14.5)

Updates `openai` from 5.19.1 to 5.20.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.19.1...v5.20.0)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.884.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: ai
  dependency-version: 5.0.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mongoose
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: mysql2
  dependency-version: 3.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 5.20.0
  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.

1 participant