Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps the opentelemetry group with 7 updates:

Package From To
@opentelemetry/semantic-conventions 1.37.0 1.38.0
@opentelemetry/core 2.1.0 2.2.0
@opentelemetry/context-async-hooks 2.1.0 2.2.0
@opentelemetry/resources 2.1.0 2.2.0
@opentelemetry/sdk-trace-base 2.1.0 2.2.0
@opentelemetry/redis-common 0.38.0 0.38.2
@opentelemetry/sql-common 0.41.0 0.41.2

Updates @opentelemetry/semantic-conventions from 1.37.0 to 1.38.0

Release notes

Sourced from @​opentelemetry/semantic-conventions's releases.

semconv/v1.38.0

1.38.0

🚀 Features

  • feat: update semantic conventions to v1.38.0 #6090 @​trentm
    • Semantic Conventions v1.38.0: changelog | latest docs
    • @opentelemetry/semantic-conventions (stable) changes: none
    • @opentelemetry/semantic-conventions/incubating (unstable) changes: 1 exported value changed, 40 newly deprecated exports, 1 newly undeprecated export, 157 added exports

Unstable changes in v1.38.0

ATTR_PROCESS_CONTEXT_SWITCH_TYPE // process.context_switch_type -> process.context_switch.type
METRIC_K8S_CRONJOB_ACTIVE_JOBS                  // k8s.cronjob.active_jobs: Replaced by `k8s.cronjob.job.active`.
METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES    // k8s.daemonset.current_scheduled_nodes: Replaced by `k8s.daemonset.node.current_scheduled`.
METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES    // k8s.daemonset.desired_scheduled_nodes: Replaced by `k8s.daemonset.node.desired_scheduled`.
METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES         // k8s.daemonset.misscheduled_nodes: Replaced by `k8s.daemonset.node.misscheduled`.
METRIC_K8S_DAEMONSET_READY_NODES                // k8s.daemonset.ready_nodes: Replaced by `k8s.daemonset.node.ready`.
METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS            // k8s.deployment.available_pods: Replaced by `k8s.deployment.pod.available`.
METRIC_K8S_DEPLOYMENT_DESIRED_PODS              // k8s.deployment.desired_pods: Replaced by `k8s.deployment.pod.desired`.
METRIC_K8S_HPA_CURRENT_PODS                     // k8s.hpa.current_pods: Replaced by `k8s.hpa.pod.current`.
METRIC_K8S_HPA_DESIRED_PODS                     // k8s.hpa.desired_pods: Replaced by `k8s.hpa.pod.desired`.
METRIC_K8S_HPA_MAX_PODS                         // k8s.hpa.max_pods: Replaced by `k8s.hpa.pod.max`.
METRIC_K8S_HPA_MIN_PODS                         // k8s.hpa.min_pods: Replaced by `k8s.hpa.pod.min`.
METRIC_K8S_JOB_ACTIVE_PODS                      // k8s.job.active_pods: Replaced by `k8s.job.pod.active`.
METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS          // k8s.job.desired_successful_pods: Replaced by `k8s.job.pod.desired_successful`.
METRIC_K8S_JOB_FAILED_PODS                      // k8s.job.failed_pods: Replaced by `k8s.job.pod.failed`.
METRIC_K8S_JOB_MAX_PARALLEL_PODS                // k8s.job.max_parallel_pods: Replaced by `k8s.job.pod.max_parallel`.
METRIC_K8S_JOB_SUCCESSFUL_PODS                  // k8s.job.successful_pods: Replaced by `k8s.job.pod.successful`.
METRIC_K8S_NODE_ALLOCATABLE_CPU                 // k8s.node.allocatable.cpu: Replaced by `k8s.node.cpu.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE   // k8s.node.allocatable.ephemeral_storage: Replaced by `k8s.node.ephemeral_storage.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_MEMORY              // k8s.node.allocatable.memory: Replaced by `k8s.node.memory.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_PODS                // k8s.node.allocatable.pods: Replaced by `k8s.node.pod.allocatable`.
METRIC_K8S_REPLICASET_AVAILABLE_PODS            // k8s.replicaset.available_pods: Replaced by `k8s.replicaset.pod.available`.
METRIC_K8S_REPLICASET_DESIRED_PODS              // k8s.replicaset.desired_pods: Replaced by `k8s.replicaset.pod.desired`.
METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS // k8s.replicationcontroller.available_pods: Replaced by `k8s.replicationcontroller.pod.available`.
METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS   // k8s.replicationcontroller.desired_pods: Replaced by `k8s.replicationcontroller.pod.desired`.
METRIC_K8S_STATEFULSET_CURRENT_PODS             // k8s.statefulset.current_pods: Replaced by `k8s.statefulset.pod.current`.
</tr></table> 

... (truncated)

Commits
  • e460f03 chore: prepare next release (#6091)
  • 32336f1 feat(semantic-conventions): update semantic conventions to v1.38.0 (#6090)
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/semantic-conventions since your current version.


Updates @opentelemetry/core from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/core's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/core's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/core since your current version.


Updates @opentelemetry/context-async-hooks from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/context-async-hooks's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/context-async-hooks's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/context-async-hooks since your current version.


Updates @opentelemetry/resources from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/resources's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/resources since your current version.


Updates @opentelemetry/sdk-trace-base from 2.1.0 to 2.2.0

Release notes

Sourced from @​opentelemetry/sdk-trace-base's releases.

v2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Changelog

Sourced from @​opentelemetry/sdk-trace-base's changelog.

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @​cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @​cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @​cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @​43081j
  • test: test Node.js 25 in CI #6019 @​cjihrig
Commits
  • fb6476d chore: prepare next release (#6008)
  • 2d115fd test: test Node.js 25 in CI (#6019)
  • fe8fd65 feat(opentelemetry-configuration): support file with format rc.2 (#6029)
  • 91e0d23 chore(deps): update actions/setup-node action to v6 (#6028)
  • 3bb5717 test(opentelemetry-configuration): ensure process.env is cleaned up after `...
  • a93b1dc chore(move-to-emeriuts): create token before checkout (#6018)
  • a39500d test(otlp-grpc-exporter-base): remove duplicated delete statements (#6022)
  • 8c62fb1 chore(deps): Update import-in-the-middle (#6020)
  • 6854413 test(sdk-logs): ensure process.env is cleaned up between tests (#6017)
  • 3353b6f feat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/sdk-trace-base since your current version.


Updates @opentelemetry/redis-common from 0.38.0 to 0.38.2

Changelog

Sourced from @​opentelemetry/redis-common's changelog.

0.38.2 (2025-09-29)

Bug Fixes

0.38.1 (2025-09-25)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/redis-common since your current version.


Updates @opentelemetry/sql-common from 0.41.0 to 0.41.2

Changelog

Sourced from @​opentelemetry/sql-common's changelog.

0.41.2 (2025-09-29)

Bug Fixes

0.41.1 (2025-09-25)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/sql-common since your current version.


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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 20, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/opentelemetry-b8bb5f3a48 branch from 1d57185 to 0f37057 Compare November 20, 2025 17:28
Bumps the opentelemetry group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.37.0` | `1.38.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/context-async-hooks](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `2.1.0` | `2.2.0` |
| [@opentelemetry/redis-common](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/redis-common) | `0.38.0` | `0.38.2` |
| [@opentelemetry/sql-common](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/sql-common) | `0.41.0` | `0.41.2` |


Updates `@opentelemetry/semantic-conventions` from 1.37.0 to 1.38.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@semconv/v1.37.0...semconv/v1.38.0)

Updates `@opentelemetry/core` from 2.1.0 to 2.2.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@v2.1.0...v2.2.0)

Updates `@opentelemetry/context-async-hooks` from 2.1.0 to 2.2.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@v2.1.0...v2.2.0)

Updates `@opentelemetry/resources` from 2.1.0 to 2.2.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@v2.1.0...v2.2.0)

Updates `@opentelemetry/sdk-trace-base` from 2.1.0 to 2.2.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@v2.1.0...v2.2.0)

Updates `@opentelemetry/redis-common` from 0.38.0 to 0.38.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/redis-common/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/redis-common-v0.38.2/packages/redis-common)

Updates `@opentelemetry/sql-common` from 0.41.0 to 0.41.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/sql-common/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/sql-common-v0.41.2/packages/sql-common)

---
updated-dependencies:
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/context-async-hooks"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/resources"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/redis-common"
  dependency-version: 0.38.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sql-common"
  dependency-version: 0.41.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/opentelemetry-b8bb5f3a48 branch from 0f37057 to daa0d3a Compare November 21, 2025 12:03
"@opentelemetry/resources": "^1.30.1 || ^2.1.0",
"@opentelemetry/sdk-trace-base": "^1.30.1 || ^2.1.0",
"@opentelemetry/semantic-conventions": "^1.37.0"
"@opentelemetry/semantic-conventions": "^1.38.0"
Copy link

Choose a reason for hiding this comment

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

Bug: peerDependencies not updated for OpenTelemetry 2.2.0

The peerDependencies in this package still allow only @opentelemetry/core, @opentelemetry/context-async-hooks, @opentelemetry/resources, and @opentelemetry/sdk-trace-base up to ^2.1.0, but devDependencies have been upgraded to ^2.2.0. This creates a version mismatch: consumers upgrading to OpenTelemetry 2.2.0 will encounter peer dependency conflicts when trying to use this package. The peerDependencies ranges must include ^2.2.0 to match the updated versions.

Fix in Cursor Fix in Web

"@opentelemetry/core": "^1.30.1 || ^2.1.0",
"@opentelemetry/sdk-trace-base": "^1.30.1 || ^2.1.0",
"@opentelemetry/semantic-conventions": "^1.37.0"
"@opentelemetry/semantic-conventions": "^1.38.0"
Copy link

Choose a reason for hiding this comment

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

Bug: peerDependencies not updated for OpenTelemetry 2.2.0

The peerDependencies in this package still allow only @opentelemetry/core, @opentelemetry/context-async-hooks, and @opentelemetry/sdk-trace-base up to ^2.1.0, but devDependencies have been upgraded to ^2.2.0. This creates a version mismatch: consumers upgrading to OpenTelemetry 2.2.0 will encounter peer dependency conflicts when trying to use this package. The peerDependencies ranges must include ^2.2.0 to match the updated versions.

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/opentelemetry-b8bb5f3a48 branch November 21, 2025 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant