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

build(deps): bump the opentelemetry group with 5 updates #2585

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the opentelemetry group with 5 updates:

Package From To
@opentelemetry/auto-instrumentations-node 0.53.0 0.54.0
@opentelemetry/exporter-trace-otlp-grpc 0.55.0 0.56.0
@opentelemetry/instrumentation 0.55.0 0.56.0
@opentelemetry/resources 1.28.0 1.29.0
@opentelemetry/sdk-node 0.55.0 0.56.0

Updates @opentelemetry/auto-instrumentations-node from 0.53.0 to 0.54.0

Release notes

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

auto-instrumentations-node: v0.54.0

0.54.0 (2024-12-04)

Features

  • deps: update deps matching '@opentelemetry/*' (#2582) (5df02cb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.11.0 to ^0.12.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.14.0 to ^0.15.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-express bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-fastify bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.17.0 to ^0.18.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.5.0 to ^0.6.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.45.0 to ^0.46.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.49.0 to ^0.50.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-net bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-redis-4 bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-router bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.16.0 to ^0.17.0
      • @​opentelemetry/instrumentation-undici bumped from ^0.8.0 to ^0.9.0
      • @​opentelemetry/instrumentation-winston bumped from ^0.42.0 to ^0.43.0

... (truncated)

Commits
  • e3c9150 chore: release main (#2581)
  • 5df02cb feat(deps): update deps matching '@opentelemetry/*' (#2582)
  • f611353 ci(update-otel-deps): use --set-upstream when pushing (#2583)
  • fa78668 ci: add workflow to update otel dependencies (#2536)
  • e674b1b fix(instrumentation-mysql2): instrument connection on 3.11.5 (#2579)
  • 8bfa21f fix(docs): broken link for community contribution lifecycle and processes (#2...
  • bf8117e chore(instr-koa): update instrumentation-koa tests (#2566)
  • 97ebd4f chore(aws-sdk): add @​trivikr as component owner (#2557)
  • 0fc1ed3 chore(examples/mongodb): Update mongodb example dependencies (#2531)
  • 2f5d1de chore: replace deprecated substr() with substring() (#2553)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-grpc from 0.55.0 to 0.56.0

Release notes

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

experimental/v0.56.0

0.56.0

💥 Breaking Change

  • feat(otlp-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • ExportServiceError was intended for internal use and has been dropped from exports
    • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
    • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
      • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
  • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @opentelemetry/otlp-exporter-base)
  • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
    • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
    • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

🚀 (Enhancement)

  • feat(otlp-exporter-base): handle OTLP partial success #5183 @​pichlermarc
  • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @​pichlermarc
  • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @​pichlermarc
    • improves compatibility with some unsupported runtimes
  • feat(otlp-exporter-base): add http response body to exporter error #5204 @​pichlermarc

🐛 (Bug Fix)

  • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @​pichlermarc

🏠 (Internal)

Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation from 0.55.0 to 0.56.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.56.0

0.56.0

💥 Breaking Change

  • feat(otlp-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • ExportServiceError was intended for internal use and has been dropped from exports
    • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
    • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
      • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
  • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @opentelemetry/otlp-exporter-base)
  • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
    • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
    • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

🚀 (Enhancement)

  • feat(otlp-exporter-base): handle OTLP partial success #5183 @​pichlermarc
  • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @​pichlermarc
  • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @​pichlermarc
    • improves compatibility with some unsupported runtimes
  • feat(otlp-exporter-base): add http response body to exporter error #5204 @​pichlermarc

🐛 (Bug Fix)

  • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @​pichlermarc

🏠 (Internal)

Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 1.28.0 to 1.29.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v1.29.0

1.29.0

🚀 (Enhancement)

  • feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views #5182
Changelog

Sourced from @​opentelemetry/resources's changelog.

1.29.0

💥 Breaking Change

  • feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views #5182
Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-node from 0.55.0 to 0.56.0

Release notes

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

experimental/v0.56.0

0.56.0

💥 Breaking Change

  • feat(otlp-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • ExportServiceError was intended for internal use and has been dropped from exports
    • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
    • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
      • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
  • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @opentelemetry/otlp-exporter-base)
  • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
    • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
    • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

🚀 (Enhancement)

  • feat(otlp-exporter-base): handle OTLP partial success #5183 @​pichlermarc
  • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @​pichlermarc
  • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @​pichlermarc
    • improves compatibility with some unsupported runtimes
  • feat(otlp-exporter-base): add http response body to exporter error #5204 @​pichlermarc

🐛 (Bug Fix)

  • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @​pichlermarc

🏠 (Internal)

Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • 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 Dec 9, 2024
Bumps the opentelemetry group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.53.0` | `0.54.0` |
| [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.56.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.56.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.29.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.56.0` |


Updates `@opentelemetry/auto-instrumentations-node` from 0.53.0 to 0.54.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.53.0...auto-instrumentations-node-v0.54.0)

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.55.0 to 0.56.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.55.0...experimental/v0.56.0)

Updates `@opentelemetry/instrumentation` from 0.55.0 to 0.56.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.55.0...experimental/v0.56.0)

Updates `@opentelemetry/resources` from 1.28.0 to 1.29.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.28.0...v1.29.0)

Updates `@opentelemetry/sdk-node` from 0.55.0 to 0.56.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.55.0...experimental/v0.56.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/opentelemetry-0381836358 branch from 217adf0 to a1c2b8d Compare December 16, 2024 11:33
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2024

Superseded by #2593.

@dependabot dependabot bot closed this Dec 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/opentelemetry-0381836358 branch December 19, 2024 19:24
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.

0 participants