hoodiehq / ember-hoodie

Build awesome offline-first Ember apps with Hoodie!
MIT License
17 stars 6 forks source link

Update hapi to the latest version πŸš€ #86

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 17.0.0 of hapi was just published.

Dependency hapi
Current Version 16.6.2
Type dependency

The version 17.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of hapi.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 143 commits.

There are 143 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

Version 17.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 27 commits.

  • 6060fc9 Update
  • 0722988 17.0.2
  • fd12f1e Handle custom close errors. Missing docs. Closes #3669. Closes #3686
  • 0613950 Wrap await in async. Closes #3684
  • 3226685 Merge pull request #3682 from thebinarypenguin/patch-1
  • c757b2c Remove [callback] from server.start() signature in API.md
  • f7c9b3c Merge pull request #3681 from herrmannplatz/patch-1
  • af17220 Fix #request-object links
  • b3e113a Update ISSUE_TEMPLATE.md
  • 5c0cb59 Update ISSUE_TEMPLATE.md
  • 38c8435 Merge pull request #3679 from rook2pawn/https-accept
  • f51c7f1 [enhancement] https accept-encoding header brotli for chrome
  • d7b58c2 Merge pull request #3678 from Samueljoli/patch-2
  • 25fbbe7 Update API.md
  • 03a6401 Merge pull request #3677 from hapijs/fix-typo

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 002840b 17.1.0
  • 3b9ec87 Cleanup
  • 2b23d2c Route rules. Closes #3691
  • f289184 Merge branch 'master' of github.com:hapijs/hapi
  • 76ba17d Cleanup route config
  • 8a7579c Merge pull request #3687 from hapijs/fix-typo
  • 467a13d Merge pull request #3689 from geek/method
  • b3ffc7f Include method name in error
  • 0b8f7a0 remove extra bracket type
  • 307a8d0 Extend decorations. Closes #3125

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 25 commits.

  • 51ad05a 17.2.0
  • e28094f Fix cache stop error handling. Closes #3711
  • 4f53938 Leave server as listening when onPostStart error. Closes #3708
  • 083c7b1 Load api
  • 657be02 Server load queue. Method bug. Update heavy. Closes #3702. Closes #3714. Closes #3715
  • 359718a Rename internals.error
  • 5a3b27f Remove closures in stream.drain()
  • acd6961 Optimize empty response
  • c23070a Small cleanup
  • a0b3d74 Missing return. Closes #3712
  • 1a8c7aa Update README.md
  • bc068e7 Update SPONSORS.md
  • 5600170 Update SPONSORS.md
  • 0550722 Update SPONSORS.md
  • 4a37034 Merge pull request #3709 from bsubedi26/master

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.2.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 19 commits.

  • 5062191 17.2.1
  • a87be5c Update deps. Closes #3750. Closes #3751. Closes #3752. Closes #3753. Closes #3754. Closes #3755. Closes #3756
  • 7ebec8c Update API.md
  • 5c2d9ba Update README.md
  • 93da2ae Update README.md
  • f28c7da Update README.md
  • d8875ce Merge pull request #3747 from mariecl/patch-1
  • d845215 Update SPONSORS.md
  • 180a8b4 Fix typo
  • 6893843 Merge pull request #3743 from simlevesque/patch-2
  • 1d7f13a Fixed a typo in the documentation's example code
  • 304074a Merge pull request #3740 from g-div/patch-1
  • 1a49690 Minor server.method documentation fix
  • cadf589 Merge pull request #3725 from thebinarypenguin/docs
  • dcb4f4f Fix signature in example for start/stop events

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.2.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 62d87f9 Merge branch 'master' of github.com:hapijs/hapi
  • 869042c 17.2.2
  • 3043e46 Fix request function data log. Closes #3758
  • 8e367bb Merge pull request #3741 from idandagan1/master
  • 916808f Merge pull request #3744 from cjihrig/lsof
  • 7551943 allow tests using lsof to pass on ENOENT
  • 74f5236 Replace new Buffer()

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.2.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.3.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 8ae6196 17.3.0
  • eae8a1e Merge branch 'master' of github.com:hapijs/hapi
  • 09bbf9b Update checksums
  • c8e334a Update catbox-memory. Closes #3772
  • 2943016 Update nigel. Closes #3771
  • 29eee3b Update pez. Closes #3770
  • 961685e Update statehood. Closes #3769
  • 26ff64a Update content. Closes #3768
  • d8848da Add server.control(). Closes #3767
  • a933af9 Merge pull request #3763 from grinnellian/patch-1
  • f17e65f Update API.md - pointer to Vision for .view()

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.3.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • 7445393 17.3.1
  • d55241e Merge pull request #3773 from Luiko/mine
  • 08734ba Merge pull request #3766 from bioball/patch-1
  • 6d1f782 Merge pull request #3765 from hapijs/accept-null-status-schema
  • 24dc9d7 Update SPONSORS.md
  • 7d5954c autoListen cannot be set to 'false' with server.options.port
  • af8107f add missing parenthesis
  • 69563a4 Really fix tests
  • a60981b Fix linting errors
  • af478be this.request.method!
  • 2937fbb Fix test?
  • acc6b3a Add some tests
  • def71cf Add PATCH to 201 status, better error msg
  • a311603 Respect a response status schema of true

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 12f3a1d 17.4.0
  • abd9751 Update deps. Closes #3784. Closes #3785. Closes #3786
  • eb2c3a6 Merge pull request #3775 from geek/referrer
  • bddb957 Add support for Referrer-Policy header
  • 2006d1a Update SPONSORS.md
  • 6a5b2d7 Merge pull request #3780 from pmvrmc/master
  • fbad8e8 Fixes typo on server.auth.settings.default description
  • f9df1dd Merge pull request #3778 from JustinBeaudry/master
  • 0daf724 Updates link to Server Events
  • 8c42370 Merge pull request #3777 from wswoodruff/patch-3
  • 6a158c8 Update API.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 17.5.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 4c140fb 17.5.0
  • ea4e8fe 17.5.0
  • a05adf4 Revent
  • e226650 Merge branch 'master' of github.com:hapijs/hapi
  • ae526ec 17.5.0
  • f41fa78 Merge pull request #3791 from cjihrig/symbol
  • bb657dd Fix log channels
  • 574d768 Update SPONSORS.md
  • 178016c support symbol properties in server.decorate()
  • 3e58865 Merge pull request #3788 from mannypamintuan/documentation-update
  • 16bcc1f Updated Example, correct link, update outdated text in API.md

See the full diff