tjmehta / spark-to-json

Returns a JSON representation of a Primus spark
MIT License
2 stars 0 forks source link

An in-range update of primus is breaking the build 🚨 #11

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency primus was updated from 7.2.2 to 7.2.3.

🚨 View failing branch.

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

primus is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/tjmehta/spark-to-json/builds/437939334?utm_source=github_status&utm_medium=notification)).

Release Notes for Bug fix
  • Fixed a bug that prevented the HTTP response message from being correctly sent
    when using the authorization middleware (#692).
  • The SockJS client-side library has been updated to version 1.3.0
    (909558e, e1192aa).
Commits

The new version differs by 20 commits.

  • 7b56733 [dist] 7.2.3
  • 4fb5d75 chore(package): update ws to version 6.1.0 (#694)
  • e1192aa [minor] Rebuild the SockJS client -- version 1.3.0
  • 4ad3413 chore(package): update sockjs-client to version 1.3.0 (#693)
  • 667a32c Merge pull request #692 from davedoesdev/master
  • 7d0b212 End upgrade connection rather than destroy #691
  • 909558e [minor] Rebuild the SockJS client -- version 1.2.0
  • 3e642c5 chore(package): update sockjs-client to version 1.2.0 (#690)
  • 8eb8a19 fix a typo (#688)
  • 26ac3f1 chore(package): update request to version 2.88.0 (#687)
  • d094474 fix(package): update nanoid to version 1.2.0 (#686)
  • 5617b55 [deps] Pin uws to version 10.148.1
  • 2312708 chore(package): update ws to version 6.0.0 (#680)
  • 83e32c7 [travis] Remove unsupported node versions
  • 262995c [pkg] Remove typings from package.json

There are 20 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 7.2.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Engine.IO 3.3.0
  • The Engine.IO client-side library has been updated to version 3.3.0 (e3a4094)
  • Added a socket property on the spark which holds a reference to to the
    underlying socket (#703).
Commits

The new version differs by 17 commits.

  • ecee169 [dist] 7.3.0
  • f54a102 [codestyle] Fix nits
  • ac59b13 [minor] Expose the underlying socket on the spark (#703)
  • 55a57db [test] Skip URL userinfo test when using UNIX domain sockets
  • ebe5357 chore(package): update rocambole-node-remove to version 3.0.0 (#702)
  • 4d753a9 [travis] Add node 11.x to the test matrix
  • ca29c8f [test] Do not test uws on Node.js > 10
  • e3a4094 [minor] Rebuild the Engine.IO client -- version 3.3.0
  • ee91d40 [patch] Remove no longer needed patch for Engine.IO client
  • 84c486f [fix] Fix engine.io-client entry point
  • 9ab9e58 [example] Update authorization example dependencies
  • 4fcca7e chore(package): update engine.io-client to version 3.3.0 (#701)
  • e3ba46a chore(package): update engine.io to version 3.3.0 (#700)
  • 0d73649 chore(package): update through2 to version 3.0.0 (#699)
  • c0fc53d fix(package): update nanoid to version 2.0.0 (#698)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Bug fix
  • Fixed a bug that prevented the socket attribute on the Spark from being
    set (#705).
Commits

The new version differs by 2 commits.

  • 4054df6 [dist] 7.3.1
  • 2d96d66 [fix] Add socket parameter in Spark constructor wrapper (#705)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Bug fix
  • Fixed an issue that prevented the engine.io client bundle from working
    properly (f8529fb, ceaed56).
Commits

The new version differs by 3 commits.

  • c0e0e82 [dist] 7.3.2
  • ceaed56 [minor] Rebuild the Engine.IO client -- version 3.3.1
  • f8529fb [fix] Update browserify options for engine.io-client

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Bug fix
  • Fixed an issue that could make the server crash when running middleware
    (898f541).
Commits

The new version differs by 12 commits.

  • d3c41d2 [dist] 7.3.3
  • f1a8ac3 [minor] Write the response as a single chunk in the error middleware
  • 898f541 [fix] Add missing 'error' listener
  • ae78c1e [pkg] Update ejson to version 2.2.0 (#723)
  • 7d58d8e [test] Fix flaky test
  • 5ae0b61 [pkg] Update ws to version 7.0.0 (#721)
  • 6a1770f [travis] Add node 12.x to the test matrix
  • a42853f [pkg] Fix homepage URL
  • bc00187 chore(package): update mocha to version 6.1.0 (#719)
  • bfc3f31 chore(package): update ws to version 6.2.0 (#716)
  • 41fec2e fix(package): update diagnostics to version 2.0.0 (#714)
  • da28317 chore(package): update mocha to version 6.0.0 (#711)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Engine.IO 3.4.0 - SockJS 1.4.0
  • The Engine.IO client-side library has been updated to version 3.4.0 (d103918).
  • The SockJS client-side library has been updated to version 1.4.0 (b419aaa).
Commits

The new version differs by 18 commits.

  • 39ee4c1 [dist] 7.3.4
  • fc212de [pkg] Update setheader to version 1.0.2
  • d103918 [minor] Rebuild the Engine.IO client -- version 3.4.0 (#750)
  • b419aaa [minor] Rebuild the SockJS client -- version 1.4.0 (#749)
  • 5cae63d [pkg] Update chai to version 6.2.0
  • 4ccb24d [pkg] Add .npmrc
  • c3d1d13 [pkg] Update engine.io-client to version 3.4.0 (#745)
  • 0c5bc8e [pkg] Update engine.io to version 3.4.0 (#744)
  • e6cde09 [pkg] Update nanoid to version 2.1.0 (#742)
  • 290a7f2 [pkg] Update sockjs-client to version 1.4.0 (#739)
  • 26bf2ad [pkg] Update forwarded-for to version 1.1.0 (#738)
  • f3b13e7 [pkg] Update browserify to version 16.5.0 (#737)
  • 0b3608e [pkg] Update browserify to version 16.4.0 (#735)
  • d77135b [pkg] Update mocha to version 6.2.0 (#733)
  • b8c4fdf [pkg] Update ws to version 7.1.0 (#732)

There are 18 commits in total.

See the full diff