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 @opentelemetry/instrumentation-dns from 0.39.0 to 0.40.0 #205

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps @opentelemetry/instrumentation-dns from 0.39.0 to 0.40.0.

Release notes

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

instrumentation-net: v0.40.0

0.40.0 (2024-10-25)

Features

  • update "@opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)

instrumentation-memcached: v0.40.0

0.40.0 (2024-10-25)

Features

  • update "@opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)

Dependencies

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

instrumentation-generic-pool: v0.40.0

0.40.0 (2024-10-25)

Features

  • update "@opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)

instrumentation-dns: v0.40.0

0.40.0 (2024-10-25)

Features

  • update "@opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)

instrumentation-connect: v0.40.0

0.40.0 (2024-10-25)

Features

  • update "@opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)

instrumentation-fastify: v0.40.0

0.40.0 (2024-10-08)

... (truncated)

Commits
  • f81f8a7 chore: release main (#1539)
  • 8d9687d feat(fastify): Skip update HTTP's span name and update RpcMetadata's route in...
  • bf25eb1 chore(renovate): change strategy for @​opentelemetry/api, run experimental upd...
  • 3139dbf chore: update renovate.json (#1575)
  • 273993b chore: re-enable instrumentation-fastify unit test on node@18 (#1568)
  • 84a2377 fix(deps): update otel core experimental to ^0.41.0 (#1566)
  • ffb45fe chore(renovate): split patch and minor rules (#1572)
  • 8e2f518 feat(express): Skip update HTTP's span name and update RpcMetadata's route in...
  • 774d254 fix(document-load): compatibility issue with @​opentelemetry/sdk-trace-web@​1.1...
  • a18b074 docs: document merge reqiurements (#1553)
  • 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)

Bumps [@opentelemetry/instrumentation-dns](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.39.0 to 0.40.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@contrib-test-utils-v0.39.0...sql-common-v0.40.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation-dns"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
@dependabot dependabot bot requested a review from saidsef October 28, 2024 23:54
@saidsef
Copy link
Owner

saidsef commented Oct 29, 2024

/code pr

Copy link
Owner

@saidsef saidsef left a comment

Choose a reason for hiding this comment

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

🤖

Commit Review

Summary

The commit updates the @opentelemetry/instrumentation-dns dependency from version 0.39.0 to 0.40.0.

Changes

  • package-lock.json: The version of @opentelemetry/instrumentation-dns is updated from ^0.39.0 to ^0.40.0. Additionally, there are changes in the dependencies and peer dependencies of the package.

    • The dependency on @opentelemetry/instrumentation has been updated to ^0.54.0.
    • New peer dependency on @opentelemetry/api with version ^1.3.0.
    • New node modules for @opentelemetry/api-logs and @opentelemetry/instrumentation with versions 0.54.0.
  • package.json: The version of @opentelemetry/instrumentation-dns is also updated from ^0.39.0 to ^0.40.0.

Enhancements

  • The update ensures that the project uses the latest version of the OpenTelemetry instrumentation for DNS, which may include bug fixes and performance improvements.
  • The dependency updates align with the latest versions of other OpenTelemetry packages, ensuring compatibility and consistency.

Issues

  • No specific issues were identified in the commit comments or changes made.

Recommendation

The commit appears to be a standard dependency update and does not introduce any new issues or complexities. It is recommended to merge this commit as it aligns with best practices for maintaining up-to-date dependencies.


Commit Comments

PR: [16240fffec07e62947f4383456169ae9b089c96]

Dependabot update: Bumped @opentelemetry/instrumentation-dns from 0.39.0 to 0.40.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](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/contrib-test-utils-v0.39.0...sql-common-v0.40.0)

Signed-off-by: dependabot[bot] <[email protected]>

> llama-3.1-sonar-small-128k-chat [pr | 1]

@saidsef saidsef self-requested a review October 29, 2024 04:15
@saidsef saidsef merged commit 26cd782 into main Oct 29, 2024
5 checks passed
@saidsef saidsef deleted the dependabot-npm_and_yarn-opentelemetry-instrumentation-dns-0.40.0 branch October 29, 2024 04:16
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