Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps the production-dependencies group with 3 updates: @opentelemetry/auto-instrumentations-node, @opentelemetry/instrumentation-kafkajs and @opentelemetry/resource-detector-container.

Updates @opentelemetry/auto-instrumentations-node from 0.56.0 to 0.56.1

Release notes

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

auto-instrumentations-node: v0.56.1

0.56.1 (2025-02-19)

Bug Fixes

  • deps: update otel core experimental to ^0.57.1 (#2687) (5e20fe2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.46.0 to ^0.46.1
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.50.2 to ^0.50.3
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.49.0 to ^0.49.1
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.45.0 to ^0.45.1
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.45.0 to ^0.45.1
      • @​opentelemetry/instrumentation-connect bumped from ^0.43.0 to ^0.43.1
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.14.0 to ^0.14.1
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.16.0 to ^0.16.1
      • @​opentelemetry/instrumentation-dns bumped from ^0.43.0 to ^0.43.1
      • @​opentelemetry/instrumentation-express bumped from ^0.47.0 to ^0.47.1
      • @​opentelemetry/instrumentation-fastify bumped from ^0.44.1 to ^0.44.2
      • @​opentelemetry/instrumentation-fs bumped from ^0.19.0 to ^0.19.1
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.43.0 to ^0.43.1
      • @​opentelemetry/instrumentation-graphql bumped from ^0.47.0 to ^0.47.1
      • @​opentelemetry/instrumentation-hapi bumped from ^0.45.1 to ^0.45.2
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.47.0 to ^0.47.1
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.7.0 to ^0.7.1
      • @​opentelemetry/instrumentation-knex bumped from ^0.44.0 to ^0.44.1
      • @​opentelemetry/instrumentation-koa bumped from ^0.47.0 to ^0.47.1
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.44.0 to ^0.44.1
      • @​opentelemetry/instrumentation-memcached bumped from ^0.43.0 to ^0.43.1
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.51.0 to ^0.52.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.46.0 to ^0.46.1
      • @​opentelemetry/instrumentation-mysql bumped from ^0.45.0 to ^0.45.1
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.45.1 to ^0.45.2
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.44.0 to ^0.44.1
      • @​opentelemetry/instrumentation-net bumped from ^0.43.0 to ^0.43.1
      • @​opentelemetry/instrumentation-pg bumped from ^0.51.0 to ^0.51.1
      • @​opentelemetry/instrumentation-pino bumped from ^0.46.0 to ^0.46.1
      • @​opentelemetry/instrumentation-redis bumped from ^0.46.0 to ^0.46.1
      • @​opentelemetry/instrumentation-redis-4 bumped from ^0.46.0 to ^0.46.1
      • @​opentelemetry/instrumentation-restify bumped from ^0.45.0 to ^0.45.1
      • @​opentelemetry/instrumentation-router bumped from ^0.44.0 to ^0.44.1
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.46.0 to ^0.46.1
      • @​opentelemetry/instrumentation-tedious bumped from ^0.18.0 to ^0.18.1
      • @​opentelemetry/instrumentation-undici bumped from ^0.10.0 to ^0.10.1
      • @​opentelemetry/instrumentation-winston bumped from ^0.44.0 to ^0.44.1

... (truncated)

Commits
  • 1eb7700 chore: release main (#2688)
  • 76a3117 ci: Add FOSSA scanning workflow (#2721)
  • 8a5c214 feat(deps): lock file maintenance (#2719)
  • e713796 chore: Add onurtemizkan as mongodb component owner. (#2720)
  • bef920a feat(detector-aws): add more lambda semconv attributes (#2589)
  • fd547c8 refactor(auto-instrumentations-node): migrate away from getEnv() (#2708)
  • 8c56f8d feat(deps): lock file maintenance (#2702)
  • 0b76336 chore: add raphael-theriault-swi to component owners for express and mysql2 (...
  • c88dd84 fix(deps): update all patch versions (#2701)
  • 5e20fe2 fix(deps): update otel core experimental to ^0.57.1 (#2687)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-kafkajs from 0.7.0 to 0.7.1

Release notes

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

instrumentation-kafkajs: v0.7.1

0.7.1 (2025-02-19)

Bug Fixes

  • deps: update otel core experimental to ^0.57.1 (#2687) (5e20fe2)

Dependencies

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

Sourced from @​opentelemetry/instrumentation-kafkajs's changelog.

CHANGELOG

As of v0.25.1 (2022-01-24) changelog content has moved to separate CHANGELOG.md files for each package. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

0.25.0

🐛 Bug Fix

  • #619 fix: GraphQL throws TypeError: Cannot read property 'startToken' of undefined (@​obecny)
  • #643 fix(user-interaction): event listeners have wrong this when listening for bubbled events (@​t2t2)
  • #562 fix(mysql): bind get connection callback to active context (@​sstone1)
  • #589 fix(hapi-instrumentation): close spans on errors in instrumented functions (@​CptSchnitz)
  • #580 fix: redis instrumentation loses context when using callbacks (@​aspectom)

🚀 Enhancement

🏠 Internal

📝 Documentation

  • opentelemetry-browser-extension-autoinjection

Committers: 16

... (truncated)

Commits
  • 32889bd chore: release main (#1396)
  • 17c3bf1 ci: fix excessive memory usage by preventing source-map generation (#1419)
  • 62a806f chore(deps): update dependency rimraf to v4 (#1402)
  • f5f7ac6 feat(ioredis): Update instrumentation-ioredis to version 5.x.x (#1121)
  • 7180353 chore(instrumentation-fs): remove node 14 promises check from tests (#1413)
  • 40461ce test(koa): add test all versions to @​koa/router (#1398)
  • 3ca874e fix(instrumentation-fs): fix instrumentation of fs/promises (#1375)
  • e93a192 fix: remove component attribute from instrumentations (#1399)
  • ee0a59a fix(instrumentation-fs): allow realpath.native and realpathSync.native (#1332)
  • 3484b75 chore(deps): update dependency @​koa/router to v12 (#1240)
  • Additional commits viewable in compare view

Updates @opentelemetry/resource-detector-container from 0.6.0 to 0.6.1

Release notes

Sourced from @​opentelemetry/resource-detector-container's releases.

resource-detector-container: v0.6.1

0.6.1 (2025-02-19)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.45.0 to ^0.45.1
      • @​opentelemetry/instrumentation-fs bumped from ^0.19.0 to ^0.19.1

resource-detector-azure: v0.6.1

0.6.1 (2025-02-19)

Bug Fixes

  • deps: update otel core experimental to ^0.57.1 (#2687) (5e20fe2)

Dependencies

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

Sourced from @​opentelemetry/resource-detector-container's changelog.

0.6.1

Released 2020-04-08

For details about this release and all previous releases, see https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md

Commits
  • c5ed47d chore: 0.6.1 release proposal (#951)
  • d1c99ae chore: adding timestamp for prometheus metric Counter (#947)
  • 7ab6aba chore: fixing wrong return type for metric observer callback (#949)
  • 4a5717c [Jaeger-Exporter] host default env var (#924)
  • c061699 Updating out of date @​types/mocha packages (#939)
  • b43ac51 chore: remove bad null check (#946)
  • 083b2d6 fix: do not clear other labelsets when updating metrics (#941)
  • 1b62c51 feat(meter): allow custom batcher #932 (#933)
  • 41509f0 fix: Jaeger propagator example of usage" (#937)
  • de0e26e chore: replace @​opentelemetry/opentelemetry-context-base with @opentelemetry/...
  • 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 production-dependencies group with 3 updates: [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib), [@opentelemetry/instrumentation-kafkajs](https://github.com/open-telemetry/opentelemetry-js-contrib) and [@opentelemetry/resource-detector-container](https://github.com/open-telemetry/opentelemetry-js-contrib).


Updates `@opentelemetry/auto-instrumentations-node` from 0.56.0 to 0.56.1
- [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.56.0...auto-instrumentations-node-v0.56.1)

Updates `@opentelemetry/instrumentation-kafkajs` from 0.7.0 to 0.7.1
- [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@v0.7.0...instrumentation-fs-v0.7.1)

Updates `@opentelemetry/resource-detector-container` from 0.6.0 to 0.6.1
- [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@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/instrumentation-kafkajs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/resource-detector-container"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 25, 2025 08:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 25, 2025
Copy link

@basti1302 basti1302 merged commit b5ce529 into main Mar 4, 2025
10 checks passed
@basti1302 basti1302 deleted the dependabot/npm_and_yarn/production-dependencies-ee69ac7d7f branch March 4, 2025 10:40
Copy link

github-actions bot commented Mar 4, 2025

🎉 This PR is included in version 1.1.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 javascript Pull requests that update Javascript code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant