Skip to content

chore(deps-dev): bump the development-dependencies group with 4 updates #211

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the development-dependencies group with 4 updates: @opentelemetry/api-logs, @opentelemetry/instrumentation-http, @opentelemetry/instrumentation-pino and @opentelemetry/sdk-node.

Updates @opentelemetry/api-logs from 0.201.1 to 0.202.0

Release notes

Sourced from @​opentelemetry/api-logs's releases.

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

Updates @opentelemetry/instrumentation-http from 0.201.1 to 0.202.0

Release notes

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

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

Updates @opentelemetry/instrumentation-pino from 0.48.0 to 0.49.0

Commits
  • e3c9150 chore: release main (#2581)
  • 5df02cb feat(deps): update deps matching '@opentelemetry/*' (#2582)
  • f611353 ci(update-otel-deps): use --set-upstream when pushing (#2583)
  • fa78668 ci: add workflow to update otel dependencies (#2536)
  • e674b1b fix(instrumentation-mysql2): instrument connection on 3.11.5 (#2579)
  • 8bfa21f fix(docs): broken link for community contribution lifecycle and processes (#2...
  • bf8117e chore(instr-koa): update instrumentation-koa tests (#2566)
  • 97ebd4f chore(aws-sdk): add @​trivikr as component owner (#2557)
  • 0fc1ed3 chore(examples/mongodb): Update mongodb example dependencies (#2531)
  • 2f5d1de chore: replace deprecated substr() with substring() (#2553)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-node from 0.201.1 to 0.202.0

Release notes

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

experimental/v0.202.0

0.202.0

🚀 Features

  • feat(exporter-otlp-*): update proto to v1.7.0
  • feat(exporter-metrics-otlp-proto): Support to protobuf in browser metrics. #5710 @​YangJonghun

🐛 Bug Fixes

  • fix(instrumentation): remove dependency on the shimmer module #5652 @​cjihrig
Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2025
@Vunovati
Copy link
Collaborator

Vunovati commented Jun 3, 2025

@dependabot recreate

Bumps the development-dependencies group with 4 updates: [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/instrumentation-pino](https://github.com/open-telemetry/opentelemetry-js-contrib) and [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js).


Updates `@opentelemetry/api-logs` from 0.201.1 to 0.202.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.201.1...experimental/v0.202.0)

Updates `@opentelemetry/instrumentation-http` from 0.201.1 to 0.202.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.201.1...experimental/v0.202.0)

Updates `@opentelemetry/instrumentation-pino` from 0.48.0 to 0.49.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@instrumentation-pg-v0.48.0...instrumentation-pg-v0.49.0)

Updates `@opentelemetry/sdk-node` from 0.201.1 to 0.202.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.201.1...experimental/v0.202.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.202.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-version: 0.202.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@opentelemetry/instrumentation-pino"
  dependency-version: 0.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.202.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-6475738b7a branch from 7c4b3e6 to 77fc4fe Compare June 3, 2025 19:02
@Vunovati Vunovati merged commit f8bbbb6 into main Jun 3, 2025
14 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-6475738b7a branch June 3, 2025 19:04
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