Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates #358

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
@opentelemetry/exporter-metrics-otlp-grpc 0.57.2 0.203.0
@opentelemetry/exporter-metrics-otlp-proto 0.57.2 0.203.0
@opentelemetry/exporter-trace-otlp-grpc 0.57.2 0.203.0
@opentelemetry/exporter-trace-otlp-proto 0.57.2 0.203.0
@opentelemetry/instrumentation-runtime-node 0.16.0 0.17.0

Updates @opentelemetry/exporter-metrics-otlp-grpc from 0.57.2 to 0.203.0

Release notes

Sourced from @​opentelemetry/exporter-metrics-otlp-grpc's releases.

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

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

experimental/v0.201.1

0.201.1

🐛 Bug Fixes

  • fix(instrumentation): Change SemconvStability export from const enum to enum to allow single-file transpilation tooling to work with code that uses SemconvStability. #5691 @​trentm

experimental/v0.201.0

0.201.0

🚀 Features

  • feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 #5662 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation-fetch): support migration to stable HTTP semconv, v1.23.1 #5651 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation): New semconvStabilityFromStr() utility for semconv stability migration in instrumentations. #5684 @​trentm
  • feat(instrumentation-grpc): support migration to stable HTTP semconv #5653 @​JamieDanielson
  • feat(instrumentation-http): capture synthetic source type on requests #5488 @​JacksonWeber

... (truncated)

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-metrics-otlp-proto from 0.57.2 to 0.203.0

Release notes

Sourced from @​opentelemetry/exporter-metrics-otlp-proto's releases.

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

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

experimental/v0.201.1

0.201.1

🐛 Bug Fixes

  • fix(instrumentation): Change SemconvStability export from const enum to enum to allow single-file transpilation tooling to work with code that uses SemconvStability. #5691 @​trentm

experimental/v0.201.0

0.201.0

🚀 Features

  • feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 #5662 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation-fetch): support migration to stable HTTP semconv, v1.23.1 #5651 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation): New semconvStabilityFromStr() utility for semconv stability migration in instrumentations. #5684 @​trentm
  • feat(instrumentation-grpc): support migration to stable HTTP semconv #5653 @​JamieDanielson
  • feat(instrumentation-http): capture synthetic source type on requests #5488 @​JacksonWeber

... (truncated)

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-grpc from 0.57.2 to 0.203.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-grpc's releases.

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

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

experimental/v0.201.1

0.201.1

🐛 Bug Fixes

  • fix(instrumentation): Change SemconvStability export from const enum to enum to allow single-file transpilation tooling to work with code that uses SemconvStability. #5691 @​trentm

experimental/v0.201.0

0.201.0

🚀 Features

  • feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 #5662 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation-fetch): support migration to stable HTTP semconv, v1.23.1 #5651 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation): New semconvStabilityFromStr() utility for semconv stability migration in instrumentations. #5684 @​trentm
  • feat(instrumentation-grpc): support migration to stable HTTP semconv #5653 @​JamieDanielson
  • feat(instrumentation-http): capture synthetic source type on requests #5488 @​JacksonWeber

... (truncated)

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-proto from 0.57.2 to 0.203.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-proto's releases.

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

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

experimental/v0.201.1

0.201.1

🐛 Bug Fixes

  • fix(instrumentation): Change SemconvStability export from const enum to enum to allow single-file transpilation tooling to work with code that uses SemconvStability. #5691 @​trentm

experimental/v0.201.0

0.201.0

🚀 Features

  • feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 #5662 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation-fetch): support migration to stable HTTP semconv, v1.23.1 #5651 @​trentm
    • Configure the instrumentation with semconvStabilityOptIn: 'http' to use the new, stable semconv v1.23.1 semantics or 'http/dup' for both old (v1.7.0) and stable semantics. When semconvStabilityOptIn is not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.
  • feat(instrumentation): New semconvStabilityFromStr() utility for semconv stability migration in instrumentations. #5684 @​trentm
  • feat(instrumentation-grpc): support migration to stable HTTP semconv #5653 @​JamieDanielson
  • feat(instrumentation-http): capture synthetic source type on requests #5488 @​JacksonWeber

... (truncated)

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-runtime-node from 0.16.0 to 0.17.0

Release notes

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

instrumentation-runtime-node: v0.17.0

0.17.0 (2025-07-09)

Features

  • deps: update deps matching '@opentelemetry/*' (#2930) (e4ab2a9)
Changelog

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

0.17.0 (2025-07-09)

Features

  • deps: update deps matching '@opentelemetry/*' (#2930) (e4ab2a9)
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 Jul 9, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-1ee8c1e57e branch from e6bd39d to 07631a8 Compare July 14, 2025 22:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-1ee8c1e57e branch from 07631a8 to fe23533 Compare July 16, 2025 13:59
…ith 5 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.57.2` | `0.203.0` |
| [@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.57.2` | `0.203.0` |
| [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.57.2` | `0.203.0` |
| [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.57.2` | `0.203.0` |
| [@opentelemetry/instrumentation-runtime-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-runtime-node) | `0.16.0` | `0.17.0` |



Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.57.2 to 0.203.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.57.2...experimental/v0.203.0)

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.57.2 to 0.203.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.57.2...experimental/v0.203.0)

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.57.2 to 0.203.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.57.2...experimental/v0.203.0)

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.57.2 to 0.203.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.57.2...experimental/v0.203.0)

Updates `@opentelemetry/instrumentation-runtime-node` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-runtime-node/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-fs-v0.17.0/packages/instrumentation-runtime-node)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-metrics-otlp-grpc"
  dependency-version: 0.203.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@opentelemetry/exporter-metrics-otlp-proto"
  dependency-version: 0.203.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-version: 0.203.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@opentelemetry/exporter-trace-otlp-proto"
  dependency-version: 0.203.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@opentelemetry/instrumentation-runtime-node"
  dependency-version: 0.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-1ee8c1e57e branch from fe23533 to 2df6024 Compare July 16, 2025 14:33
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 ☠️ do not merge javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant