The Wayback Machine - https://web.archive.org/web/20201203080837/https://github.com/jsperf/jsperf.com/pull/176
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

Update hapi to version 15.0.2 🚀 #176

Merged
merged 6 commits into from Aug 30, 2016
Merged

Update hapi to version 15.0.2 🚀 #176

merged 6 commits into from Aug 30, 2016

Conversation

@greenkeeperio-bot
Copy link
Contributor

@greenkeeperio-bot greenkeeperio-bot commented Aug 28, 2016

Hello lovely humans,

hapi just published its new version 15.0.2.

State Update 🚀
Dependency hapi
New version 15.0.2
Type dependency

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 .

  • b02673a Allow initializing connectionless. Closes #3325
  • 1cc8f35 Merge branch 'master' of github.com:hapijs/hapi
  • 43a810f Validate plugin deps on every connection. Closes #3324
  • 8b65eb1 Update README.md
  • 55a1958 Sponsor
  • f725443 statehood@5.0.0. Closes #3318
  • 7a8a05c Merge branch 'master' of github.com:hapijs/hapi
  • e49a33d Update shot
  • c0156e6 Merge pull request #3322 from thebergamo/master
  • b901034 Update shot@2.3.1
  • 9d63d5e Bump hapijs/boom version to 4.0.0 from 3.2.2. closes #3320
  • e780f2e SameSite. Closes #3318
  • c4f5e8a iron@4.0.3. Closes #3317
  • b5e9267 Update deps. Closes #3314. Closes #3315. Closes #3316
  • 468f78c Revert #3202

There 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

@maxbeatty maxbeatty force-pushed the greenkeeper-hapi-15.0.2 branch from cd0104c to eb08085 Aug 30, 2016
};

const AuthPlugin = {
register: require('hapi-auth-cookie'),

This comment has been minimized.

@houndci-bot

houndci-bot Aug 30, 2016

'require' is not defined.

const cookiePass = 'password-should-be-32-characters';

const YarPlugin = {
register: require('yar'),

This comment has been minimized.

@houndci-bot

houndci-bot Aug 30, 2016

'require' is not defined.

server = new Hapi.Server();
server.connection();
server.register([YarPlugin, AuthPlugin], () => {
server.register([ AuthPlugin ], () => {

This comment has been minimized.

@houndci-bot

houndci-bot Aug 30, 2016

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

options: { cookieOptions: { password: cookiePass } }
};

const AuthPlugin = {

This comment has been minimized.

@houndci-bot

houndci-bot Aug 30, 2016

'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 = {

This comment has been minimized.

@houndci-bot

houndci-bot Aug 30, 2016

'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';

This comment has been minimized.

@houndci-bot

houndci-bot Aug 30, 2016

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@maxbeatty maxbeatty merged commit d98a66e into master Aug 30, 2016
4 checks passed
4 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
hound No violations found. Woof!
security/snyk No known vulnerabilities
Details
@maxbeatty maxbeatty deleted the greenkeeper-hapi-15.0.2 branch Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.