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-dev): bump the development-dependencies group with 4 updates #197

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 Dec 5, 2024

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.55.0 to 0.56.0

Release notes

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

experimental/v0.56.0

0.56.0

💥 Breaking Change

  • feat(otlp-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • ExportServiceError was intended for internal use and has been dropped from exports
    • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
    • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
      • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
  • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @opentelemetry/otlp-exporter-base)
  • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
    • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
    • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

🚀 (Enhancement)

  • feat(otlp-exporter-base): handle OTLP partial success #5183 @​pichlermarc
  • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @​pichlermarc
  • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @​pichlermarc
    • improves compatibility with some unsupported runtimes
  • feat(otlp-exporter-base): add http response body to exporter error #5204 @​pichlermarc

🐛 (Bug Fix)

  • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @​pichlermarc

🏠 (Internal)

Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-http from 0.55.0 to 0.56.0

Release notes

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

experimental/v0.56.0

0.56.0

💥 Breaking Change

  • feat(otlp-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • ExportServiceError was intended for internal use and has been dropped from exports
    • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
    • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
      • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
  • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @opentelemetry/otlp-exporter-base)
  • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
    • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
    • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

🚀 (Enhancement)

  • feat(otlp-exporter-base): handle OTLP partial success #5183 @​pichlermarc
  • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @​pichlermarc
  • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @​pichlermarc
    • improves compatibility with some unsupported runtimes
  • feat(otlp-exporter-base): add http response body to exporter error #5204 @​pichlermarc

🐛 (Bug Fix)

  • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @​pichlermarc

🏠 (Internal)

Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-pino from 0.44.0 to 0.45.0

Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-node from 0.55.0 to 0.56.0

Release notes

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

experimental/v0.56.0

0.56.0

💥 Breaking Change

  • feat(otlp-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
    • ExportServiceError was intended for internal use and has been dropped from exports
    • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
    • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
      • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
  • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @​pichlermarc
    • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @opentelemetry/otlp-exporter-base)
  • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
    • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
    • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

🚀 (Enhancement)

  • feat(otlp-exporter-base): handle OTLP partial success #5183 @​pichlermarc
  • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @​pichlermarc
  • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @​pichlermarc
    • improves compatibility with some unsupported runtimes
  • feat(otlp-exporter-base): add http response body to exporter error #5204 @​pichlermarc

🐛 (Bug Fix)

  • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @​pichlermarc

🏠 (Internal)

Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • Additional commits viewable in compare view

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

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.55.0 to 0.56.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.55.0...experimental/v0.56.0)

Updates `@opentelemetry/instrumentation-http` from 0.55.0 to 0.56.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.55.0...experimental/v0.56.0)

Updates `@opentelemetry/instrumentation-pino` from 0.44.0 to 0.45.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.44.0...instrumentation-pg-v0.45.0)

Updates `@opentelemetry/sdk-node` from 0.55.0 to 0.56.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.55.0...experimental/v0.56.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2024
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.

0 participants