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

Bump the js-sample-app-deps group across 1 directory with 15 updates #1257

Conversation

dependabot[bot]
Copy link
Contributor

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

Warning

Dependabot will stop supporting npm v6!

Please upgrade to one of the following versions: v7, v8, v9, or v10.

Bumps the js-sample-app-deps group with 15 updates in the /sample-apps/javascript-sample-app directory:

Package From To
@opentelemetry/auto-instrumentations-node 0.53.0 0.55.0
@opentelemetry/exporter-jaeger 1.28.0 1.30.0
@opentelemetry/exporter-metrics-otlp-grpc 0.55.0 0.57.0
@opentelemetry/exporter-prometheus 0.55.0 0.57.0
@opentelemetry/exporter-trace-otlp-grpc 0.55.0 0.57.0
@opentelemetry/instrumentation-aws-sdk 0.47.0 0.49.0
@opentelemetry/instrumentation-http 0.55.0 0.57.0
@opentelemetry/resources 1.28.0 1.30.0
@opentelemetry/sdk-metrics 1.28.0 1.30.0
@opentelemetry/sdk-node 0.55.0 0.57.0
@opentelemetry/sdk-trace-base 1.28.0 1.30.0
@opentelemetry/sdk-trace-node 1.28.0 1.30.0
@opentelemetry/semantic-conventions 1.27.0 1.28.0
axios 1.7.7 1.7.9
express 4.21.1 4.21.2

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

Release notes

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

auto-instrumentations-node: v0.55.0

0.55.0 (2024-12-18)

Features

  • deps: update deps matching '@opentelemetry/*' (#2608) (aa46705)

Dependencies

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

... (truncated)

Commits

Updates @opentelemetry/exporter-jaeger from 1.28.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/exporter-jaeger's releases.

v1.30.0

1.30.0

🚀 (Enhancement)

  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #5242

🐛 (Bug Fix)

  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #5229

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 #5128
Changelog

Sourced from @​opentelemetry/exporter-jaeger's changelog.

1.30.0

🚀 (Enhancement)

  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #5242

🐛 (Bug Fix)

  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #5229

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 #5128
Commits
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-metrics-otlp-grpc from 0.55.0 to 0.57.0

Release notes

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

experimental/v0.57.0

0.57.0

🚀 (Enhancement)

  • feat(opentelemetry-sdk-node): automatically configure metrics exporter based on environment variables #5168 @​bhaskarbanerjee

🏠 (Internal)

  • refactor(otlp-transformer): re-structure package to prepare for separate entrypoints #5264 @​pichlermarc

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
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-prometheus from 0.55.0 to 0.57.0

Release notes

Sourced from @​opentelemetry/exporter-prometheus's releases.

experimental/v0.57.0

0.57.0

🚀 (Enhancement)

  • feat(opentelemetry-sdk-node): automatically configure metrics exporter based on environment variables #5168 @​bhaskarbanerjee

🏠 (Internal)

  • refactor(otlp-transformer): re-structure package to prepare for separate entrypoints #5264 @​pichlermarc

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
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

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

Release notes

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

experimental/v0.57.0

0.57.0

🚀 (Enhancement)

  • feat(opentelemetry-sdk-node): automatically configure metrics exporter based on environment variables #5168 @​bhaskarbanerjee

🏠 (Internal)

  • refactor(otlp-transformer): re-structure package to prepare for separate entrypoints #5264 @​pichlermarc

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
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-aws-sdk from 0.47.0 to 0.49.0

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/instrumentation-http from 0.55.0 to 0.57.0

Release notes

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

experimental/v0.57.0

0.57.0

🚀 (Enhancement)

  • feat(opentelemetry-sdk-node): automatically configure metrics exporter based on environment variables #5168 @​bhaskarbanerjee

🏠 (Internal)

  • refactor(otlp-transformer): re-structure package to prepare for separate entrypoints #5264 @​pichlermarc

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
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 1.28.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v1.30.0

1.30.0

🚀 (Enhancement)

  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #5242

🐛 (Bug Fix)

  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #5229

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 #5128
Changelog

Sourced from @​opentelemetry/resources's changelog.

1.30.0

🚀 (Enhancement)

  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #5242

🐛 (Bug Fix)

  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #5229

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 #5128
Commits
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-metrics from 1.28.0 to 1.30.0

Release notes

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

v1.30.0

1.30.0

🚀 (Enhancement)

  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #5242

🐛 (Bug Fix)

  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #5229

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 #5128
Changelog

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

1.30.0

🚀 (Enhancement)

  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #5242

🐛 (Bug Fix)

  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #5229

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 #5128
Commits
  • 616d27a chore: prepare next release (#5274)
  • e524148 chore: removed circular dependency from BasicTracerProvider (#5279)
  • 67a0e9c Update links to openmetrics to reference the v1.0.0 release (#5267)
  • 0c11fc6 Fix incorrect CHANGELOG entry on main (v1.next) (#5280)
  • 8ab52d5 fix(ci): adapt workflow to use supported npm versions (#5277)
  • 84cce75 refactor(otlp-transformer): re-structure package to prepare for separate entr...
  • 6d31a18 feat(opentelemetry-sdk-node): automatically configure metrics exporter based ...
  • e03b6e7 chore: update prettier to 3.4.2 (#5261)
  • e4d9c21 fix(instrumentation-fetch, instrumentation-xml-http-request) content length a...
  • bdee949 doc(semantic-conventions): clarify suggested usage of unstable semconv (#5256)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-node from 0.55.0 to 0.57.0

Release notes

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

experimental/v0.57.0

0.57.0

🚀 (Enhancement)

  • feat(opentelemetry-sdk-node): automatically configure metrics exporter based on environment variables #5168 @​bhaskarbanerjee

🏠 (Internal)

  • refactor(otlp-transformer): re-structure package to prepare for separate entrypoints #5264 @​pichlermarc

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 <...

      Description has been truncated

Bumps the js-sample-app-deps group with 15 updates in the /sample-apps/javascript-sample-app directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.53.0` | `0.55.0` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.30.0` |
| [@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.57.0` |
| [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.57.0` |
| [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.57.0` |
| [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.47.0` | `0.49.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.57.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.30.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.30.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.55.0` | `0.57.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.30.0` |
| [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.30.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |



Updates `@opentelemetry/auto-instrumentations-node` from 0.53.0 to 0.55.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.55.0)

Updates `@opentelemetry/exporter-jaeger` from 1.28.0 to 1.30.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.30.0)

Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.55.0 to 0.57.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.57.0)

Updates `@opentelemetry/exporter-prometheus` from 0.55.0 to 0.57.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.57.0)

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.55.0 to 0.57.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.57.0)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.47.0 to 0.49.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@instrumentation-pg-v0.47.0...instrumentation-pg-v0.49.0)

Updates `@opentelemetry/instrumentation-http` from 0.55.0 to 0.57.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.57.0)

Updates `@opentelemetry/resources` from 1.28.0 to 1.30.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.30.0)

Updates `@opentelemetry/sdk-metrics` from 1.28.0 to 1.30.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.30.0)

Updates `@opentelemetry/sdk-node` from 0.55.0 to 0.57.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.57.0)

Updates `@opentelemetry/sdk-trace-base` from 1.28.0 to 1.30.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.30.0)

Updates `@opentelemetry/sdk-trace-node` from 1.28.0 to 1.30.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.30.0)

Updates `@opentelemetry/semantic-conventions` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-jaeger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-metrics-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/instrumentation-aws-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-trace-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-sample-app-deps
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-sample-app-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 24, 2024 17:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript JS SDK related issues labels Dec 24, 2024
@github-actions github-actions bot added the InstrumentationSampleApp Issues and PRs related to instrumentation sample apps label Dec 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

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

@dependabot dependabot bot closed this Jan 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sample-apps/javascript-sample-app/js-sample-app-deps-51d4d83122 branch January 14, 2025 17:33
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 InstrumentationSampleApp Issues and PRs related to instrumentation sample apps javascript JS SDK related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants