Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the otel group with 10 updates #58

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2024

Bumps the otel group with 10 updates:

Package From To
@opentelemetry/exporter-trace-otlp-grpc 0.47.0 0.48.0
@opentelemetry/exporter-trace-otlp-http 0.47.0 0.48.0
@opentelemetry/exporter-trace-otlp-proto 0.47.0 0.48.0
@opentelemetry/sdk-node 0.47.0 0.48.0
@opentelemetry/exporter-logs-otlp-proto 0.47.0 0.48.0
@opentelemetry/exporter-metrics-otlp-proto 0.47.0 0.48.0
@opentelemetry/host-metrics 0.34.1 0.35.0
@opentelemetry/instrumentation-express 0.34.1 0.35.0
@opentelemetry/instrumentation-http 0.47.0 0.48.0
@opentelemetry/resources 1.20.0 1.21.0

Updates @opentelemetry/exporter-trace-otlp-grpc from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-http from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-proto from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-node from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-logs-otlp-proto from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-metrics-otlp-proto from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/host-metrics from 0.34.1 to 0.35.0

Release notes

Sourced from @​opentelemetry/host-metrics's releases.

instrumentation-user-interaction: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-long-task: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-document-load: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-restify: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-pino: v0.35.0

0.35.0 (2024-01-29)

Features

  • Allow configuring pino to log with different keys (#1867) (33b31d0)
  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

Dependencies

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

instrumentation-mysql: v0.35.0

0.35.0 (2024-01-29)

... (truncated)

Commits
  • 32204a3 chore: release main (#1890)
  • 9624486 chore(deps): update otel-js to 1.21.0/0.48.0 (#1914)
  • 12834d5 fix(example-fastify): update example to use latest versions (#1899)
  • fce7d3b fix(instrumentation-redis-4): fix multi.exec() instrumentation for redis >=4....
  • f65f2f1 fix: span emit warnings on express instrumentation (#1891)
  • 3156c94 chore: Update deprecations in instrumentation-express/examples (#1842)
  • c8bebc7 chore(renovate): use full list of experimental packages (#1897)
  • c365375 feat(instrumentation-graphql): add option to ignore resolver spans (#1858)
  • c54e9b6 fix(mongodb-example): Ensure instrumentation is setup before mongoDB client i...
  • 577a291 fix(instrumentation-aws-sdk): make empty context when SQS message has no prop...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-express from 0.34.1 to 0.35.0

Release notes

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

instrumentation-user-interaction: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-long-task: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-document-load: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-restify: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-pino: v0.35.0

0.35.0 (2024-01-29)

Features

  • Allow configuring pino to log with different keys (#1867) (33b31d0)
  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

Dependencies

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

instrumentation-mysql: v0.35.0

0.35.0 (2024-01-29)

... (truncated)

Commits
  • 32204a3 chore: release main (#1890)
  • 9624486 chore(deps): update otel-js to 1.21.0/0.48.0 (#1914)
  • 12834d5 fix(example-fastify): update example to use latest versions (#1899)
  • fce7d3b fix(instrumentation-redis-4): fix multi.exec() instrumentation for redis >=4....
  • f65f2f1 fix: span emit warnings on express instrumentation (#1891)
  • 3156c94 chore: Update deprecations in instrumentation-express/examples (#1842)
  • c8bebc7 chore(renovate): use full list of experimental packages (#1897)
  • c365375 feat(instrumentation-graphql): add option to ignore resolver spans (#1858)
  • c54e9b6 fix(mongodb-example): Ensure instrumentation is setup before mongoDB client i...
  • 577a291 fix(instrumentation-aws-sdk): make empty context when SQS message has no prop...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-http from 0.47.0 to 0.48.0

Release notes

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

Experimental v0.48.0

0.48.0

💥 Breaking Change

  • fix(instrumentation)!: pin [email protected] #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

🐛 (Bug Fix)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

🏠 (Internal)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 1.20.0 to 1.21.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v1.21.0

1.21.0

🚀 (Enhancement)

  • feat(sdk-metrics): add constructor option to add metric readers #4427 @​pichlermarc
    • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

🐛 (Bug Fix)

  • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @​pichlermarc
  • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @​Zirak

🏠 (Internal)

  • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
  • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @​pichlermarc
  • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @​legendecas
Changelog

Sourced from @​opentelemetry/resources's changelog.

1.21.0

🚀 (Enhancement)

  • feat(sdk-metrics): add constructor option to add metric readers #4427 @​pichlermarc
    • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

🐛 (Bug Fix)

  • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @​pichlermarc
  • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @​Zirak

🏠 (Internal)

  • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
  • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @​pichlermarc
  • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @​legendecas
Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin [email protected] (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view

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 the dependencies Pull requests that update a dependency file label Feb 8, 2024
@dependabot dependabot bot requested a review from a team February 8, 2024 16:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/otel-144aae2f52 branch from 267a568 to a500ab5 Compare February 8, 2024 16:38
@trentm trentm self-assigned this Feb 8, 2024
Bumps the otel group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/exporter-logs-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/host-metrics](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.34.1` | `0.35.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.34.1` | `0.35.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.47.0` | `0.48.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.20.0` | `1.21.0` |


Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/sdk-node` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/exporter-logs-otlp-proto` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/host-metrics` from 0.34.1 to 0.35.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@host-metrics-v0.34.1...host-metrics-v0.35.0)

Updates `@opentelemetry/instrumentation-express` from 0.34.1 to 0.35.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@host-metrics-v0.34.1...host-metrics-v0.35.0)

Updates `@opentelemetry/instrumentation-http` from 0.47.0 to 0.48.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.47.0...experimental/v0.48.0)

Updates `@opentelemetry/resources` from 1.20.0 to 1.21.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@v1.20.0...v1.21.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/exporter-trace-otlp-proto"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/exporter-logs-otlp-proto"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/exporter-metrics-otlp-proto"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/host-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/otel-144aae2f52 branch from a500ab5 to 9ffdecb Compare February 8, 2024 18:22
trentm added a commit that referenced this pull request Feb 9, 2024
…opentelemetry/* deps

The motivation here was that dependabot doesn't handle this group update for
a repo using npm workspaces (see #58
and experiences with opentelemetry-js-contrib, open-telemetry/opentelemetry-js-contrib#1917)
trentm added a commit that referenced this pull request Feb 12, 2024
…opentelemetry/* deps (#68)

The motivation here was that dependabot doesn't handle this group update for
a repo using npm workspaces (see #58
and experiences with opentelemetry-js-contrib, open-telemetry/opentelemetry-js-contrib#1917)
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/otel-144aae2f52 branch February 12, 2024 22:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant