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

build: bump google-protobuf for nns #162

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

peterpeterparker
Copy link
Member

Motivation

Resolve #143.

This will also fix the usage of the lib for testing purpose as it referenced a version of google-protobuf that fails with jest in a NodeJS context - e.g. when running tests in NNS-dapp.

Changes

  • bump google-protobuf last version

Copy link
Contributor

@lmuntaner lmuntaner left a comment

Choose a reason for hiding this comment

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

thanks!

@peterpeterparker peterpeterparker removed the request for review from mstrasinskis August 2, 2022 08:28
@peterpeterparker peterpeterparker merged commit 5ece152 into main Aug 2, 2022
@peterpeterparker peterpeterparker deleted the build/bump-googleprotobuf branch August 2, 2022 08:28
peterpeterparker added a commit to dfinity/nns-dapp that referenced this pull request Aug 2, 2022
# Motivation

Bump to the last nightly version of `sns-js` that requires `agent-js` as a peer dependencies.

# Note

`nns-js` cannot be upgraded as well. It first needs PR dfinity/ic-js#162 because otherwise the `jest` test suite won't run.

# Changes

- bump `sns-js` nightly
- add mandatory `agent-js` dependencies to dependencies
- clean up `package-lock` by removing local path (`../../../ic-js/...`) added for development purpose
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.

build: google-protobuf > v3.19 does not work in NodeJS environment
2 participants