Skip to content

fix: bump @opentelemetry/auto-instrumentations-node from 0.56.1 to 0.57.0 in /packages/opentelemetry #1359

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps @opentelemetry/auto-instrumentations-node from 0.56.1 to 0.57.0.

Release notes

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

auto-instrumentations-node: v0.57.0

0.57.0 (2025-03-18)

⚠ BREAKING CHANGES

  • update to JS SDK 2.x (#2738)

Bug Fixes

  • deps: update otel core experimental to ^0.57.2 (#2716) (d2a9a20)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.46.1 to ^0.47.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.50.3 to ^0.51.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.49.1 to ^0.50.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.45.1 to ^0.46.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.45.1 to ^0.46.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.43.1 to ^0.44.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.14.1 to ^0.15.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.16.1 to ^0.17.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.43.1 to ^0.44.0
      • @​opentelemetry/instrumentation-express bumped from ^0.47.1 to ^0.48.0
      • @​opentelemetry/instrumentation-fastify bumped from ^0.44.2 to ^0.45.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.19.1 to ^0.20.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.43.1 to ^0.44.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.47.1 to ^0.48.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.45.2 to ^0.46.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.47.1 to ^0.48.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.7.1 to ^0.8.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.44.1 to ^0.45.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.47.1 to ^0.48.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.44.1 to ^0.45.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.43.1 to ^0.44.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.52.0 to ^0.53.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.46.1 to ^0.47.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.45.1 to ^0.46.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.45.2 to ^0.46.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.44.1 to ^0.45.0
      • @​opentelemetry/instrumentation-net bumped from ^0.43.1 to ^0.44.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.51.1 to ^0.52.0

... (truncated)

Commits
  • 32abc4c chore: release main (#2726)
  • 7fb4ba3 chore!: update to JS SDK 2.x (#2738)
  • 8e08755 test(instrumentation-aws-sdk): update devDeps to modern version of instrument...
  • 4b51e60 fix(instrumentation-aws-lambda): Change endSpan error-logs for forceflush int...
  • b520d04 fix(instrumentation-pg): connection string parsing (#2715)
  • 353dbb0 feat(instrumentation-express)!: propagate context and measure full handler sp...
  • b947650 chore(runtime-node): use mocha dep from monorepo package.json (#2731)
  • 197ee04 ci: do not mark mongodb/mysql2 as unmaintained (#2733)
  • 9e7e7ff test(instrumentation-winston): Include all versions in coverage (#2684)
  • 675ec97 chore(deps): update dependency @​types/mocha to v10 (#2717)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 18, 2025
Bumps [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.56.1 to 0.57.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.56.1...auto-instrumentations-node-v0.57.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/opentelemetry/opentelemetry/auto-instrumentations-node-0.57.0 branch from 2a1dba4 to 895b08f Compare March 19, 2025 08:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2025

Looks like @opentelemetry/auto-instrumentations-node is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/opentelemetry/opentelemetry/auto-instrumentations-node-0.57.0 branch March 25, 2025 16:45
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