Skip to content

fix(otlp-transformer): downgrade protobufjs to version ^7.0.0#6418

Merged
pichlermarc merged 3 commits intoopen-telemetry:mainfrom
vitorvasc:otlp-transformer_downgrade-protobufjs
Feb 18, 2026
Merged

fix(otlp-transformer): downgrade protobufjs to version ^7.0.0#6418
pichlermarc merged 3 commits intoopen-telemetry:mainfrom
vitorvasc:otlp-transformer_downgrade-protobufjs

Conversation

@vitorvasc
Copy link
Copy Markdown
Member

@vitorvasc vitorvasc commented Feb 18, 2026

Which problem is this PR solving?

Applies the downgrade to the protobufjs dependency on otlp-transformer package.

protobufjs-cli@^2.0.0 is not compatible with protobufjs@8.0.0, and therefore npm installs fail. That's the reason why we have not seen renovate's lockfile maintainance PRs recently.

ref protobufjs/protobuf.js#2117

Fixes #6415

Short description of the changes

  • Downgrade protobufjs dependency from 8.0.0 to ^7.0.0

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.59%. Comparing base (e569ffd) to head (a7ce0b2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6418   +/-   ##
=======================================
  Coverage   95.59%   95.59%           
=======================================
  Files         361      361           
  Lines       11595    11595           
  Branches     2683     2683           
=======================================
  Hits        11084    11084           
  Misses        511      511           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vitorvasc vitorvasc marked this pull request as ready for review February 18, 2026 14:00
@vitorvasc vitorvasc requested a review from a team as a code owner February 18, 2026 14:00
Copilot AI review requested due to automatic review settings February 18, 2026 14:00
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR downgrades the protobufjs dependency from version 8.0.0 to ^7.0.0 to resolve npm installation failures caused by incompatibility between protobufjs-cli@^2.0.0 and protobufjs@8.0.0.

Changes:

  • Downgrade protobufjs dependency specification in the otlp-transformer package
  • Add changelog entry documenting the fix

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
experimental/packages/otlp-transformer/package.json Updates protobufjs dependency version constraint from exact 8.0.0 to range ^7.0.0
experimental/CHANGELOG.md Documents the protobufjs downgrade in the unreleased changes section

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

🎉

@pichlermarc pichlermarc added this pull request to the merge queue Feb 18, 2026
Merged via the queue into open-telemetry:main with commit ad29b31 Feb 18, 2026
27 checks passed
@otelbot-js otelbot-js Bot mentioned this pull request Mar 3, 2026
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.

[otlp-transformer] downgrade protobufjs to ^7.0.0

3 participants