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

chore: update deps and specify root for pbjs #94

Merged

Conversation

achingbrain
Copy link
Collaborator

  • Updates all deps to pull in the latest buffer and bl modules
  • Specifies a root name for pbjs code gen - message names for pbjs
    generated code are global so specifying a root name scopes them
    to prevent two modules accidentally trampling over each other's
    protobuf code by giving their messages the same name

Refs: ipfs/js-ipfs-bitswap#323

BREAKING CHANGE: buffer@6 dropped support for IE and Safari < 10

- Updates all deps to pull in the latest buffer and bl modules
- Specifies a root name for pbjs code gen - message names for pbjs
  generated code are global so specifying a root name scopes them
  to prevent two modules accidentally trampling over each other's
  protobuf code by giving their messages the same name

Refs: ipfs/js-ipfs-bitswap#323

BREAKING CHANGE: buffer@6 dropped support for IE and Safari < 10
@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2021

Codecov Report

Merging #94 (8a9d25d) into master (522d28c) will decrease coverage by 0.80%.
The diff coverage is 67.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   89.90%   89.09%   -0.81%     
==========================================
  Files          16       16              
  Lines        1773     1807      +34     
  Branches      238      239       +1     
==========================================
+ Hits         1594     1610      +16     
- Misses        179      197      +18     
Impacted Files Coverage Δ
src/proto/payload.js 79.72% <67.93%> (-4.33%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 522d28c...8a9d25d. Read the comment docs.

@rvagg rvagg mentioned this pull request Apr 26, 2021
77 tasks
@mpetrunic mpetrunic merged commit 47e8ef4 into ChainSafe:master Apr 26, 2021
@achingbrain achingbrain deleted the chore/update-deps-and-specify-pbjs-root branch April 26, 2021 09:44
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.

4 participants