Skip to content

chore(deps): bump @opentelemetry/core and @daytona/sdk in /packages/pi-extension#35

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/pi-extension/multi-94a957fb81
Closed

chore(deps): bump @opentelemetry/core and @daytona/sdk in /packages/pi-extension#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/pi-extension/multi-94a957fb81

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

Bumps @opentelemetry/core to 2.8.0 and updates ancestor dependency @daytona/sdk. These dependencies need to be updated together.

Updates @opentelemetry/core from 2.7.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
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
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

Updates @daytona/sdk from 0.184.0 to 0.200.1

Release notes

Sourced from @​daytona/sdk's releases.

v0.200.1

0.200.1 (2026-07-22)

🩹 Fixes

  • sdk-python,sdk-ruby: share one expiry worker across event subscriptions (#109)

Chores

  • sync go.sum for v0.200.0 (#107)
  • sdk-go: bump to v0.200.1 (#112)

❤️ Thank You

v0.200.0

0.200.0 (2026-07-21)

🩹 Fixes

  • cli,sdk-ruby: enforce TLS verification in Ruby Socket.IO client and create CLI config with 0600 (#96)
  • sdk-go: make HTTP timeout configurable and honor long execution timeouts (#103)

Chores

  • sync go.sum for v0.199.0 (#95)
  • add publish CLI checkbox and skip SDKs without an explicit version (c7a147762)
  • add opt-in publish CLI checkbox and skip SDKs without an explicit version (88a17a89b)
  • sdk-go: bump to v0.200.0 (#104)
  • sdk-python: retry poetry lock to tolerate stale PyPI CDN (dd1c2d500)

❤️ Thank You

v0.199.0

0.199.0 (2026-07-17)

🚀 Features

  • sdk,cli: sandbox TTL support (#74)
  • ⚠️ sdk-python: require Python >=3.10 (#83)

Chores

  • sync go.sum for v0.198.0 (#82)

... (truncated)

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Bump @daytona/sdk to 0.200.1 and align OpenTelemetry to 2.8.0 in packages/pi-extension to keep telemetry in sync and pick up recent fixes and metrics improvements. This also adds Daytona analytics client support via transitive deps.

  • Dependencies
    • @daytona/sdk: 0.184.0 → 0.200.1 (adds @daytona/analytics-api-client and socket.io-client).
    • OpenTelemetry: @opentelemetry/core 2.7.1 → 2.8.0; exporters/instrumentation updated to 0.219.0 and SDK packages to 2.8.0.

Written for commit 2cd42b6. Summary will update on new commits.

Review in cubic

Bumps [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) to 2.8.0 and updates ancestor dependency [@daytona/sdk](https://github.com/daytona/clients). These dependencies need to be updated together.


Updates `@opentelemetry/core` from 2.7.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.7.1...v2.8.0)

Updates `@daytona/sdk` from 0.184.0 to 0.200.1
- [Release notes](https://github.com/daytona/clients/releases)
- [Commits](https://github.com/daytona/clients/commits/v0.200.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.8.0
  dependency-type: indirect
- dependency-name: "@daytona/sdk"
  dependency-version: 0.200.1
  dependency-type: direct:production
...

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 Jul 24, 2026
@dependabot
dependabot Bot requested a deployment to integration-tests July 24, 2026 12:40 Waiting
@aprojic aprojic closed this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/packages/pi-extension/multi-94a957fb81 branch July 24, 2026 12: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