erictherobot / kano

Boilerplate for NodeJS + ExpressJS 4.x + MongoDB + Jade + Bootstrap 3 + Mocha + API's
http://erictherobot.com/kano/
MIT License
60 stars 6 forks source link

An in-range update of body-parser is breaking the build 🚨 #3

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.16.1 of body-parser just got published.

Branch Build failing 🚨
Dependency body-parser
Current Version 1.16.0
Type dependency

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

As body-parser 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 :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/erictherobot/kano/builds/200554660)
Release Notes 1.16.1
  • deps: debug@2.6.1
    • Fix deprecation messages in WebStorm and other editors
    • Undeprecate DEBUG_FD set to 1 or 2
Commits

The new version differs by 5 commits .

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:

greenkeeper[bot] commented 7 years ago

Version 1.17.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.17.0
  • deps: http-errors@~1.6.1
    • Make message property enumerable for HttpErrors
    • deps: setprototypeof@1.0.3
  • deps: qs@6.3.1
    • Fix compacting nested arrays
Commits

The new version differs by 9 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.17.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.17.1
  • deps: qs@6.4.0
    • Fix regression parsing keys starting with [
Commits

The new version differs by 5 commits .

  • 0f1bed0 1.17.1
  • 0532096 lint: remove unreachable code branches
  • b34aab5 build: eslint-config-standard@7.0.0
  • 77b1ca1 build: eslint-plugin-markdown@1.0.0-beta.4
  • e51dbc5 deps: qs@6.4.0

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.17.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.17.2
  • deps: debug@2.6.7
    • Fix DEBUG_MAX_ARRAY_LENGTH
    • deps: ms@2.0.0
  • deps: type-is@~1.6.15
    • deps: mime-types@~2.1.15
Commits

The new version differs by 13 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.18.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 32 commits.

  • adfa01c 1.18.0
  • 0632e2f Include the "type" property on all generated errors
  • b8f97cd Include the "body" property on verify errors
  • c659e8a tests: add test for err.body on json parse error
  • 4e15325 tests: reorganize json error tests
  • 5bd7ed5 tests: reorganize json strict option tests
  • 3cb380b tests: store server on mocha context instead of variable shadowing
  • 29c8cd0 docs: document too many parameters error
  • 7b9cb14 Use http-errors to set status code on errors
  • 29a27f1 docs: fix typo in jsdoc comment
  • 448dc57 Fix JSON strict violation error to match native parse error
  • 87df7e6 tests: add leading whitespace strict json test
  • 1841248 deps: raw-body@2.3.1
  • e666dbe deps: http-errors@~1.6.2
  • c2a110a deps: bytes@3.0.0

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.18.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.18.1
  • deps: content-type@~1.0.4
    • perf: remove argument reassignment
    • perf: skip parameter parsing when no parameters
  • deps: iconv-lite@0.4.19
    • Fix ISO-8859-1 regression
    • Update Windows-1255
  • deps: qs@6.5.1
    • Fix parsing & compacting very deep objects
  • deps: raw-body@2.3.2
    • deps: iconv-lite@0.4.19
Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.18.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.18.2
  • deps: debug@2.6.9
  • perf: remove argument reassignment
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.18.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.18.3
  • Fix stack trace for strict json parse error
  • deps: depd@~1.1.2
    • perf: remove argument reassignment
  • deps: http-errors@~1.6.3
    • deps: depd@~1.1.2
    • deps: setprototypeof@1.1.0
    • deps: statuses@'>= 1.3.1 < 2'
  • deps: iconv-lite@0.4.23
    • Fix loading encoding with year appended
    • Fix deprecation warnings on Node.js 10+
  • deps: qs@6.5.2
  • deps: raw-body@2.3.3
    • deps: http-errors@1.6.3
    • deps: iconv-lite@0.4.23
  • deps: type-is@~1.6.16
    • deps: mime-types@~2.1.18
Commits

The new version differs by 32 commits.

  • e6ccf98 1.18.3
  • 0f75d30 Fix stack trace for strict json parse error
  • dde88eb build: support Node.js 10.x
  • d828f6d tests: remove "new Buffer" from tests
  • 036de9a deps: raw-body@2.3.3
  • c533873 deps: iconv-lite@0.4.23
  • db78a97 build: Node.js@9.11
  • 8201ede deps: qs@6.5.2
  • cfeeb59 build: eslint-plugin-import@2.11.0
  • d045949 build: safe-buffer@5.1.2
  • 6cb164b build: eslint-plugin-standard@3.1.0
  • 70815be deps: type-is@~1.6.16
  • 2653fc5 build: eslint-plugin-import@2.10.0
  • 55a2488 deps: http-errors@~1.6.3
  • f2959f5 lint: apply standard 11 style

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 44 commits.

There are 44 commits in total.

See the full diff