From 9c8ea492fe24c700afe4ee2abab76b33a3543f34 Mon Sep 17 00:00:00 2001 From: Sebastian Conde Lorenzo Date: Tue, 7 Jul 2026 14:24:44 +0200 Subject: [PATCH] docs: lower JavaScript dd-trace requirement --- README.md | 2 +- docs/upgrade-1.0.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e91145..71d25e6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Minimum supported library and runtime requirements: - Ruby requires the `datadog-ci` gem **1.31.0** or higher. - Python requires the `ddtrace` package **4.10.3** or higher and `pytest`. -- JavaScript requires the `dd-trace` package **6.0.0** or higher, Node.js, and +- JavaScript requires the `dd-trace` package **5.111.0** or higher, Node.js, and Jest. For instructions on setting up Test Optimization, see the [Datadog Test Optimization documentation](https://docs.datadoghq.com/tests/setup/). diff --git a/docs/upgrade-1.0.md b/docs/upgrade-1.0.md index 19a7f45..c46823b 100644 --- a/docs/upgrade-1.0.md +++ b/docs/upgrade-1.0.md @@ -10,7 +10,7 @@ Minimum supported library and runtime requirements: - Ruby requires the `datadog-ci` gem 1.31.0 or higher. - Python requires the `ddtrace` package 4.10.3 or higher and `pytest`. -- JavaScript requires the `dd-trace` package 6.0.0 or higher, Node.js, and +- JavaScript requires the `dd-trace` package 5.111.0 or higher, Node.js, and Jest. DDTest 1.0 writes plan files under `.testoptimization/runner/*`. If your @@ -28,7 +28,7 @@ these paths: 1. Verify the Datadog Test Optimization library version for your platform: `datadog-ci` 1.31.0 or higher for Ruby, or `ddtrace` 4.10.3 or higher for - Python, or `dd-trace` 6.0.0 or higher for JavaScript. + Python, or `dd-trace` 5.111.0 or higher for JavaScript. 2. Remove references to legacy root plan paths from CI templates and custom scripts. 3. Run `ddtest plan` in CI. 4. Run one CI shard with `DD_TEST_OPTIMIZATION_RUNNER_CI_NODE=0 ddtest run`.