From dd4305f51552283f0da51c234e8b8be951b081a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 10:32:41 +0000 Subject: [PATCH] Update dependency dd-trace to v4.18.0 (#578) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dd-trace](https://togithub.com/DataDog/dd-trace-js) | [`4.17.0` -> `4.18.0`](https://renovatebot.com/diffs/npm/dd-trace/4.17.0/4.18.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dd-trace/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dd-trace/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dd-trace/4.17.0/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dd-trace/4.17.0/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
DataDog/dd-trace-js (dd-trace) ### [`v4.18.0`](https://togithub.com/DataDog/dd-trace-js/releases/tag/v4.18.0) [Compare Source](https://togithub.com/DataDog/dd-trace-js/compare/v4.17.0...v4.18.0) ##### Bug Fixes - **core**: fix next.js build errors by refactoring config ([#​3748](https://togithub.com/DataDog/dd-trace-js/issues/3748)) - **core**: fix error in http plugin when it was enabled after request start ([#​3740](https://togithub.com/DataDog/dd-trace-js/issues/3740)) - **appsec**: Check only query and body parameters in nosql injections ([#​3725](https://togithub.com/DataDog/dd-trace-js/issues/3725)) - **appsec**: Fix knex nested queries ([#​3730](https://togithub.com/DataDog/dd-trace-js/issues/3730)) - **appsec**: Handle headers with array values ([#​3751](https://togithub.com/DataDog/dd-trace-js/issues/3751)) - **profiling**: Call the right method to unsubscribe from a channel ([#​3756](https://togithub.com/DataDog/dd-trace-js/issues/3756)) ##### Improvements - **core**: report tested integrations and their tested versions ([#​3669](https://togithub.com/DataDog/dd-trace-js/issues/3669)) - **core**: Support for node 21 ([#​3729](https://togithub.com/DataDog/dd-trace-js/issues/3729)) - **core**: Next.js: Don't Trace Middleware ([#​3702](https://togithub.com/DataDog/dd-trace-js/issues/3702)) - **core**: Make telemetry metrics true by default ([#​3747](https://togithub.com/DataDog/dd-trace-js/issues/3747)) - **core**: NextJS error handling ([#​3715](https://togithub.com/DataDog/dd-trace-js/issues/3715)) - **profiling**: Emit thread names in wall profiles ([#​3726](https://togithub.com/DataDog/dd-trace-js/issues/3726)) - **ci-visibility**: Add custom tags capability to playwright tests ([#​3741](https://togithub.com/DataDog/dd-trace-js/issues/3741)) - **ci-visibility**: Instrument suite parsing errors as failed suites ([#​3735](https://togithub.com/DataDog/dd-trace-js/issues/3735)) - **ci-visibility**: Better logs for intelligent test runner ([#​3742](https://togithub.com/DataDog/dd-trace-js/issues/3742)) - **ci-visibility**: Remove user credentials from `DD_GIT_REPOSITORY_URL` ([#​3744](https://togithub.com/DataDog/dd-trace-js/issues/3744)) - **ci-visibility**: Improve test status in test sessions for jest and mocha ([#​3736](https://togithub.com/DataDog/dd-trace-js/issues/3736)) - **appsec**: Add configurable IAST redaction pattern ([#​3720](https://togithub.com/DataDog/dd-trace-js/issues/3720)) - **appsec**: Generic telemetry logs ([#​3647](https://togithub.com/DataDog/dd-trace-js/issues/3647)) ##### Features - **appsec**: Hardcoded secret detection ([#​3687](https://togithub.com/DataDog/dd-trace-js/issues/3687))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5c6a12b62..af2cb03ee8 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "critters": "0.0.20", "cross-env": "7.0.3", "cross-spawn": "7.0.3", - "dd-trace": "4.17.0", + "dd-trace": "4.18.0", "es5-ext": "0.10.62", "escape-string-regexp": "5.0.0", "eslint": "8.52.0",