Skip to content

chore(deps-dev): bump @opentelemetry/core from 2.0.1 to 2.8.0#844

Merged
hassiebp merged 1 commit into
mainfrom
dependabot/npm_and_yarn/opentelemetry/core-2.8.0
Jun 23, 2026
Merged

chore(deps-dev): bump @opentelemetry/core from 2.0.1 to 2.8.0#844
hassiebp merged 1 commit into
mainfrom
dependabot/npm_and_yarn/opentelemetry/core-2.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @opentelemetry/core from 2.0.1 to 2.8.0.

Release notes

Sourced from @​opentelemetry/core's releases.

v2.8.0

2.8.0

🚀 Features

  • feat(sdk-trace-base): pretty-print SpanImpl, Tracer, and BasicTracerProvider via util.inspect so they render through diag and console.log #6690 @​mcollina
  • feat(sdk-metrics): implement metric reader self-observability metrics #6449 @​anuraaga
  • feat(core): add hrTimeToSeconds #6449 @​anuraaga

🐛 Bug Fixes

  • fix(core): limit processing of incoming "baggage" header to 8192 bytes @​pichlermarc

v2.7.1

2.7.1

🐛 Bug Fixes

  • fix(core, api): defer trace state validation. Deprecate trace state implementation in api #6459 @​david-luna
    • important: this bug fix may be breaking for certain uses of TraceState
      • set now returns the same TraceState instance if key/value are invalid or makes the while trace state invalid.
      • unset now returns the same TraceState instance if key is not present.
      • best-effort parsing of invalid TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.

🏠 Internal

v2.7.0

2.7.0

🚀 Features

  • feat(sdk-logs): implement log creation metrics #6433 @​anuraaga
  • feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders #6460 @​starzlocker
  • feat(opentelemetry-core): add extra checks on internal merge function for safety #6587 @​maryliag

🐛 Bug Fixes

  • fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs

🏠 Internal

... (truncated)

Changelog

Sourced from @​opentelemetry/core's changelog.

2.8.0

🚀 Features

  • feat(sdk-trace-base): pretty-print SpanImpl, Tracer, and BasicTracerProvider via util.inspect so they render through diag and console.log #6690 @​mcollina
  • feat(sdk-metrics): implement metric reader self-observability metrics #6449 @​anuraaga
  • feat(core): add hrTimeToSeconds #6449 @​anuraaga

🐛 Bug Fixes

  • fix(core): limit processing of incoming "baggage" header to 8192 bytes @​pichlermarc

2.7.1

🐛 Bug Fixes

  • fix(core, api): defer trace state validation. Deprecate trace state implementation in api #6459 @​david-luna
    • important: this bug fix may be breaking for certain uses of TraceState
      • set now returns the same TraceState instance if key/value are invalid or makes the while trace state invalid.
      • unset now returns the same TraceState instance if key is not present.
      • best-effort parsing of invalid TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.

🏠 Internal

2.7.0

🚀 Features

  • feat(sdk-logs): implement log creation metrics #6433 @​anuraaga
  • feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders #6460 @​starzlocker
  • feat(opentelemetry-core): add extra checks on internal merge function for safety #6587 @​maryliag

🐛 Bug Fixes

  • fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs

🏠 Internal

2.6.1

🐛 Bug Fixes

... (truncated)

Commits
  • 13a035b chore: prepare next release (#6756)
  • 4b13587 Merge commit from fork
  • 71d195c chore(renovate): set minimumReleaseAge to 3 days (#6792)
  • 555fca6 Update renovate.json to use matchManagers (#6141)
  • b711a81 docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...
  • da70402 fix(ci): supply-chain sec: disable caching in release-related workflow (#6790)
  • 002267b chore: complete the move to the smaller SPDX license header (#6791)
  • 056ef9c feat(sdk-metrics): implement metric reader metrics (#6449)
  • 3bd69ce fix(configuration): improve environment variable substitution to handle all t...
  • bfbda7c docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​opentelemetry/core since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
langfuse-js Ready Ready Preview Jun 18, 2026 4:16pm

Request Review

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, straightforward dev dependency bump.

Extended reasoning...

Overview

This PR is a Dependabot-generated bump of the dev dependency @opentelemetry/core from ^2.0.1 to ^2.8.0. Only package.json and pnpm-lock.yaml are modified, with incidental transitive bumps to @babel/* packages in the lockfile.

Security risks

None. @opentelemetry/core is a devDependency and not shipped to consumers, and the release notes don't contain anything alarming (the most notable items are baggage-header size limits and TraceState validation changes, neither of which affect this repo's usage).

Level of scrutiny

Minimal. This is a routine, mechanical dev-dependency upgrade with no source code changes. CI (build/test/typecheck) will catch any compatibility issue with the new version.

Other factors

No bugs were found by the bug hunting system. The PR is authored by Dependabot and tagged dependencies/javascript. Vercel preview build is already running.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch from cde7f6b to a914ea0 Compare June 18, 2026 12:22
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch from a914ea0 to 0f49be8 Compare June 18, 2026 13:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch from 0f49be8 to f142828 Compare June 18, 2026 15:47
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch from f142828 to 88fb531 Compare June 18, 2026 16:07
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch from 88fb531 to 194378d Compare June 18, 2026 16:11
Bumps [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) from 2.0.1 to 2.8.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@v2.0.1...v2.8.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.8.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch from 194378d to e720ccc Compare June 18, 2026 16:15
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

@hassiebp
hassiebp merged commit cd1c05e into main Jun 23, 2026
12 of 14 checks passed
@hassiebp
hassiebp deleted the dependabot/npm_and_yarn/opentelemetry/core-2.8.0 branch June 23, 2026 09:54
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