GithubHelp home page GithubHelp logo

npm-protobufjs's People

Contributors

greenkeeper[bot] avatar louy avatar unional avatar

Watchers

 avatar  avatar  avatar

npm-protobufjs's Issues

An in-range update of mocha is breaking the build 🚨

Version 3.4.0 of mocha just got published.

Branch Build failing 🚨
Dependency mocha
Current Version 3.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As mocha is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.4.0

Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.

This week's highlights:

  • allowUncaught added to commandline as --allow-uncaught (and bugfixed)
  • warning-related Node flags

πŸŽ‰ Enhancements

πŸ› Fixes

πŸ”© Other

Commits

The new version differs by 9 commits0.

  • 7554b31 Add Changelog for v3.4.0
  • 9f7f7ed Add --trace-warnings flag
  • 92561c8 Add --no-warnings flag
  • ceee976 lint test/integration/fixtures/simple-reporter.js
  • dcfc094 Revert "use semistandard directly"
  • 93392dd no special case for macOS running Karma locally
  • 4d1d91d --allow-uncaught cli option
  • fb1e083 fix allowUncaught in browser
  • 4ed3fc5 Add license report and scan status

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of typescript is breaking the build 🚨

Version 2.3.3 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.3.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As typescript is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes TypeScript 2.3.3

This release include a set of bug fixes reported against TypeScript 2.3.2. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.3.3.

Download:

Commits

The new version differs by 84 commits.

There are 84 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of source-map-support is breaking the build 🚨

Version 0.4.16 of source-map-support just got published.

Branch Build failing 🚨
Dependency source-map-support
Current Version 0.4.15
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As source-map-support is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 9 commits.

  • 6c3f308 0.4.16
  • 2c8176b Update compiled file
  • 9addc16 Merge pull request #138 from Yogu/fix-out-of-range-columns
  • 6020c02 Merge pull request #187 from evanw/update-travis
  • d74b70d Fix tests on Node.js >=8.4
  • 7cfd425 Add all supported releases to Travis
  • df2d24f Merge pull request #185 from tisba/patch-1
  • 77b7f52 updates link in README to V8 Stack Trace API
  • 58a1169 Defensive coding to prevent out-of-range column

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of tslint is breaking the build 🚨

Version 5.3.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v5.3.0

This change may require a change to tslint.json

πŸŽ‰ Notable features & enhancements

Thanks to our contributors!

  • Andy Hanson
  • Klaus Meinhardt
  • Martin Probst
  • Filipe Silva
  • walkerburgin
  • RenΓ© Scheibe
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of protobufjs is breaking the build 🚨

Version 6.8.0 of protobufjs just got published.

Branch Build failing 🚨
Dependency protobufjs
Current Version 6.7.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

protobufjs is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

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 and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.