rochdev / datadog-tracer-js

[DEPRECATED] OpenTracing tracer implementation for Datadog in JavaScript.
MIT License
39 stars 8 forks source link

Update protobufjs to the latest version 🚀 #30

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 6.8.0 of protobufjs just got published.

Dependency protobufjs
Current Version 6.7.3
Type dependency

The version 6.8.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of protobufjs. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes protobuf.js 6.8.0

Experimental decorators, a lot of general fixes and an overhaul of typings generated by pbts.

Commits

The new version differs by 75 commits.

  • 8c6a597 Updated dist files and changelog for 6.8.0, fixes #819
  • c306d19 Added 'undefined' besides 'null' as a valid value of an optional field, fixes #826
  • c5518c3 Fixed an issue with codegen typings, see #819
  • 9726be0 Other: Updated dist files; Other: Added package-lock.json
  • 66d149e Ported utf8 chunking mechanism to base64 as well, fixes #800
  • e1f9d98 Also be more verbose when defining properties for ES6, fixes #820
  • cf36097 Generate more verbose JSDoc comments for ES6 support, fixes #820
  • f295979 Emit a maximum of one error var when generating verifiers, fixes #786
  • 3b848a1 Fixed missing semicolon after 'extensions' and 'reserved' when generating proto files, fixes #810
  • 3a86c17 Merge branch 'master' of https://github.com/dcodeIO/protobuf.js
  • 114f7ea Other: Minor formatting
  • eb1b404 Call npm with '--no-bin-links' when installing CLI deps, fixes #823
  • 5f2f177 Merge pull request #813 from betalb/use-minimal-version-when-bunling-modules
  • 4eac28c Use protobuf/minimal when pbjs target is static-module
  • bb9f1fc Merge pull request #801 from r-tock/master

There are 75 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: