timbru31/spigot-anti-piracy-backend

An in-range update of koa-router is breaking the build 🚨

greenkeeper opened this issue Β· 2 comments

Version 7.2.1 of koa-router just got published.

Branch Build failing 🚨
Dependency koa-router
Current Version 7.2.0
Type dependency

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

koa-router 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/appveyor/branch Waiting for AppVeyor build to complete Details
  • βœ… bitHound - Code No failing files. Details
  • βœ… bitHound - Dependencies No failing dependencies. Details
  • βœ… ci/circleci Your tests passed on CircleCI! Details
  • ❌ coverage/coveralls Coverage pending from Coveralls.io Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

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 🌴

  1. Using OPTIONS should return a 204 (No Content):
    Error: expected 204 "No Content", got 200 "OK"
    at Test._assertStatus (node_modules/supertest/lib/test.js:266:12)
    at Test._assertFunction (node_modules/supertest/lib/test.js:281:11)
    at Test.assert (node_modules/supertest/lib/test.js:171:18)
    at assert (node_modules/supertest/lib/test.js:131:12)
    at node_modules/supertest/lib/test.js:128:5
    at Test.Request.callback (node_modules/superagent/lib/node/index.js:668:14)
    at IncomingMessage. (node_modules/superagent/lib/node/index.js:883:18)
    at endReadableNT (_stream_readable.js:1047:12)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)
    at process._tickCallback (internal/process/next_tick.js:161:9)

After pinning to 7.2.0 your tests are passing again. Downgrade this dependency πŸ“Œ.