Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the production-dependencies group with 8 updates:

Package From To
@opentelemetry/auto-instrumentations-node 0.59.0 0.60.0
@opentelemetry/exporter-logs-otlp-proto 0.201.1 0.202.0
@opentelemetry/exporter-metrics-otlp-proto 0.201.1 0.202.0
@opentelemetry/exporter-trace-otlp-proto 0.201.1 0.202.0
@opentelemetry/instrumentation-kafkajs 0.10.0 0.11.0
@opentelemetry/resource-detector-container 0.7.1 0.7.2
@opentelemetry/sdk-logs 0.201.1 0.202.0
@opentelemetry/sdk-node 0.201.1 0.202.0

Updates @opentelemetry/auto-instrumentations-node from 0.59.0 to 0.60.0

Release notes

Sourced from @​opentelemetry/auto-instrumentations-node's releases.

auto-instrumentations-node: v0.60.0

0.60.0 (2025-06-02)

Features

  • deps: update deps matching '@opentelemetry/*' (#2871) (d33c6f2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.52.0 to ^0.53.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.53.0 to ^0.54.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.16.0 to ^0.17.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.18.0 to ^0.19.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-express bumped from ^0.50.0 to ^0.51.0
      • @​opentelemetry/instrumentation-fastify bumped from ^0.46.0 to ^0.47.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.21.0 to ^0.22.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.49.0 to ^0.50.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.49.0 to ^0.50.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.10.0 to ^0.11.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.46.0 to ^0.47.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.49.0 to ^0.50.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.46.0 to ^0.47.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.54.0 to ^0.55.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-net bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-oracledb bumped from ^0.27.0 to ^0.28.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.53.0 to ^0.54.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-redis-4 bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-router bumped from ^0.46.0 to ^0.47.0
      • @​opentelemetry/instrumentation-runtime-node bumped from ^0.15.0 to ^0.16.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.20.0 to ^0.21.0

... (truncated)

Commits
  • 7481f71 chore: release main (#2834)
  • d33c6f2 feat(deps): update deps matching '@opentelemetry/*' (#2871)
  • 2ac08ff test: stop using the obsolete AsyncHooksContextManager in tests (#2864)
  • 6f65523 fix(opentelemetry-instrumentation-aws-sdk)!: rename aws.region to `cloud.regi...
  • 33337d4 chore(gcp-resource-detector): unit test to prevent a regression and ensure pr...
  • 19a2ad5 refactor(instrumentation-restify): update semconv usage to ATTR_ exports (#2861)
  • b417e90 refactor(instrumentation-express): update semconv usage to ATTR_ exports (#2859)
  • 65a1389 refactor(instrumentation-connect): update semconv usage to ATTR_ exports (#2858)
  • af9ff12 refactor(resource-detector-instana): update semconv usage to ATTR_ exports (#...
  • 24c2404 refactor(instrumentation-fastify): update semconv usage to ATTR_ exports (#2862)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-logs-otlp-proto from 0.201.1 to 0.202.0

Release notes

Sourced from @​opentelemetry/exporter-logs-otlp-proto's releases.

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

Updates @opentelemetry/exporter-metrics-otlp-proto from 0.201.1 to 0.202.0

Release notes

Sourced from @​opentelemetry/exporter-metrics-otlp-proto's releases.

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

Updates @opentelemetry/exporter-trace-otlp-proto from 0.201.1 to 0.202.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-proto's releases.

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

Updates @opentelemetry/instrumentation-kafkajs from 0.10.0 to 0.11.0

Release notes

Sourced from @​opentelemetry/instrumentation-kafkajs's releases.

instrumentation-kafkajs: v0.11.0

0.11.0 (2025-06-02)

Features

  • deps: update deps matching '@opentelemetry/*' (#2871) (d33c6f2)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.47.0 to ^0.48.0
Changelog

Sourced from @​opentelemetry/instrumentation-kafkajs's changelog.

0.11.0

🐛 Bug Fix

🚀 Enhancement

Committers: 9

Commits
  • f4d1a71 Merge pull request #238 from dynatrace-oss-contrib/0.11.0-proposal
  • 6a8d24c chore: changelog
  • c33e291 chore: release 0.11.0 proposal
  • 7f96aba Merge pull request #176 from gecgooden/express-rename-http-span
  • dcf2405 Merge branch 'master' into express-rename-http-span
  • 8ca9f6f Merge pull request #236 from renovate-bot/renovate/pin-dependencies
  • 3abdea0 chore(deps): pin dependencies
  • 116e590 Merge pull request #231 from dynatrace-oss-contrib/bump-core-deps
  • f29963a Merge branch 'master' into bump-core-deps
  • 4de41c8 feature: Graphql (#226)
  • Additional commits viewable in compare view

Updates @opentelemetry/resource-detector-container from 0.7.1 to 0.7.2

Release notes

Sourced from @​opentelemetry/resource-detector-container's releases.

resource-detector-container: v0.7.2

0.7.2 (2025-06-02)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.21.0 to ^0.22.0
Commits
  • f718301 chore: release main (#1475)
  • 4d11d61 fix(host-metrics): fallback to process.memoryUsage() (#1471)
  • 47122f3 chore: add instana resource detector owners (#1476)
  • 565a2b2 fix(deps): update otel core experimental to ^0.38.0 (#1468)
  • d2d8288 chore(detectors/node): adapted breaking change in @​opentelemetry/sdk-node@​0.3...
  • 27943f4 chore: update component owner for AWS to carolabadeer (#1464)
  • ecf725c chore(deps): update dependency sqlite3 to v5.1.5 [security] (#1427)
  • 0f822ab chore: release main (#1425)
  • 6c708d1 feat(host-metrics): update host metrics to collect metrics in batch (#1450)
  • fd5f87e chore: exclude examples from renovate (#1460)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-logs from 0.201.1 to 0.202.0

Release notes

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

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

Updates @opentelemetry/sdk-node from 0.201.1 to 0.202.0

Release notes

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

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

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

Bumps the production-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.59.0` | `0.60.0` |
| [@opentelemetry/exporter-logs-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.201.1` | `0.202.0` |
| [@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.201.1` | `0.202.0` |
| [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.201.1` | `0.202.0` |
| [@opentelemetry/instrumentation-kafkajs](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.10.0` | `0.11.0` |
| [@opentelemetry/resource-detector-container](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.7.1` | `0.7.2` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.201.1` | `0.202.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.201.1` | `0.202.0` |


Updates `@opentelemetry/auto-instrumentations-node` from 0.59.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@auto-instrumentations-node-v0.59.0...auto-instrumentations-node-v0.60.0)

Updates `@opentelemetry/exporter-logs-otlp-proto` from 0.201.1 to 0.202.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.201.1...experimental/v0.202.0)

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.201.1 to 0.202.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.201.1...experimental/v0.202.0)

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.201.1 to 0.202.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.201.1...experimental/v0.202.0)

Updates `@opentelemetry/instrumentation-kafkajs` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@v0.10.0...v0.11.0)

Updates `@opentelemetry/resource-detector-container` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-fs-v0.7.1...instrumentation-fs-v0.7.2)

Updates `@opentelemetry/sdk-logs` from 0.201.1 to 0.202.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.201.1...experimental/v0.202.0)

Updates `@opentelemetry/sdk-node` from 0.201.1 to 0.202.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.201.1...experimental/v0.202.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/exporter-logs-otlp-proto"
  dependency-version: 0.202.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/exporter-metrics-otlp-proto"
  dependency-version: 0.202.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/exporter-trace-otlp-proto"
  dependency-version: 0.202.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/instrumentation-kafkajs"
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/resource-detector-container"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.202.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.202.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 3, 2025 07:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2025
Copy link

sonarqubecloud bot commented Jun 3, 2025

@basti1302 basti1302 merged commit 25db609 into main Jun 3, 2025
12 checks passed
@basti1302 basti1302 deleted the dependabot/npm_and_yarn/production-dependencies-1b2b45ca8d branch June 3, 2025 08:01
Copy link

github-actions bot commented Jun 3, 2025

🎉 This PR is included in version 2.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant