Skip to content

chore(deps): roll up remaining dependabot bumps#81

Merged
dialupdisaster merged 1 commit into
mainfrom
chore/dependabot-otel-rollup
Jun 24, 2026
Merged

chore(deps): roll up remaining dependabot bumps#81
dialupdisaster merged 1 commit into
mainfrom
chore/dependabot-otel-rollup

Conversation

@dialupdisaster

@dialupdisaster dialupdisaster commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • roll up the remaining Dependabot dependency bumps after #80 into one conflict-free branch
  • update @opentelemetry/core, @opentelemetry/exporter-logs-otlp-proto, @opentelemetry/exporter-metrics-otlp-grpc, @opentelemetry/resources, and @typescript-eslint/parser
  • add gRPC exporter smoke coverage in tests/otel.test.ts

Why

  • #80 landed first and left the remaining Dependabot PRs conflicting in bun.lock
  • this preserves the requested version bumps on top of latest main and verifies the default grpc OTel path that was previously untested

Verification

  • bun run typecheck
  • bun test

Summary by CodeRabbit

  • Chores

    • Updated several OpenTelemetry packages to newer versions and refreshed TypeScript ESLint tooling.
    • Cleaned up package metadata ordering for consistency.
  • Tests

    • Added coverage for the gRPC OpenTelemetry export path to confirm the correct metric, log, and trace exporters are used.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This PR updates OpenTelemetry and TypeScript parser versions in package.json, reorders several manifest fields, and adds a test that verifies setupOtel("grpc") returns gRPC exporters for metrics, logs, and traces.

Changes

OpenTelemetry manifest and test updates

Layer / File(s) Summary
Manifest updates
package.json
Bumps OTEL and parser dependency versions, and reorders exports, scripts, and types entries in the package manifest.
gRPC exporter test
tests/otel.test.ts
Adds direct gRPC exporter imports and a new setupOtel("grpc") assertion for metric, log, and trace exporters.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: consolidating remaining Dependabot dependency bumps.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dependabot-otel-rollup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dialupdisaster dialupdisaster merged commit cc98a4c into main Jun 24, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant