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 all-dependencies group across 1 directory with 12 updates #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps the all-dependencies group with 8 updates in the /samples/AspireWithNode/NodeFrontend directory:

Package From To
@opentelemetry/api 1.8.0 1.9.0
@opentelemetry/auto-instrumentations-node 0.46.0 0.54.0
@opentelemetry/exporter-logs-otlp-grpc 0.51.0 0.56.0
@opentelemetry/exporter-metrics-otlp-grpc 0.51.0 0.56.0
@opentelemetry/instrumentation-redis-4 0.39.0 0.45.0
express 4.21.1 4.21.2
redis 4.6.13 4.7.0
nodemon 3.1.0 3.1.9

Updates @opentelemetry/api from 1.8.0 to 1.9.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.9.0

🚀 (Enhancement)

  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430

🐛 (Bug Fix)

  • fix(sdk-metrics): use default Resource to comply with semantic conventions #3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-trace): make spans resilient to clock drift #3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #3456 @​SaumyaBhushan
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #3480 @​legendecas

🏠 (Internal)

api/v1.9.0

1.9.0

🚀 (Enhancement)

  • feat(metrics): added synchronous gauge #4528 @​clintonb
  • feat(api): allow adding span links after span creation #4536 @​seemk
    • This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the specification as new features need to be implemented.
  • feat: support node 22 #4666 @​dyladan
Changelog

Sourced from @​opentelemetry/api's changelog.

1.9.0

🚀 (Enhancement)

  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430
  • feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser #3208 @​pkanal

🐛 (Bug Fix)

  • fix(sdk-metrics): use default Resource to comply with semantic conventions #3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-metrics): use Date.now() for instrument recording timestamps #3514 @​MisterSquishy
  • fix(sdk-trace): make spans resilient to clock drift #3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #3456 @​SaumyaBhushan
  • fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes #3517 @​legendecas
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #3480 @​legendecas

🏠 (Internal)

Commits
  • 08f597f chore: release API 1.4.0 / SDK 1.9.0 / 0.35.0 (#3516)
  • 969bb62 fix(tracing): make spans resilient to performance clock drift (#3434)
  • 2dcc898 Document repo settings (#3519)
  • 475e401 docs(sdk-metrics): fix badge and reword introductory sentence (#3484)
  • 126ae93 fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a ...
  • c93ab9e fix(core): fix precision loss in numberToHrtime (#3480)
  • 3fd6fb8 fix(sdk-metrics): fix duplicated registration of metrics for collectors (#3488)
  • 93222fc fix(api): declare this parameter type in observable callbacks (#3497)
  • eecb800 feat(sdk-node): configure no-op sdk with OTEL_SDK_DISABLED environment vari...
  • 1c3af6c feat(api-logs): add the SeverityNumber enumeration (#3443)
  • Additional commits viewable in compare view

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

Release notes

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

instrumentation-pg: v0.49.0

0.49.0 (2024-12-04)

Features

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

Dependencies

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

instrumentation-mongodb: v0.50.0

0.50.0 (2024-12-04)

Features

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

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.43.0 to ^0.44.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/exporter-logs-otlp-grpc from 0.51.0 to 0.56.0

Release notes

Sourced from @​opentelemetry/exporter-logs-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)

experimental/v0.55.0

0.55.0

💥 Breaking Change

  • feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private #5124 @​pichlermarc
    • (user-facing) the following exports were intended for internal use only and have been removed without replacement
      • extractHostnameAndPort
      • getAbsoluteUrl
      • getIncomingRequestAttributes
      • getIncomingRequestAttributesOnResponse
      • getIncomingRequestMetricAttributes
      • getIncomingRequestMetricAttributesOnResponse

... (truncated)

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/exporter-metrics-otlp-grpc from 0.51.0 to 0.56.0

Release notes

Sourced from @​opentelemetry/exporter-metrics-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)

experimental/v0.55.0

0.55.0

💥 Breaking Change

  • feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private #5124 @​pichlermarc
    • (user-facing) the following exports were intended for internal use only and have been removed without replacement
      • extractHostnameAndPort
      • getAbsoluteUrl
      • getIncomingRequestAttributes
      • getIncomingRequestAttributesOnResponse
      • getIncomingRequestMetricAttributes
      • getIncomingRequestMetricAttributesOnResponse

... (truncated)

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/exporter-trace-otlp-grpc from 0.51.0 to 0.51.1

Release notes

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

Experimental v0.51.1

0.51.1

🐛 (Bug Fix)

  • fix(instrumentation): update import-in-the-middle to 1.7.4
Commits
  • 41c2626 Merge pull request #4682 from dynatrace-oss-contrib/release/1.24.x-0.51.x-2
  • 7cb72a6 chore: prepare release 1.24.1/0.51.1
  • 8a6d03f chore: sync package-lock.json, adapt changelog
  • dfc883c fix(exporter-metrics-otlp-grpc) Add explicit otlp-exporter-base depen… (#4678)
  • 75817d7 fix(deps): update dependency import-in-the-middle to v1.7.4 (#4667)
  • fe132d7 fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults(...
  • 307e33a fix(resources): prevent circular import (resource -> detector -> resource -> ...
  • See full diff in compare view

Updates @opentelemetry/instrumentation-redis-4 from 0.39.0 to 0.45.0

Release notes

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

instrumentation-redis: v0.45.0

0.45.0 (2024-12-04)

Features

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

Dependencies

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

instrumentation-pino: v0.45.0

0.45.0 (2024-12-04)

Features

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

Dependencies

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

instrumentation-net: v0.42.0

0.42.0 (2024-12-04)

Features

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

instrumentation-nestjs-core: v0.43.0

0.43.0 (2024-12-04)

Features

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

instrumentation-mysql: v0.44.0

0.44.0 (2024-12-04)

... (truncated)

Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-logs from 0.51.0 to 0.51.1

Release notes

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

Experimental v0.51.1

0.51.1

🐛 (Bug Fix)

  • fix(instrumentation): update import-in-the-middle to 1.7.4
Commits
  • 41c2626 Merge pull request #4682 from dynatrace-oss-contrib/release/1.24.x-0.51.x-2
  • 7cb72a6 chore: prepare release 1.24.1/0.51.1
  • 8a6d03f chore: sync package-lock.json, adapt changelog
  • dfc883c fix(exporter-metrics-otlp-grpc) Add explicit otlp-exporter-base depen… (#4678)
  • 75817d7 fix(deps): update dependency import-in-the-middle to v1.7.4 (#4667)
  • fe132d7 fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults(...
  • 307e33a fix(resources): prevent circular import (resource -> detector -> resource -> ...
  • See full diff in compare view

Updates @opentelemetry/sdk-metrics from 1.24.0 to 1.29.0

Release notes

Sourced from @​opentelemetry/sdk-metrics'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 #5128

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error

semconv/v1.28.0

1.28.0

🚀 (Enhancement)

📚 (Refine Doc)

  • chore: Improve documentation on entry-points (top-level and "incubating") and on deprecations. #5025 @​trentm

🏠 (Internal)

  • chore: Update the comments of some deprecated constants to point to the currently relevant replacement constant, if any. #5160 @​trentm
  • chore: Minor improvements to formatting of comments. #5100 @​trentm

semconv/v1.27.0

1.27.0

  • Version bump only
  • Note: This package will now be versioned according to the version of semantic conventions being provided.

... (truncated)

Changelog

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

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

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error

1.27.0

🚀 (Enhancement)

  • feat: add processors for adding session.id attribute to spans and logs #4972

🐛 (Bug Fix)

🏠 (Internal)

  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests #4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #5030 @​david-luna
  • test(instrumentation-http): remove usages of new Span in tests #5035 @​david-luna

1.26.0

... (truncated)

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.51.0 to 0.51.1

Release notes

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

Experimental v0.51.1

0.51.1

🐛 (Bug Fix)

  • fix(instrumentation): update import-in-the-middle to 1.7.4
Commits
  • 41c2626 Merge pull request #4682 from dynatrace-oss-contrib/release/1.24.x-0.51.x-2
  • 7cb72a6 chore: prepare release 1.24.1/0.51.1
  • 8a6d03f chore: sync package-lock.json, adapt changelog
  • dfc883c fix(exporter-metrics-otlp-grpc) Add explicit otlp-exporter-base depen… (#4678)
  • 75817d7 fix(deps): update dependency import-in-the-middle to v1.7.4 (#4667)
  • fe132d7 fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults(...
  • 307e33a fix(resources): prevent circular import (resource -> detector -> resource -> ...
  • See full diff in compare view

Updates express from 4.21.1 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values
Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates redis from 4.6.13 to 4.7.0

Release notes

Sourced from redis's releases.

redis@4.7.0

Enhancements

  • Upgrade @redis/client from 1.5.16 to 1.6.0
  • Upgrade @redis/json from 1.0.6 to 1.0.7
  • Upgrade @redis/search from 1.1.6 to 1.2.0
  • Upgrade @redis/time-series from 1.0.5 to 1.1.0

redis@4.6.15

Enhancements

  • Upgrade @redis/client from 1.5.16 to 1.5.17

redis@4.6.14

Enhancements

  • Upgrade @redis/client from 1.5.14 to 1.5.16
Commits

Bumps the all-dependencies group with 8 updates in the /samples/AspireWithNode/NodeFrontend directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.8.0` | `1.9.0` |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.46.0` | `0.54.0` |
| [@opentelemetry/exporter-logs-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.51.0` | `0.56.0` |
| [@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.51.0` | `0.56.0` |
| [@opentelemetry/instrumentation-redis-4](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.39.0` | `0.45.0` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [redis](https://github.com/redis/node-redis) | `4.6.13` | `4.7.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.0` | `3.1.9` |



Updates `@opentelemetry/api` from 1.8.0 to 1.9.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.8.0...v1.9.0)

Updates `@opentelemetry/auto-instrumentations-node` from 0.46.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@instrumentation-pg-v0.46.0...auto-instrumentations-node-v0.54.0)

Updates `@opentelemetry/exporter-logs-otlp-grpc` from 0.51.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.51.0...experimental/v0.56.0)

Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.51.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.51.0...experimental/v0.56.0)

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.51.0 to 0.51.1
- [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.51.0...experimental/v0.51.1)

Updates `@opentelemetry/instrumentation-redis-4` from 0.39.0 to 0.45.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@contrib-test-utils-v0.39.0...instrumentation-pg-v0.45.0)

Updates `@opentelemetry/sdk-logs` from 0.51.0 to 0.51.1
- [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.51.0...experimental/v0.51.1)

Updates `@opentelemetry/sdk-metrics` from 1.24.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.24.0...v1.29.0)

Updates `@opentelemetry/sdk-node` from 0.51.0 to 0.51.1
- [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.51.0...experimental/v0.51.1)

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)

Updates `redis` from 4.6.13 to 4.7.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.13...redis@4.7.0)

Updates `nodemon` from 3.1.0 to 3.1.9
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.0...v3.1.9)

---
updated-dependencies:
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/exporter-logs-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/exporter-metrics-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/instrumentation-redis-4"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2024

The following labels could not be found: area-engineering-systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants