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 deps group with 11 updates #156

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 11 updates:

Package From To
@opentelemetry/auto-instrumentations-node 0.54.0 0.55.0
@opentelemetry/context-async-hooks 1.29.0 1.30.0
@opentelemetry/core 1.29.0 1.30.0
@opentelemetry/exporter-prometheus 0.56.0 0.57.0
@opentelemetry/exporter-trace-otlp-http 0.56.0 0.57.0
@opentelemetry/propagator-b3 1.29.0 1.30.0
@opentelemetry/propagator-jaeger 1.29.0 1.30.0
@opentelemetry/resources 1.29.0 1.30.0
@opentelemetry/sdk-metrics 1.29.0 1.30.0
@opentelemetry/sdk-node 0.56.0 0.57.0
@opentelemetry/sdk-trace-base 1.29.0 1.30.0

Updates @opentelemetry/auto-instrumentations-node from 0.54.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/context-async-hooks from 1.29.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/context-async-hooks'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
Changelog

Sourced from @​opentelemetry/context-async-hooks'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
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/core from 1.29.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/core'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
Changelog

Sourced from @​opentelemetry/core'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
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.56.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
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-http from 0.56.0 to 0.57.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-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
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/propagator-b3 from 1.29.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/propagator-b3'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
Changelog

Sourced from @​opentelemetry/propagator-b3'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
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/propagator-jaeger from 1.29.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/propagator-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
Changelog

Sourced from @​opentelemetry/propagator-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
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.29.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
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
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.29.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
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
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.56.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
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-trace-base from 1.29.0 to 1.30.0

Release notes

Sourced from @​opentelemetry/sdk-trace-base'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
Changelog

Sourced from @​opentelemetry/sdk-trace-base'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
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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.54.0` | `0.55.0` |
| [@opentelemetry/context-async-hooks](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |
| [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) | `0.56.0` | `0.57.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.56.0` | `0.57.0` |
| [@opentelemetry/propagator-b3](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |
| [@opentelemetry/propagator-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.56.0` | `0.57.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `1.29.0` | `1.30.0` |


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

Updates `@opentelemetry/context-async-hooks` from 1.29.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.29.0...v1.30.0)

Updates `@opentelemetry/core` from 1.29.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.29.0...v1.30.0)

Updates `@opentelemetry/exporter-prometheus` from 0.56.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.56.0...experimental/v0.57.0)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.56.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.56.0...experimental/v0.57.0)

Updates `@opentelemetry/propagator-b3` from 1.29.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.29.0...v1.30.0)

Updates `@opentelemetry/propagator-jaeger` from 1.29.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.29.0...v1.30.0)

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

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

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

Updates `@opentelemetry/sdk-trace-base` from 1.29.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.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/context-async-hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/propagator-b3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/propagator-jaeger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot merged commit 9129e2a into main Dec 19, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/deps-4962e27fd1 branch December 19, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants