Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions packages/dd-trace/test/plugins/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@azure/event-hubs": "6.0.4",
"@azure/functions": "4.16.1",
"@azure/service-bus": "7.9.5",
"@babel/core": "7.29.0",
"@babel/preset-typescript": "7.28.5",
"@babel/core": "8.0.1",
"@babel/preset-typescript": "8.0.1",
Comment on lines +31 to +32

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Babel capped to a Node 18-compatible major

The Jest integration sandboxes request unversioned @babel/core/@babel/preset-typescript (integration-tests/jest/jest.core.spec.js:85, with the sibling Jest specs doing the same), and createSandbox() resolves unversioned deps through getCappedRange() to this latests entry. The integration-jest workflow still runs version: oldest, which resolves to the pinned Node 18, but @babel/core@8.0.1 is ESM-only and its package metadata declares engines.node as ^22.18.0 || >=24.11.0, so the Node 18 Jest sandbox will fail to install or load Babel. Please keep these Babel entries on 7.x (or explicitly pin the Jest sandboxes) until the Node 18 matrix is removed.

Useful? React with 👍 / 👎.

"@confluentinc/kafka-javascript": "1.9.1",
"@cucumber/cucumber": "13.0.0",
"@datadog/openfeature-node-server": "2.0.0",
"@elastic/elasticsearch": "9.4.0",
"@elastic/transport": "9.3.5",
"@electron/packager": "20.0.0",
"@electron/packager": "20.0.1",
"@fastify/cookie": "11.0.2",
"@fastify/multipart": "10.0.0",
"@google-cloud/pubsub": "5.3.1",
Expand Down Expand Up @@ -113,14 +113,14 @@
"cookie": "1.1.1",
"cookie-parser": "1.4.7",
"couchbase": "4.7.0",
"cypress": "15.16.0",
"cypress": "15.17.0",
"cypress-fail-fast": "8.1.0",
"dd-trace-api": "1.0.1",
"durable-functions": "3.3.1",
"ejs": "5.0.2",
"elasticsearch": "16.7.3",
"electron": "42.1.0",
"esbuild": "0.28.0",
"electron": "42.4.1",
"esbuild": "0.28.1",
"express": "5.2.1",
"express-mongo-sanitize": "2.2.0",
"express-session": "1.19.0",
Expand Down Expand Up @@ -174,7 +174,7 @@
"multer": "2.1.1",
"mysql": "2.18.1",
"mysql2": "3.22.3",
"next": "16.2.6",
"next": "16.2.9",
"nock": "14.0.15",
"node-18": "npm:node@18.20.8",
"node-20": "npm:node@20.20.2",
Expand Down Expand Up @@ -205,14 +205,14 @@
"protobufjs": "8.6.4",
"pug": "3.0.4",
"q": "2.0.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"redis": "5.12.1",
"request": "2.88.2",
"restify": "11.1.0",
"rhea": "3.0.5",
"router": "2.2.0",
"selenium-webdriver": "4.44.0",
"selenium-webdriver": "4.45.0",
"sequelize": "6.37.8",
"sharedb": "5.2.2",
"sinon": "22.0.0",
Expand Down
Loading