Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps @opentelemetry/instrumentation-koa from 0.52.0 to 0.57.0.

Release notes

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

instrumentation-redis: v0.57.0

0.57.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)

Dependencies

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

instrumentation-pino: v0.55.0

0.55.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)

Dependencies

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

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

0.57.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)

Bug Fixes

  • deps: update patch versions of several types packages (#3195) (b1c69da)

Dependencies

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

0.56.0 (2025-10-21)

Features

  • deps: update deps matching '@opentelemetry/*' (#3187) (ab96334)

Bug Fixes

Dependencies

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

0.55.0 (2025-10-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3145) (704c716)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/instrumentation-koa since your current version.


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 Nov 10, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: OpenTelemetry Koa: Dependency Hell

Version mismatch between @opentelemetry/[email protected] and its peer dependency. The upgraded Koa instrumentation requires @opentelemetry/instrumentation@^0.208.0 (which depends on import-in-the-middle@^2.0.0 and require-in-the-middle@^8.0.0), but the package.json specifies @opentelemetry/instrumentation@^0.204.0 with import-in-the-middle@^1.14.2. This creates conflicting dependency requirements that could cause runtime errors or prevent proper installation.

packages/node/package.json#L72-L73

"@opentelemetry/instrumentation-amqplib": "0.51.0",
"@opentelemetry/instrumentation-connect": "0.48.0",

Fix in Cursor Fix in Web


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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant