chore(deps): Bump @opentelemetry/sdk-node from 0.213.0 to 0.217.0 in /dev-packages/e2e-tests/test-applications/node-otel-sdk-node#20808
Conversation
Bumps [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) from 0.213.0 to 0.217.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@experimental/v0.213.0...experimental/v0.217.0) --- updated-dependencies: - dependency-name: "@opentelemetry/sdk-node" dependency-version: 0.217.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b6cdbfa. Configure here.
| }, | ||
| "dependencies": { | ||
| "@opentelemetry/sdk-node": "0.213.0", | ||
| "@opentelemetry/sdk-node": "0.217.0", |
There was a problem hiding this comment.
OpenTelemetry package version mismatch after partial bump
Medium Severity
@opentelemetry/sdk-node is bumped to 0.217.0 but @opentelemetry/exporter-trace-otlp-http remains at 0.213.0. Both packages are released together from the same monorepo and share internal dependencies (like @opentelemetry/sdk-trace-base, @opentelemetry/resources, @opentelemetry/core). Before this change they were both at 0.213.0. This version mismatch can cause runtime or type incompatibilities, especially since v0.215.0 included breaking changes. The exporter should be bumped to 0.217.0 as well.
Reviewed by Cursor Bugbot for commit b6cdbfa. Configure here.


Bumps @opentelemetry/sdk-node from 0.213.0 to 0.217.0.
Release notes
Sourced from @opentelemetry/sdk-node's releases.
... (truncated)
Commits
74cde1bchore: prepare next release (#6675)e8f439afix: handle malformed URLs in Prometheus exporter request handler (#6674)ab3a2e2feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...d5b7d1efix(deps): update dependency axios to v1.15.2 [security] (#6670)c163618chore(deps): update github/codeql-action digest to e46ed2c (#6661)ec2bfbechore(configuration): move config generation scripts into the configuration p...acc9ecdchore(configuration): cosmetic changes to generated types.ts (#6663)8f008ecchore: Move inactive members to emeritus (#6649)435431efix(configuration): improve the technique for removing '| null' on types due ...4222024fix(configuration): improve handling of enums in generated types (#6659)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.