Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of hapi is breaking the build 🚨 #75

Open
greenkeeper bot opened this issue Jun 5, 2017 · 8 comments
Open

An in-range update of hapi is breaking the build 🚨 #75

greenkeeper bot opened this issue Jun 5, 2017 · 8 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jun 5, 2017

Version 16.4.1 of hapi just got published.

Branch Build failing 🚨
Dependency hapi
Current Version 16.4.0
Type dependency

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

hapi 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 could not complete due to an error Details

Commits

The new version differs by 1 commits.

  • d249ebb Remove npm-shrinkwrap file. Closes #3512

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2017

Version 16.4.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 9, 2017

Version 16.4.3 just got published.

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

Commits

The new version differs by 3 commits.

  • b8efbd9 Fix uninitialized request.info. Closes #3514
  • 0631643 Restore shrinkwrap. Closes #3517
  • de4735a Remove shrinkwrap

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 20, 2017

Version 16.5.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 44 commits.

  • c89269a Update statehood. Closes #3551
  • 89e2b20 Update content. Closes #3550
  • ae12c40 Drain request stream on special handlers. Closes #3480
  • 355e8eb Switch to use Boom.boomify()
  • 5269898 Update boom. Closes #3548
  • f1709a3 Update joi. Closes #3545
  • f818228 Update deps. Closes #3543. Closes #3544
  • 2afa365 Handle emitter errors in request lifecycle. Closes #3464
  • 0f70551 Optimize request emitter creation. Closes #3532
  • 23d83dd Update podium. Closes #3542
  • d54e4f6 Update hoek. Closes #3541
  • 52a03b1 Cleanup for #3539
  • b947831 Merge pull request #3539 from jeff-kilbride/feature/payload_failAction_custom_handler
  • 9f8ea61 16.5.0
  • 832ed3d Merge pull request #3526 from hapijs/wildcard-debug

There are 44 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 4, 2017

Version 16.5.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 48 commits.

  • 104528c Sync package.json with shrinkwrap. Closes #3552
  • a9fb7e0 Handle early aborted request. Closes #3528
  • d8cfd5c Merge pull request #3546 from AJamesPhillips/patch-1
  • c89269a Update statehood. Closes #3551
  • 89e2b20 Update content. Closes #3550
  • ae12c40 Drain request stream on special handlers. Closes #3480
  • 355e8eb Switch to use Boom.boomify()
  • 5269898 Update boom. Closes #3548
  • 6d8e3c3 Document valid path parameter characters
  • f1709a3 Update joi. Closes #3545
  • f818228 Update deps. Closes #3543. Closes #3544
  • 2afa365 Handle emitter errors in request lifecycle. Closes #3464
  • 0f70551 Optimize request emitter creation. Closes #3532
  • 23d83dd Update podium. Closes #3542
  • d54e4f6 Update hoek. Closes #3541

There are 48 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 4, 2017

Version 16.5.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 49 commits.

  • 94026e7 Override inject status code on 500. Closes #3561
  • 104528c Sync package.json with shrinkwrap. Closes #3552
  • a9fb7e0 Handle early aborted request. Closes #3528
  • d8cfd5c Merge pull request #3546 from AJamesPhillips/patch-1
  • c89269a Update statehood. Closes #3551
  • 89e2b20 Update content. Closes #3550
  • ae12c40 Drain request stream on special handlers. Closes #3480
  • 355e8eb Switch to use Boom.boomify()
  • 5269898 Update boom. Closes #3548
  • 6d8e3c3 Document valid path parameter characters
  • f1709a3 Update joi. Closes #3545
  • f818228 Update deps. Closes #3543. Closes #3544
  • 2afa365 Handle emitter errors in request lifecycle. Closes #3464
  • 0f70551 Optimize request emitter creation. Closes #3532
  • 23d83dd Update podium. Closes #3542

There are 49 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2017

Version 16.6.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 70 commits.

  • e4f7bdc Upgrade content. Closes #3570
  • 9c4b2e1 Fix test lint
  • 47a5969 Merge pull request #3563 from fs-opensource/master
  • cb20d4c add header validation step to request lifecycle
  • 5b8c5ff Minor cleanup
  • 2903c44 Minor refactor
  • 5c9281d Merge pull request #3560 from amincheloh/patch-1
  • dc7b3fa Merge pull request #3518 from AJamesPhillips/docs_sameSite
  • 8d1e4e6 Merge pull request #3506 from g-k/add-escape-json-option
  • c1ee17a Update response.js
  • 7e00a19 Update API.md
  • a0f3d2d Merge branch 'master' into add-escape-json-option
  • 94026e7 Override inject status code on 500. Closes #3561
  • c7f93a9 add test custom status message
  • 104528c Sync package.json with shrinkwrap. Closes #3552

There are 70 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2017

Version 16.6.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 77 commits.

  • d1cb638 Upgrade joi. Closes #3585
  • 5af4d2c Merge pull request #3582 from hapijs/joi11-paths
  • edf18b2 Support joi 11 paths arrays. Fixes #3581.
  • e4b2780 Merge branch 'master' of github.com:hapijs/hapi
  • bc1a2dc Break some big functions
  • f7dd308 Update SPONSORS.md
  • 9e3d5b9 Update version
  • e4f7bdc Upgrade content. Closes #3570
  • 9c4b2e1 Fix test lint
  • 47a5969 Merge pull request #3563 from fs-opensource/master
  • cb20d4c add header validation step to request lifecycle
  • 5b8c5ff Minor cleanup
  • 2903c44 Minor refactor
  • 5c9281d Merge pull request #3560 from amincheloh/patch-1
  • dc7b3fa Merge pull request #3518 from AJamesPhillips/docs_sameSite

There are 77 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2017

Version 16.6.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 78 commits.

  • 5985524 Fix response podium init. Closes #3586
  • d1cb638 Upgrade joi. Closes #3585
  • 5af4d2c Merge pull request #3582 from hapijs/joi11-paths
  • edf18b2 Support joi 11 paths arrays. Fixes #3581.
  • e4b2780 Merge branch 'master' of github.com:hapijs/hapi
  • bc1a2dc Break some big functions
  • f7dd308 Update SPONSORS.md
  • 9e3d5b9 Update version
  • e4f7bdc Upgrade content. Closes #3570
  • 9c4b2e1 Fix test lint
  • 47a5969 Merge pull request #3563 from fs-opensource/master
  • cb20d4c add header validation step to request lifecycle
  • 5b8c5ff Minor cleanup
  • 2903c44 Minor refactor
  • 5c9281d Merge pull request #3560 from amincheloh/patch-1

There are 78 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants