Skip to content

fix: bump @opentelemetry/auto-instrumentations-node from 0.66.0 to 0.72.0#1734

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/opentelemetry/auto-instrumentations-node-0.72.0
Open

fix: bump @opentelemetry/auto-instrumentations-node from 0.66.0 to 0.72.0#1734
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/opentelemetry/auto-instrumentations-node-0.72.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps @opentelemetry/auto-instrumentations-node from 0.66.0 to 0.72.0.

Changelog

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

0.72.0 (2026-03-25)

⚠ BREAKING CHANGES

  • auto-instrumentations-node, instrumentation-fastify: remove instrumentation-fastify (#3409)

Features

  • auto-instrumentations-node, instrumentation-fastify: remove instrumentation-fastify (#3409) (ac26e9a)
  • deps: update deps matching '@opentelemetry/*' (#3450) (c8df394)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.60.0 to ^0.61.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.68.0 to ^0.69.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.58.0 to ^0.59.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.58.0 to ^0.59.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.56.0 to ^0.57.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.29.0 to ^0.30.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.30.0 to ^0.31.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.56.0 to ^0.57.0
      • @​opentelemetry/instrumentation-express bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.32.0 to ^0.33.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.56.0 to ^0.57.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.22.0 to ^0.23.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.57.0 to ^0.58.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.57.0 to ^0.58.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.56.0 to ^0.57.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.66.0 to ^0.67.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-net bumped from ^0.57.0 to ^0.58.0
      • @​opentelemetry/instrumentation-openai bumped from ^0.11.0 to ^0.12.0
      • @​opentelemetry/instrumentation-oracledb bumped from ^0.38.0 to ^0.39.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.65.0 to ^0.66.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.59.0 to ^0.60.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.61.0 to ^0.62.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.58.0 to ^0.59.0
      • @​opentelemetry/instrumentation-router bumped from ^0.57.0 to ^0.58.0

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) from 0.66.0 to 0.72.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.72.0/packages/auto-instrumentations-node)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-version: 0.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 26, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge: unsafe dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants