chore(deps): bump dd-trace from 4.46.0 to 5.100.0#7848
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e5ef26345
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "commitlint-plugin-function-rules": "^1.3.2", | ||
| "dd-trace": "4.46.0" | ||
| "dd-trace": "5.100.0" |
There was a problem hiding this comment.
Update the condo peer range for dd-trace 5
When this root dependency is upgraded to dd-trace@5.100.0, @app/condo still declares dd-trace as an optional peer of only ^4.46.0 in apps/condo/package.json, even though the condo server and worker are the code paths that require('dd-trace'). In installs or tooling that validate the workspace peer contract, the app now advertises the tracer version supplied by the repo as incompatible, so bump the condo peer range to include the v5 version being tested here.
Useful? React with 👍 / 👎.
3e5ef26 to
b77adbc
Compare
b77adbc to
66c80c6
Compare
66c80c6 to
3e4e37b
Compare
3e4e37b to
2e3d130
Compare
Bumps [dd-trace](https://github.com/DataDog/dd-trace-js) from 4.46.0 to 5.100.0. - [Release notes](https://github.com/DataDog/dd-trace-js/releases) - [Commits](DataDog/dd-trace-js@v4.46.0...v5.100.0) --- updated-dependencies: - dependency-name: dd-trace dependency-version: 5.100.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2e3d130 to
003c9ff
Compare
|



Bumps dd-trace from 4.46.0 to 5.100.0.
Release notes
Sourced from dd-trace's releases.
... (truncated)
Commits
581910dv5.100.0b24e364perf(propagation): rewrite tracestate parser to be linear (#8256)8e59ac7chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 1 dir...e909c52chore(deps): bump the gh-actions-packages group across 2 directories with 1 u...86e35a9fix(express): use the host's path-to-regexp dialect for route tagging (#8224)9f302ferefactor(otel): extract bridge helpers into span-helpers.js (#8220)200d3bdfix(otel): return a non-recording span when the inner tracer is the noop (#8218)b2df728fix(esm): expose 'tracer' as an ESM named export (#8216)741482cfix: small correctness issues in mongodb-core and bullmq (#8228)280f96efix(config): align inferred service name with agent normalization (#8217)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for dd-trace since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.