Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update hapi to version 15.0.2 🚀 #176
Conversation
| }; | ||
|
|
||
| const AuthPlugin = { | ||
| register: require('hapi-auth-cookie'), |
houndci-bot
Aug 30, 2016
'require' is not defined.
'require' is not defined.
| const cookiePass = 'password-should-be-32-characters'; | ||
|
|
||
| const YarPlugin = { | ||
| register: require('yar'), |
houndci-bot
Aug 30, 2016
'require' is not defined.
'require' is not defined.
| server = new Hapi.Server(); | ||
| server.connection(); | ||
| server.register([YarPlugin, AuthPlugin], () => { | ||
| server.register([ AuthPlugin ], () => { |
houndci-bot
Aug 30, 2016
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
| options: { cookieOptions: { password: cookiePass } } | ||
| }; | ||
|
|
||
| const AuthPlugin = { |
houndci-bot
Aug 30, 2016
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| @@ -12,33 +12,34 @@ const CommentPlugin = proxyquire('../../../../../server/web/comment', { | |||
| '../../services/comments': commentsServiceMock | |||
| }); | |||
|
|
|||
| const cookiePass = 'password-should-be-32-characters'; | |||
|
|
|||
| const YarPlugin = { | |||
houndci-bot
Aug 30, 2016
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| @@ -12,33 +12,34 @@ const CommentPlugin = proxyquire('../../../../../server/web/comment', { | |||
| '../../services/comments': commentsServiceMock | |||
| }); | |||
|
|
|||
| const cookiePass = 'password-should-be-32-characters'; | |||
houndci-bot
Aug 30, 2016
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Hello lovely humans,
hapi just published its new version 15.0.2.
This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of hapi.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project✨
You rock!
The new version differs by 73 commits .
b02673aAllow initializing connectionless. Closes #33251cc8f35Merge branch 'master' of github.com:hapijs/hapi43a810fValidate plugin deps on every connection. Closes #33248b65eb1Update README.md55a1958Sponsorf725443statehood@5.0.0. Closes #33187a8a05cMerge branch 'master' of github.com:hapijs/hapie49a33dUpdate shotc0156e6Merge pull request #3322 from thebergamo/masterb901034Update shot@2.3.19d63d5eBump hapijs/boom version to 4.0.0 from 3.2.2. closes #3320e780f2eSameSite. Closes #3318c4f5e8airon@4.0.3. Closes #3317b5e9267Update deps. Closes #3314. Closes #3315. Closes #3316468f78cRevert #3202There are 73 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message?⚡
greenkeeper upgrade