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

fix: lock protobufjs version #2569

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Conversation

ivaylonikolov7
Copy link
Contributor

Description:
Due to a bug in protobufjs version we need to lock protobufjs version so we can't groom some of our PRs. This PR updates the package.json and pnpm-lock.files. Deletes pnpm-lock file in the TCK folder due to having both npm-lock and pnpm-lock. Good practices say we should only have one lock file.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Ivaylo Nikolov <[email protected]>
Copy link

sonarcloud bot commented Oct 8, 2024

Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.41%. Comparing base (154c155) to head (aa6cee7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2569      +/-   ##
==========================================
- Coverage   84.42%   84.41%   -0.01%     
==========================================
  Files         283      283              
  Lines       71021    71021              
==========================================
- Hits        59956    59949       -7     
- Misses      11065    11072       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivaylonikolov7 ivaylonikolov7 merged commit 6f0ae98 into main Oct 8, 2024
12 of 13 checks passed
@ivaylonikolov7 ivaylonikolov7 deleted the fix/lock-protobufjs-version branch October 8, 2024 14:20
b-l-u-e pushed a commit to b-l-u-e/hedera-sdk-js that referenced this pull request Oct 13, 2024
* fix: lock protobufjs version

Signed-off-by: Ivaylo Nikolov <[email protected]>

* chore: update pnpm-lock in proto package

Signed-off-by: Ivaylo Nikolov <[email protected]>

---------

Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
b-l-u-e pushed a commit to b-l-u-e/hedera-sdk-js that referenced this pull request Oct 13, 2024
* fix: lock protobufjs version

Signed-off-by: Ivaylo Nikolov <[email protected]>

* chore: update pnpm-lock in proto package

Signed-off-by: Ivaylo Nikolov <[email protected]>

---------

Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
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.

2 participants