-
Notifications
You must be signed in to change notification settings - Fork 10
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
Thchang/2051 protobufjs version bump #2361
Conversation
* added package protobufjs-cli for protobuf building * fixed import of package long
@TienHao Please also send a protobuf PR and add the link in the description, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ubuntu is also fine.
Could you add ICD-RxJS protobuf version bump as another dependent check box? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with the corresponding backend PR CARTAvis/carta-backend#1367 and the carta-protobuf PR CARTAvis/carta-protobuf#95. All e2e tests are passing. 👍
Description
this PR closes #2051
The package
protobufjs
was updated to the latest 7.2.6, since there was a bug when we implemented 6.10.8 and it did not be fixed until 7.0.0. And I also added packageprotobufjs-cli
for the building tools(pbjs, pbts) have been moved fromprotobufjs
after 7.0.0. Therefore, a update for build_proto.sh in the carta-protobuf was also needed.The companion carta-protobuf PR: CARTAvis/carta-protobuf#95
Checklist
For linked issues (if there are):
For the pull request:
changelog updated/ no changelog update neededunit test added (for functions with no dependenies)API documentation added (for public variables and methods in stores)For dependencies:
e2e test passing / corresponding fix added / new e2e test createdno protobuf update neededcorresponding ICD test fix added (/ no ICD test fix needed (BackendService
changed)BackendService
unchanged)user manual prepared (for large new features)