From 50ac925c6cab24507e98f61931aa25459fe0837c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 2 Mar 2019 07:32:58 +0000 Subject: [PATCH 001/208] chore(package): update eslint to version 5.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00e5219..6013907 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "boom": "~7.3.0", "code": "~5.2.4", - "eslint": "~5.14.0", + "eslint": "~5.15.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.16.0", "eslint-plugin-node": "~8.0.1", From 5fa6a059d8a4bcceb5a65a3e6879513fcdc4b31e Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Tue, 12 Mar 2019 10:09:40 +0100 Subject: [PATCH 002/208] add total downloads badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9afd0d..b5c900c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@

Build Status Known Vulnerabilities - hapi-dev-errors Version + Latest Version + Total downloads Greenkeeper badge

From 35aee5e6ea0eab45f0ba95b54ceec317bafafe0e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 20 Mar 2019 13:54:07 +0000 Subject: [PATCH 003/208] chore(package): update sinon to version 7.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6013907..fb6e937 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "husky": "~1.3.1", "joi": "~14.3.1", "lab": "~18.0.2", - "sinon": "~7.2.3", + "sinon": "~7.3.0", "vision": "~5.4.4" }, "engines": { From 7b581a9ee73f5f754cb0d895cc14a12c15d9198c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 30 Mar 2019 18:49:16 +0000 Subject: [PATCH 004/208] chore(package): update eslint to version 5.16.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb6e937..081a14f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "boom": "~7.3.0", "code": "~5.2.4", - "eslint": "~5.15.0", + "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.16.0", "eslint-plugin-node": "~8.0.1", From 5babc9397d32dd2ae358a6e3ac61226598638593 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 1 Apr 2019 18:40:41 +0000 Subject: [PATCH 005/208] chore(package): update eslint-plugin-promise to version 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 081a14f..c6f248e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.16.0", "eslint-plugin-node": "~8.0.1", - "eslint-plugin-promise": "~4.0.1", + "eslint-plugin-promise": "~4.1.0", "eslint-plugin-standard": "~4.0.0", "hapi": "~18.1.0", "husky": "~1.3.1", From c08f2265151da044a2d164da45e2b08e83e20395 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 13 Apr 2019 08:14:53 +0000 Subject: [PATCH 006/208] chore(package): update eslint-plugin-import to version 2.17.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f248e..cdecf05 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "code": "~5.2.4", "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", - "eslint-plugin-import": "~2.16.0", + "eslint-plugin-import": "~2.17.0", "eslint-plugin-node": "~8.0.1", "eslint-plugin-promise": "~4.1.0", "eslint-plugin-standard": "~4.0.0", From b40740c59d8eaba301ce637aef29f951dc91d6a8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 24 Apr 2019 16:43:48 +0000 Subject: [PATCH 007/208] chore(package): update husky to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdecf05..9331c33 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint-plugin-promise": "~4.1.0", "eslint-plugin-standard": "~4.0.0", "hapi": "~18.1.0", - "husky": "~1.3.1", + "husky": "~2.0.0", "joi": "~14.3.1", "lab": "~18.0.2", "sinon": "~7.3.0", From da073c52ae8e8be94d065e1ae71423c2543e16e2 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:40:33 +0200 Subject: [PATCH 008/208] test node 12 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6c7bd82..8577d4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - 8 - 10 - 11 + - 12 - node env: From 5a22048ede24eab5f5c37f206f96b97e0310ec58 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:46:17 +0200 Subject: [PATCH 009/208] update to hapi scoped dependencies; bump deps --- package.json | 13 +++++++------ test/plugin-falls-back-to-json.js | 6 +++--- test/plugin-handles-failed-response-validations.js | 8 ++++---- test/plugin-is-disabled-by-default.js | 8 ++++---- test/plugin-is-disabled-in-production.js | 6 +++--- test/plugin-is-enabled-when-not-in-production.js | 8 ++++---- test/plugin-skips-non-500-responses.js | 8 ++++---- test/plugin-uses-links.js | 6 +++--- test/prints-error-to-terminal.js | 6 +++--- 9 files changed, 35 insertions(+), 34 deletions(-) diff --git a/package.json b/package.json index 9331c33..8fac5cb 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,11 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "boom": "~7.3.0", - "code": "~5.2.4", + "@hapi/boom": "~7.4.2", + "@hapi/code": "~5.3.1", + "@hapi/hapi": "~18.3.1", + "@hapi/lab": "~18.1.2", + "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.17.0", @@ -22,9 +25,7 @@ "hapi": "~18.1.0", "husky": "~2.0.0", "joi": "~14.3.1", - "lab": "~18.0.2", - "sinon": "~7.3.0", - "vision": "~5.4.4" + "sinon": "~7.3.0" }, "engines": { "node": ">=8" @@ -46,7 +47,7 @@ "url": "git+https://github.com/futurestudio/hapi-dev-errors.git" }, "scripts": { - "test": "lab --assert code --leaks --coverage --lint", + "test": "lab --assert @hapi/code --leaks --coverage --lint", "prepush": "npm test" } } diff --git a/test/plugin-falls-back-to-json.js b/test/plugin-falls-back-to-json.js index dc9ff10..8ca8422 100644 --- a/test/plugin-falls-back-to-json.js +++ b/test/plugin-falls-back-to-json.js @@ -1,8 +1,8 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Hapi = require('hapi') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') let server diff --git a/test/plugin-handles-failed-response-validations.js b/test/plugin-handles-failed-response-validations.js index d8fdde9..c893a1b 100644 --- a/test/plugin-handles-failed-response-validations.js +++ b/test/plugin-handles-failed-response-validations.js @@ -1,9 +1,9 @@ 'use strict' -const Lab = require('lab') -const Joi = require('joi') -const Code = require('code') -const Hapi = require('hapi') +const Joi = require('@hapi/joi') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') let server diff --git a/test/plugin-is-disabled-by-default.js b/test/plugin-is-disabled-by-default.js index 451c64e..6300852 100644 --- a/test/plugin-is-disabled-by-default.js +++ b/test/plugin-is-disabled-by-default.js @@ -1,9 +1,9 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Hapi = require('hapi') -const Boom = require('boom') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') +const Boom = require('@hapi/boom') const server = new Hapi.Server() diff --git a/test/plugin-is-disabled-in-production.js b/test/plugin-is-disabled-in-production.js index 597d320..4684f54 100644 --- a/test/plugin-is-disabled-in-production.js +++ b/test/plugin-is-disabled-in-production.js @@ -1,8 +1,8 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Hapi = require('hapi') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') const server = new Hapi.Server() diff --git a/test/plugin-is-enabled-when-not-in-production.js b/test/plugin-is-enabled-when-not-in-production.js index 294a057..c7f7ed1 100644 --- a/test/plugin-is-enabled-when-not-in-production.js +++ b/test/plugin-is-enabled-when-not-in-production.js @@ -1,10 +1,10 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Boom = require('boom') -const Hapi = require('hapi') const Path = require('path') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') +const Boom = require('@hapi/boom') let server diff --git a/test/plugin-skips-non-500-responses.js b/test/plugin-skips-non-500-responses.js index 6ccd58d..6505aae 100644 --- a/test/plugin-skips-non-500-responses.js +++ b/test/plugin-skips-non-500-responses.js @@ -1,9 +1,9 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Hapi = require('hapi') -const Boom = require('boom') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') +const Boom = require('@hapi/boom') let server diff --git a/test/plugin-uses-links.js b/test/plugin-uses-links.js index 139be43..9fd984a 100644 --- a/test/plugin-uses-links.js +++ b/test/plugin-uses-links.js @@ -1,9 +1,9 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Hapi = require('hapi') const Sinon = require('sinon') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') const { experiment, it, beforeEach, afterEach } = (exports.lab = Lab.script()) diff --git a/test/prints-error-to-terminal.js b/test/prints-error-to-terminal.js index c219a69..d693ffd 100644 --- a/test/prints-error-to-terminal.js +++ b/test/prints-error-to-terminal.js @@ -1,9 +1,9 @@ 'use strict' -const Lab = require('lab') -const Code = require('code') -const Hapi = require('hapi') const Sinon = require('sinon') +const Lab = require('@hapi/lab') +const Code = require('@hapi/code') +const Hapi = require('@hapi/hapi') let server From d914ed984f7a3b71c795c5c468998e44199b55b0 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:46:29 +0200 Subject: [PATCH 010/208] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c25bab..2aa4621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version [3.2.4](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.3...v3.2.4) (2019-04-25) + +### Updated +- bump dependencies +- update to hapi scoped dependencies + + ## Version [3.2.3](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.2...v3.2.3) (2019-02-18) ### Updated From cbd0bd1a1dd679dd837b737cbb70525754d63d1b Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:47:02 +0200 Subject: [PATCH 011/208] update package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 8fac5cb..a9dfcd0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, + "contributors": [ + { + "name": "Marcus Poehls", + "email": "marcus@futurestud.io" + } + ], "dependencies": { "youch": "~2.0.10", "youch-terminal": "~1.0.0" From 48fec8cbbddc9c3f5adfd467ecc75e2d8aff0c46 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:48:25 +0200 Subject: [PATCH 012/208] bump deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9dfcd0..d575592 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", - "eslint-plugin-import": "~2.17.0", + "eslint-plugin-import": "~2.17.2", "eslint-plugin-node": "~8.0.1", - "eslint-plugin-promise": "~4.1.0", + "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", "hapi": "~18.1.0", "husky": "~2.0.0", "joi": "~14.3.1", - "sinon": "~7.3.0" + "sinon": "~7.3.2" }, "engines": { "node": ">=8" From beae1058280a605e25a8a425cd78a23081192acd Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:58:10 +0200 Subject: [PATCH 013/208] fix import --- test/plugin-is-enabled-when-not-in-production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugin-is-enabled-when-not-in-production.js b/test/plugin-is-enabled-when-not-in-production.js index c7f7ed1..d217afa 100644 --- a/test/plugin-is-enabled-when-not-in-production.js +++ b/test/plugin-is-enabled-when-not-in-production.js @@ -139,7 +139,7 @@ experiment('hapi-dev-error renders a custom template', () => { // fake dev env, no process.env.NODE_ENV defined await server.register([ { - plugin: require('vision') + plugin: require('@hapi/vision') }, { plugin: require('../lib/index'), From 588b22ccce662a8be9803cf8d8c0f294e9140854 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 24 Apr 2019 22:58:54 +0200 Subject: [PATCH 014/208] update example --- examples/template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/template.js b/examples/template.js index 04c8f50..9f73a33 100644 --- a/examples/template.js +++ b/examples/template.js @@ -1,6 +1,6 @@ 'use strict' -const Hapi = require('hapi') +const Hapi = require('@hapi/hapi') const Path = require('path') const server = new Hapi.Server({ host: 'localhost', port: 3000 }) @@ -8,7 +8,7 @@ const server = new Hapi.Server({ host: 'localhost', port: 3000 }) async function launchIt () { await server.register([ { - plugin: require('vision') + plugin: require('@hapi/vision') }, { plugin: require('../'), From 0634857b839955fa169f6c6d68bbe09f328dba02 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 24 Apr 2019 22:11:53 +0000 Subject: [PATCH 015/208] chore(package): update husky to version 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d575592..d080561 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", "hapi": "~18.1.0", - "husky": "~2.0.0", + "husky": "~2.1.0", "joi": "~14.3.1", "sinon": "~7.3.2" }, From 9df999e24a5c575810ca80324725dac697c13152 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sat, 27 Apr 2019 07:24:16 +0200 Subject: [PATCH 016/208] remove old hapi packages --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d080561..bd6cce3 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@hapi/boom": "~7.4.2", "@hapi/code": "~5.3.1", "@hapi/hapi": "~18.3.1", + "@hapi/joi": "~15.0.0", "@hapi/lab": "~18.1.2", "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", @@ -28,9 +29,7 @@ "eslint-plugin-node": "~8.0.1", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", - "hapi": "~18.1.0", "husky": "~2.1.0", - "joi": "~14.3.1", "sinon": "~7.3.2" }, "engines": { From 5a70dbbf22e2f5826e5fa6c8ab91cb88f57c39e9 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sat, 27 Apr 2019 07:24:45 +0200 Subject: [PATCH 017/208] 3.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd6cce3..e4abcd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", - "version": "3.2.3", + "version": "3.2.4", "author": "Future Studio ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" From cf475e2dd4b7e04319f1cfcd758bc972d470d566 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sat, 27 Apr 2019 07:25:37 +0200 Subject: [PATCH 018/208] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa4621..8401605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version [3.2.4](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.3...v3.2.4) (2019-04-25) +## Version [3.2.4](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.3...v3.2.4) (2019-04-27) ### Updated - bump dependencies From 86b0b60ef6eeff0d414ebae5131a58db7ee8b58c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 2 May 2019 04:24:21 +0000 Subject: [PATCH 019/208] chore(package): update husky to version 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4abcd0..817f37e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~8.0.1", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.1.0", + "husky": "~2.2.0", "sinon": "~7.3.2" }, "engines": { From 26a6762fb7fa4cf7581cc789eefa2324d5e3a027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Thu, 2 May 2019 13:52:04 +0200 Subject: [PATCH 020/208] bump joi --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 817f37e..4013f0d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hapi/boom": "~7.4.2", "@hapi/code": "~5.3.1", "@hapi/hapi": "~18.3.1", - "@hapi/joi": "~15.0.0", + "@hapi/joi": "~15.0.1", "@hapi/lab": "~18.1.2", "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", From c14cd4f360adf4c01d876e13f7fe86daa7d861e8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 3 May 2019 09:19:10 +0000 Subject: [PATCH 021/208] chore(package): update eslint-plugin-node to version 9.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4013f0d..f6d93fd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.17.2", - "eslint-plugin-node": "~8.0.1", + "eslint-plugin-node": "~9.0.0", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", "husky": "~2.2.0", From 5592d34247046598f2d1802f0ad758cd818ad556 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 14 May 2019 17:55:08 +0000 Subject: [PATCH 022/208] chore(package): update husky to version 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6d93fd..4f5d3ea 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~9.0.0", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.2.0", + "husky": "~2.3.0", "sinon": "~7.3.2" }, "engines": { From 36fd971029a4867c6ccbad2fbfd552c502206ed0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 16 May 2019 07:45:53 +0000 Subject: [PATCH 023/208] chore(package): update @hapi/lab to version 19.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f5d3ea..7eba7e7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~5.3.1", "@hapi/hapi": "~18.3.1", "@hapi/joi": "~15.0.1", - "@hapi/lab": "~18.1.2", + "@hapi/lab": "~19.0.0", "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", From a95db74e2facebf623ab9fcc8d6f9e5f4dd5ffda Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Thu, 16 May 2019 12:08:45 +0200 Subject: [PATCH 024/208] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8577d4c..734c5da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ matrix: install: - npm install - - npm install hapi$HAPI_VERSION + - npm install @hapi/hapi$HAPI_VERSION From 255f718bcd02c4a9f22c5f5124f61847360ea3e7 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sun, 19 May 2019 13:10:24 +0200 Subject: [PATCH 025/208] fix hapi import in examples --- examples/default.js | 6 ++---- examples/template.js | 8 ++------ examples/with-links.js | 6 ++---- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/examples/default.js b/examples/default.js index a104e30..39f768c 100644 --- a/examples/default.js +++ b/examples/default.js @@ -1,6 +1,6 @@ 'use strict' -const Hapi = require('hapi') +const Hapi = require('@hapi/hapi') const server = new Hapi.Server({ host: 'localhost', port: 3000 }) @@ -15,9 +15,7 @@ async function launchIt () { server.route({ method: '*', path: '/{path*}', - handler: (_, h) => { - return h.notAvailable() - } + handler: (_, h) => h.notAvailable() }) await server.start() diff --git a/examples/template.js b/examples/template.js index 9f73a33..be28dc3 100644 --- a/examples/template.js +++ b/examples/template.js @@ -20,9 +20,7 @@ async function launchIt () { ]) server.views({ - engines: { - html: require('handlebars') - }, + engines: { html: require('handlebars') }, path: Path.resolve(__dirname, 'views'), layout: 'layout', isCached: process.env.NODE_ENV !== 'production' @@ -31,9 +29,7 @@ async function launchIt () { server.route({ method: '*', path: '/{path*}', - handler: (_, reply) => { - reply.notAvailable() - } + handler: (_, h) => h.notAvailable() }) await server.start() diff --git a/examples/with-links.js b/examples/with-links.js index 4dd255e..5c29a5b 100644 --- a/examples/with-links.js +++ b/examples/with-links.js @@ -1,6 +1,6 @@ 'use strict' -const Hapi = require('hapi') +const Hapi = require('@hapi/hapi') const server = new Hapi.Server({ host: 'localhost', port: 3000 }) @@ -23,9 +23,7 @@ async function launchIt () { server.route({ method: 'GET', path: '/{path*}', - handler: (_, h) => { - h.notAvailable() - } + handler: (_, h) => h.notAvailable() }) await server.start() From dfe4be2f679b87782d2c18caa18c1dac0d13d21c Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sun, 19 May 2019 13:11:47 +0200 Subject: [PATCH 026/208] bump deps; prepare changelog --- CHANGELOG.md | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8401605..b4c016b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Version [3.2.5](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.4...v3.2.5) (2019-05-19) + +### Updated +- fix `@hapi/hapi` import in examples +- minor example refinements +- bump dependencies + + ## Version [3.2.4](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.3...v3.2.4) (2019-04-27) ### Updated diff --git a/package.json b/package.json index 7eba7e7..08acd90 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "@hapi/boom": "~7.4.2", "@hapi/code": "~5.3.1", "@hapi/hapi": "~18.3.1", - "@hapi/joi": "~15.0.1", - "@hapi/lab": "~19.0.0", + "@hapi/joi": "~15.0.3", + "@hapi/lab": "~19.0.1", "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.17.2", - "eslint-plugin-node": "~9.0.0", + "eslint-plugin-node": "~9.0.1", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", "husky": "~2.3.0", From 89b4a676e7e97c2b85a4ab6a98b6997fa164a654 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sun, 19 May 2019 13:12:22 +0200 Subject: [PATCH 027/208] 3.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08acd90..db8d08a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", - "version": "3.2.4", + "version": "3.2.5", "author": "Future Studio ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" From 2607e4799d6dad77987751e4dbdde42607cd1f9c Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sun, 19 May 2019 13:14:08 +0200 Subject: [PATCH 028/208] refine changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c016b..9a02fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Version [3.2.5](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.4...v3.2.5) (2019-05-19) ### Updated +- fix `.travis.yml` to properly test the hapi version matrix - fix `@hapi/hapi` import in examples - minor example refinements - bump dependencies From eb3b909b946b1f11a1f546babf22bbe13887d7a7 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sun, 19 May 2019 13:15:33 +0200 Subject: [PATCH 029/208] refine readme --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b5c900c..255862a 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,7 @@ This plugin uses async/await which requires **Node.js v8 or newer**. Add `hapi-dev-errors` as a dependency to your project: ```bash -# NPM 5: this way is yours npm i hapi-dev-errors - -# NPM 4: -npm i -S hapi-dev-errors ``` @@ -67,11 +63,7 @@ npm i -S hapi-dev-errors Use the `1.3.2` release of `hapi-dev-errors` with hapi v16. Later versions are only compatible with hapi v17. ```bash -# NPM 5: this way is yours npm i hapi-dev-errors@1.3.2 - -# NPM 4: use NPM shortcuts to (i)nstall and (-S)ave the module as a dependency -npm i -S hapi-dev-errors@1.3.2 ``` @@ -118,7 +110,8 @@ await server.register({ return ` Search hapi-dev-errors on GitHub - ` + + ` } ] } From 2fc831e320557dadf6ffd6ac3702937f022637a6 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sun, 19 May 2019 13:16:24 +0200 Subject: [PATCH 030/208] prepare changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a02fb4..01eccdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version [3.2.6](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.5...v3.2.6) (2019-xx-xx) + +### Updated +- refine Readme + + ## Version [3.2.5](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.4...v3.2.5) (2019-05-19) ### Updated From c791c9c9088b6f10b7dc717f99ac767bca1c0c57 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Mon, 20 May 2019 10:58:07 +0200 Subject: [PATCH 031/208] refine code --- lib/error-handler.js | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/lib/error-handler.js b/lib/error-handler.js index dbca6f8..1bfb8b9 100644 --- a/lib/error-handler.js +++ b/lib/error-handler.js @@ -128,7 +128,9 @@ class ErrorHandler { * @returns {Response} */ async resolveError (request, h) { - await this.logToTerminal(request) + if (this.shouldLogToTerminal()) { + await this.logToTerminal(request) + } if (this.wantsJson(request)) { return this.sendJson(request, h) @@ -141,18 +143,26 @@ class ErrorHandler { return this.sendHtml(request, h) } + /** + * Returns a boolean whether to log + * the error to the terminal. + * + * @returns {Boolean} + */ + shouldLogToTerminal () { + return this.toTerminal + } + /** * Logs the error to terminal. * * @param {Request} request */ async logToTerminal (request) { - if (this.toTerminal) { - const youch = this.createYouch(request) - const json = await youch.toJSON() + const youch = this.createYouch(request) + const json = await youch.toJSON() - console.log(ForTerminal(json)) - } + console.log(ForTerminal(json)) } /** From 3542031baa60c93468cce337336150bcbcbbfead Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 23 May 2019 10:29:38 +0000 Subject: [PATCH 032/208] chore(package): update eslint-plugin-node to version 9.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db8d08a..f45bf1e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.17.2", - "eslint-plugin-node": "~9.0.1", + "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", "husky": "~2.3.0", From afa27d9be27d53df9c8ce25ef5880c8a797a223c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 5 Jun 2019 17:17:19 +0000 Subject: [PATCH 033/208] chore(package): update husky to version 2.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f45bf1e..5d77f86 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.3.0", + "husky": "~2.4.0", "sinon": "~7.3.2" }, "engines": { From 4c448a244464ba4b069d65534094bb153fa081d4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 14 Jun 2019 20:38:50 +0000 Subject: [PATCH 034/208] chore(package): update @hapi/lab to version 19.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d77f86..a48bb36 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~5.3.1", "@hapi/hapi": "~18.3.1", "@hapi/joi": "~15.0.3", - "@hapi/lab": "~19.0.1", + "@hapi/lab": "~19.1.0", "@hapi/vision": "~5.5.2", "eslint": "~5.16.0", "eslint-config-standard": "~12.0.0", From 18e054279cd1eea060e769f4971c76f1ce2a004b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2019 04:37:05 +0000 Subject: [PATCH 035/208] chore(package): update eslint to version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a48bb36..80e1eb1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@hapi/joi": "~15.0.3", "@hapi/lab": "~19.1.0", "@hapi/vision": "~5.5.2", - "eslint": "~5.16.0", + "eslint": "~6.0.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.17.2", "eslint-plugin-node": "~9.1.0", From 41b9a7e3ede54e8072a4c569ebd56702ee0bb86e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 14:02:40 +0000 Subject: [PATCH 036/208] chore(package): update husky to version 2.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80e1eb1..36a2890 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.4.0", + "husky": "~2.5.0", "sinon": "~7.3.2" }, "engines": { From b5f187ef8437e557906d92533277165b8753aec6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 22:53:32 +0000 Subject: [PATCH 037/208] chore(package): update eslint-plugin-import to version 2.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36a2890..fcfa584 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@hapi/vision": "~5.5.2", "eslint": "~6.0.0", "eslint-config-standard": "~12.0.0", - "eslint-plugin-import": "~2.17.2", + "eslint-plugin-import": "~2.18.0", "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.1.1", "eslint-plugin-standard": "~4.0.0", From c12c6ee56629c1113392ff8d6211a5c301739cbc Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 17:49:09 +0000 Subject: [PATCH 038/208] chore(package): update eslint-plugin-promise to version 4.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcfa584..b6a4bb1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.18.0", "eslint-plugin-node": "~9.1.0", - "eslint-plugin-promise": "~4.1.1", + "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.0", "husky": "~2.5.0", "sinon": "~7.3.2" From 3648492cfbaf007fe982a598ca18b0cad89256fb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2019 14:18:50 +0000 Subject: [PATCH 039/208] chore(package): update husky to version 2.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6a4bb1..48e1ab9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.5.0", + "husky": "~2.6.0", "sinon": "~7.3.2" }, "engines": { From 12eaa16bb3e8309029ffa48541fb4b45eee97a5f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 16:27:08 +0000 Subject: [PATCH 040/208] chore(package): update husky to version 2.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48e1ab9..98de361 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.6.0", + "husky": "~2.7.0", "sinon": "~7.3.2" }, "engines": { From e72fc7106753f29147b524f92c99c5b4b8451332 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 20:30:24 +0000 Subject: [PATCH 041/208] chore(package): update husky to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98de361..1f546c8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.0", - "husky": "~2.7.0", + "husky": "~3.0.0", "sinon": "~7.3.2" }, "engines": { From 4e5a8a6e50399e76347b2110943603ce7fd072b2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 21:20:32 +0000 Subject: [PATCH 042/208] chore(package): update eslint-config-standard to version 13.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f546c8..8b174c9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hapi/lab": "~19.1.0", "@hapi/vision": "~5.5.2", "eslint": "~6.0.0", - "eslint-config-standard": "~12.0.0", + "eslint-config-standard": "~13.0.1", "eslint-plugin-import": "~2.18.0", "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", From a1050b9378cce9d59d9fcc4042ef5231d1c065db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 12 Jul 2019 10:32:16 +0200 Subject: [PATCH 043/208] add lint and lint-fix commands --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 8b174c9..3e5bc75 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,8 @@ "url": "git+https://github.com/futurestudio/hapi-dev-errors.git" }, "scripts": { + "lint": "eslint .", + "lint-fix": "eslint . --fix", "test": "lab --assert @hapi/code --leaks --coverage --lint", "prepush": "npm test" } From 5ad48a2c07520c687d7110f8206af227e7693921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 12 Jul 2019 10:32:21 +0200 Subject: [PATCH 044/208] fix code formatting --- test/plugin-uses-links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugin-uses-links.js b/test/plugin-uses-links.js index 9fd984a..c845a6d 100644 --- a/test/plugin-uses-links.js +++ b/test/plugin-uses-links.js @@ -54,7 +54,7 @@ experiment('hapi-dev-error handles custom user links', () => { }) it('throws if the links are strings', async () => { - const server = await createServer({ links: [ 'error' ] }) + const server = await createServer({ links: ['error'] }) const response = await server.inject({ url: '/', From 433b41d833ca73ae147dea386da9807b8137109c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 12 Jul 2019 10:35:26 +0200 Subject: [PATCH 045/208] remove testing for Node.js v11 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 734c5da..36e86f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: node_js node_js: - 8 - 10 - - 11 - 12 - node From b7d87a25cbae7549b516a100e0ae42ff4a97511f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2019 04:58:17 +0000 Subject: [PATCH 046/208] chore(package): update eslint to version 6.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e5bc75..a506f08 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@hapi/joi": "~15.0.3", "@hapi/lab": "~19.1.0", "@hapi/vision": "~5.5.2", - "eslint": "~6.0.0", + "eslint": "~6.1.0", "eslint-config-standard": "~13.0.1", "eslint-plugin-import": "~2.18.0", "eslint-plugin-node": "~9.1.0", From bf4153cf2eaaad643e2f02c8ecf596ed11d72b24 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 18:18:02 +0000 Subject: [PATCH 047/208] chore(package): update @hapi/code to version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a506f08..79efa0c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@hapi/boom": "~7.4.2", - "@hapi/code": "~5.3.1", + "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.3.1", "@hapi/joi": "~15.0.3", "@hapi/lab": "~19.1.0", From 43a664bf3eff5fb2cc3ad6a7a571d898fe06e190 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:30:57 +0000 Subject: [PATCH 048/208] chore(package): update sinon to version 7.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79efa0c..77796cb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.0", "husky": "~3.0.0", - "sinon": "~7.3.2" + "sinon": "~7.4.0" }, "engines": { "node": ">=8" From 38fc8aaee630864fa69759f7ba4f7e36a661cf20 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 05:12:22 +0000 Subject: [PATCH 049/208] chore(package): update @hapi/lab to version 20.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77796cb..0304592 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.3.1", "@hapi/joi": "~15.0.3", - "@hapi/lab": "~19.1.0", + "@hapi/lab": "~20.0.0", "@hapi/vision": "~5.5.2", "eslint": "~6.1.0", "eslint-config-standard": "~13.0.1", From df04b4200ebd5eca92d92c0eff269c42b1c02484 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 07:48:19 +0000 Subject: [PATCH 050/208] chore(package): update @hapi/lab to version 20.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0304592..0085e21 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.3.1", "@hapi/joi": "~15.0.3", - "@hapi/lab": "~20.0.0", + "@hapi/lab": "~20.1.0", "@hapi/vision": "~5.5.2", "eslint": "~6.1.0", "eslint-config-standard": "~13.0.1", From 49752b4ae4727da3cceec6ccc11281d72b999995 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 23:25:05 +0000 Subject: [PATCH 051/208] chore(package): update eslint to version 6.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0085e21..4d22a18 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@hapi/joi": "~15.0.3", "@hapi/lab": "~20.1.0", "@hapi/vision": "~5.5.2", - "eslint": "~6.1.0", + "eslint": "~6.2.0", "eslint-config-standard": "~13.0.1", "eslint-plugin-import": "~2.18.0", "eslint-plugin-node": "~9.1.0", From 12220a430a551011e72458a96b2791c574f8e66d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 20:40:44 +0000 Subject: [PATCH 052/208] chore(package): update eslint-config-standard to version 14.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d22a18..e166403 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hapi/lab": "~20.1.0", "@hapi/vision": "~5.5.2", "eslint": "~6.2.0", - "eslint-config-standard": "~13.0.1", + "eslint-config-standard": "~14.0.0", "eslint-plugin-import": "~2.18.0", "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", From 71084ca79163061ea18319def6545859fc3ee6a3 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 21 Aug 2019 11:29:43 +0200 Subject: [PATCH 053/208] fix linting issues --- test/plugin-is-enabled-when-not-in-production.js | 3 ++- test/plugin-uses-links.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/plugin-is-enabled-when-not-in-production.js b/test/plugin-is-enabled-when-not-in-production.js index d217afa..e5c460d 100644 --- a/test/plugin-is-enabled-when-not-in-production.js +++ b/test/plugin-is-enabled-when-not-in-production.js @@ -30,7 +30,8 @@ experiment('hapi-dev-error register plugin', () => { const routeOptions = { path: '/showErrorsForWeb', method: 'GET', - handler: () => Boom.badImplementation('a fancy server error') } + handler: () => Boom.badImplementation('a fancy server error') + } server.route(routeOptions) diff --git a/test/plugin-uses-links.js b/test/plugin-uses-links.js index c845a6d..3151137 100644 --- a/test/plugin-uses-links.js +++ b/test/plugin-uses-links.js @@ -84,7 +84,7 @@ experiment('hapi-dev-error handles custom user links', () => { }) it('works fine with a link function', async () => { - const server = await createServer({ links: () => `link` }) + const server = await createServer({ links: () => 'link' }) const response = await server.inject({ url: '/', From 99668c27d284eed4078596eb8c1fb116e942ad03 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 21 Aug 2019 11:30:16 +0200 Subject: [PATCH 054/208] update NPM script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e166403..a27127b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "scripts": { "lint": "eslint .", - "lint-fix": "eslint . --fix", + "lint:fix": "eslint . --fix", "test": "lab --assert @hapi/code --leaks --coverage --lint", "prepush": "npm test" } From e15efc660fb5e7d5f0da5512f509342adc3b0856 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 21 Aug 2019 11:34:56 +0200 Subject: [PATCH 055/208] bump deps --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index a27127b..fe8d842 100644 --- a/package.json +++ b/package.json @@ -17,20 +17,20 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "@hapi/boom": "~7.4.2", + "@hapi/boom": "~7.4.3", "@hapi/code": "~6.0.0", - "@hapi/hapi": "~18.3.1", - "@hapi/joi": "~15.0.3", + "@hapi/hapi": "~18.3.2", + "@hapi/joi": "~15.1.1", "@hapi/lab": "~20.1.0", - "@hapi/vision": "~5.5.2", - "eslint": "~6.2.0", + "@hapi/vision": "~5.5.3", + "eslint": "~6.2.1", "eslint-config-standard": "~14.0.0", - "eslint-plugin-import": "~2.18.0", + "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", - "eslint-plugin-standard": "~4.0.0", - "husky": "~3.0.0", - "sinon": "~7.4.0" + "eslint-plugin-standard": "~4.0.1", + "husky": "~3.0.4", + "sinon": "~7.4.1" }, "engines": { "node": ">=8" From 3894a33c358413fc4b2d91cd98272616cd2ce86d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 00:58:48 +0000 Subject: [PATCH 056/208] chore(package): update @hapi/lab to version 20.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe8d842..6d22173 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.3.2", "@hapi/joi": "~15.1.1", - "@hapi/lab": "~20.1.0", + "@hapi/lab": "~20.2.1", "@hapi/vision": "~5.5.3", "eslint": "~6.2.1", "eslint-config-standard": "~14.0.0", From 7a651e4de08816a61537097c6c29a524ed0d39e1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 22:37:14 +0000 Subject: [PATCH 057/208] chore(package): update eslint-config-standard to version 14.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d22173..bfeee55 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hapi/lab": "~20.2.1", "@hapi/vision": "~5.5.3", "eslint": "~6.2.1", - "eslint-config-standard": "~14.0.0", + "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~9.1.0", "eslint-plugin-promise": "~4.2.1", From 5ee2d2c8cfd4f43b01c931207fb8d9910721b5a9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 10:32:09 +0000 Subject: [PATCH 058/208] chore(package): update eslint-plugin-node to version 9.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d22173..d6c46ce 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "~6.2.1", "eslint-config-standard": "~14.0.0", "eslint-plugin-import": "~2.18.2", - "eslint-plugin-node": "~9.1.0", + "eslint-plugin-node": "~9.2.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~3.0.4", From 724ed6a94eb5bf50a230721373e22a8bd0796c7f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 21:07:19 +0000 Subject: [PATCH 059/208] chore(package): update eslint to version 6.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d22173..bdc6e7f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@hapi/joi": "~15.1.1", "@hapi/lab": "~20.2.1", "@hapi/vision": "~5.5.3", - "eslint": "~6.2.1", + "eslint": "~6.3.0", "eslint-config-standard": "~14.0.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~9.1.0", From 5f9f2ff185b9939bc6e0807fa166a1dbf8ce693e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 02:55:41 +0000 Subject: [PATCH 060/208] chore(package): update eslint-plugin-node to version 10.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6af6ac..19c04a3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "~6.3.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", - "eslint-plugin-node": "~9.2.0", + "eslint-plugin-node": "~10.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~3.0.4", From 37893b9fedaf8527d0d8f63756421ba9b95e1c31 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 04:55:27 +0000 Subject: [PATCH 061/208] chore(package): update @hapi/lab to version 20.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19c04a3..38c9fcf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.3.2", "@hapi/joi": "~15.1.1", - "@hapi/lab": "~20.2.1", + "@hapi/lab": "~20.3.0", "@hapi/vision": "~5.5.3", "eslint": "~6.3.0", "eslint-config-standard": "~14.1.0", From 09fec4c6113ed4402b5fbbf3bbd47f8cedbc98f9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:42:50 +0000 Subject: [PATCH 062/208] chore(package): update sinon to version 7.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38c9fcf..4ea03cf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~3.0.4", - "sinon": "~7.4.1" + "sinon": "~7.5.0" }, "engines": { "node": ">=8" From 069f2a87c2cca8072fc50cc463e94cd58e8dba97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 27 Sep 2019 10:08:22 +0200 Subject: [PATCH 063/208] bump deps --- CHANGELOG.md | 1 + package.json | 14 +++++++------- test/plugin-handles-failed-response-validations.js | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01eccdb..278fdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Updated - refine Readme +- bump dependencies ## Version [3.2.5](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.4...v3.2.5) (2019-05-19) diff --git a/package.json b/package.json index 4ea03cf..335a007 100644 --- a/package.json +++ b/package.json @@ -17,19 +17,19 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "@hapi/boom": "~7.4.3", + "@hapi/boom": "~7.4.10", "@hapi/code": "~6.0.0", - "@hapi/hapi": "~18.3.2", - "@hapi/joi": "~15.1.1", - "@hapi/lab": "~20.3.0", - "@hapi/vision": "~5.5.3", - "eslint": "~6.3.0", + "@hapi/hapi": "~18.4.0", + "@hapi/joi": "~16.1.4", + "@hapi/lab": "~20.3.2", + "@hapi/vision": "~5.5.4", + "eslint": "~6.4.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~10.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~3.0.4", + "husky": "~3.0.5", "sinon": "~7.5.0" }, "engines": { diff --git a/test/plugin-handles-failed-response-validations.js b/test/plugin-handles-failed-response-validations.js index c893a1b..43bf503 100644 --- a/test/plugin-handles-failed-response-validations.js +++ b/test/plugin-handles-failed-response-validations.js @@ -26,9 +26,9 @@ experiment('hapi-dev-error handles failed response validations', () => { method: 'GET', config: { response: { - schema: { + schema: Joi.object({ user: Joi.object().required() - } + }) } }, handler: () => { From 73c640eb97c1ac8ceef23897fd8da364ce8be8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 27 Sep 2019 10:12:34 +0200 Subject: [PATCH 064/208] revert to joi@15 --- package.json | 2 +- test/plugin-handles-failed-response-validations.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 335a007..e8e4ba8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hapi/boom": "~7.4.10", "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.4.0", - "@hapi/joi": "~16.1.4", + "@hapi/joi": "~15.1.1", "@hapi/lab": "~20.3.2", "@hapi/vision": "~5.5.4", "eslint": "~6.4.0", diff --git a/test/plugin-handles-failed-response-validations.js b/test/plugin-handles-failed-response-validations.js index 43bf503..c893a1b 100644 --- a/test/plugin-handles-failed-response-validations.js +++ b/test/plugin-handles-failed-response-validations.js @@ -26,9 +26,9 @@ experiment('hapi-dev-error handles failed response validations', () => { method: 'GET', config: { response: { - schema: Joi.object({ + schema: { user: Joi.object().required() - }) + } } }, handler: () => { From d24076053b9f2607bd1aa1ef13a3b11ae6fb6a37 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 23:12:27 +0000 Subject: [PATCH 065/208] chore(package): update @hapi/boom to version 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8e4ba8..9ec225b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "@hapi/boom": "~7.4.10", + "@hapi/boom": "~8.0.0", "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.4.0", "@hapi/joi": "~15.1.1", From ae456f6a074103aab22a7c6cfe12680f2fde812b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2019 06:58:41 +0000 Subject: [PATCH 066/208] chore(package): update eslint to version 6.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ec225b..6dffe3d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@hapi/joi": "~15.1.1", "@hapi/lab": "~20.3.2", "@hapi/vision": "~5.5.4", - "eslint": "~6.4.0", + "eslint": "~6.5.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~10.0.0", From 076ebad422475551be8e0eb23aed208dcc81ad20 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 02:54:34 +0000 Subject: [PATCH 067/208] chore(package): update @hapi/lab to version 20.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dffe3d..f08b5ae 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~6.0.0", "@hapi/hapi": "~18.4.0", "@hapi/joi": "~15.1.1", - "@hapi/lab": "~20.3.2", + "@hapi/lab": "~20.4.0", "@hapi/vision": "~5.5.4", "eslint": "~6.5.0", "eslint-config-standard": "~14.1.0", From 0007e5e6acffc57e442dc9f52903ab644dd5cbb7 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sat, 12 Oct 2019 06:08:07 +0200 Subject: [PATCH 068/208] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255862a..ee3bee8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Build Status Known Vulnerabilities Latest Version - Total downloads + Total downloads Greenkeeper badge

From af0ff2f5858ed300217f223c7c7b05da176d1805 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sat, 12 Oct 2019 07:13:00 +0200 Subject: [PATCH 069/208] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278fdbd..93a4682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog -## Version [3.2.6](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.5...v3.2.6) (2019-xx-xx) +## Version [3.2.6](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.5...v3.2.6) (2019-10-26) ### Updated - refine Readme - bump dependencies +- remove Node.js v11 from Travis testing +- minor refactorings (a mobile app update would say: “performance improvements”) ## Version [3.2.5](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.4...v3.2.5) (2019-05-19) From 40c0b14098e86b65d3a1d95e788a02a5fc334730 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Sat, 12 Oct 2019 07:14:33 +0200 Subject: [PATCH 070/208] 3.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f08b5ae..de81634 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", - "version": "3.2.5", + "version": "3.2.6", "author": "Future Studio ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" From 4f6e38a444ad5b79e8ff24253c736eb2ee30f05d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 01:28:41 +0000 Subject: [PATCH 071/208] chore(package): update @hapi/code to version 7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de81634..d5879ee 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@hapi/boom": "~8.0.0", - "@hapi/code": "~6.0.0", + "@hapi/code": "~7.0.0", "@hapi/hapi": "~18.4.0", "@hapi/joi": "~15.1.1", "@hapi/lab": "~20.4.0", From 543fd6129635ba191bfb9c2a61b1402637436132 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 07:49:38 +0000 Subject: [PATCH 072/208] chore(package): update @hapi/lab to version 21.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5879ee..2c7fd07 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/code": "~7.0.0", "@hapi/hapi": "~18.4.0", "@hapi/joi": "~15.1.1", - "@hapi/lab": "~20.4.0", + "@hapi/lab": "~21.0.0", "@hapi/vision": "~5.5.4", "eslint": "~6.5.0", "eslint-config-standard": "~14.1.0", From 8c1f97a97ecc12a93cfb9d0f7ef9529c063c4fb3 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Tue, 15 Oct 2019 11:10:43 +0200 Subject: [PATCH 073/208] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee3bee8..de3dfae 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Build Status Known Vulnerabilities Latest Version - Total downloads + Monthly downloads Greenkeeper badge

From 29206c8999d41d4f7d1c190d757b0e6c620873ad Mon Sep 17 00:00:00 2001 From: zsevic Date: Tue, 15 Oct 2019 16:52:30 +0200 Subject: [PATCH 074/208] Add TypeScript support --- index.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.d.ts diff --git a/index.d.ts b/index.d.ts new file mode 100644 index 0000000..d391c4e --- /dev/null +++ b/index.d.ts @@ -0,0 +1 @@ +declare module 'hapi-dev-errors'; From 078e06efd6fc37307fffdd0d1c503b1a947d7489 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Tue, 15 Oct 2019 23:58:35 +0200 Subject: [PATCH 075/208] update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a4682..c599841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## Version [3.2.6](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.5...v3.2.6) (2019-10-26) +## Version [3.3.0](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.6...v3.3.0) (2019-10-16) + +### Added +- basic TypeScript declarations in `lib/index.d.ts` + + +## Version [3.2.6](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.5...v3.2.6) (2019-10-11) ### Updated - refine Readme From c69fc2be1604bb36a704e9fd8e40c04857821a9a Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Tue, 15 Oct 2019 23:58:44 +0200 Subject: [PATCH 076/208] add types --- index.d.ts => lib/index.d.ts | 0 package.json | 9 ++------- 2 files changed, 2 insertions(+), 7 deletions(-) rename index.d.ts => lib/index.d.ts (100%) diff --git a/index.d.ts b/lib/index.d.ts similarity index 100% rename from index.d.ts rename to lib/index.d.ts diff --git a/package.json b/package.json index 2c7fd07..16f905a 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,10 @@ "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", "version": "3.2.6", - "author": "Future Studio ", + "author": "Marcus Pöhls ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, - "contributors": [ - { - "name": "Marcus Poehls", - "email": "marcus@futurestud.io" - } - ], "dependencies": { "youch": "~2.0.10", "youch-terminal": "~1.0.0" @@ -47,6 +41,7 @@ ], "license": "MIT", "main": "lib/index.js", + "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/futurestudio/hapi-dev-errors.git" From f55e24b20f0188b15bc195709225c761cd13c9e9 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 16 Oct 2019 00:09:07 +0200 Subject: [PATCH 077/208] bump deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 16f905a..de9d5c2 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "@hapi/boom": "~8.0.0", + "@hapi/boom": "~8.0.1", "@hapi/code": "~7.0.0", "@hapi/hapi": "~18.4.0", "@hapi/joi": "~15.1.1", "@hapi/lab": "~21.0.0", "@hapi/vision": "~5.5.4", - "eslint": "~6.5.0", + "eslint": "~6.5.1", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~10.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~3.0.5", + "husky": "~3.0.9", "sinon": "~7.5.0" }, "engines": { From 7d26fb2d0efea5b6ab06d498b8b5dfad5c377a4b Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 16 Oct 2019 00:10:05 +0200 Subject: [PATCH 078/208] refine prepush command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de9d5c2..73ee328 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "lab --assert @hapi/code --leaks --coverage --lint", - "prepush": "npm test" + "prepush": "npm run lint" } } From 8d92ce7ef6c29dd284d10f7874575d862567a757 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Thu, 17 Oct 2019 04:47:05 +0200 Subject: [PATCH 079/208] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c599841..1328efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version [3.3.0](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.6...v3.3.0) (2019-10-16) +## Version [3.3.0](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.6...v3.3.0) (2019-10-17) ### Added - basic TypeScript declarations in `lib/index.d.ts` From 868aebdb02b22d6a316c063a896c7ad9ccb8ff39 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Thu, 17 Oct 2019 04:47:38 +0200 Subject: [PATCH 080/208] 3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73ee328..59cadc8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", - "version": "3.2.6", + "version": "3.3.0", "author": "Marcus Pöhls ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" From 113394b869f0e22ce881c2c0eace42e7d5ddcbfb Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Thu, 24 Oct 2019 11:12:31 +0200 Subject: [PATCH 081/208] add node 13 to travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 36e86f4..bad5ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - 8 - 10 - 12 + - 13 - node env: From aa9915ded2b429bc28bcbd3da8e4a5d21aa3e6fd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 20:54:07 +0000 Subject: [PATCH 082/208] chore(package): update eslint to version 6.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59cadc8..dfa5484 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~15.1.1", "@hapi/lab": "~21.0.0", "@hapi/vision": "~5.5.4", - "eslint": "~6.5.1", + "eslint": "~6.6.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~10.0.0", From a6579ebfbe9cca50f778ee1c8bff9e5b7cc47063 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 03:42:16 +0000 Subject: [PATCH 083/208] chore(package): update husky to version 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfa5484..a4f1f94 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~10.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~3.0.9", + "husky": "~3.1.0", "sinon": "~7.5.0" }, "engines": { From f4c393bf9fb448623d2bf28bf674aa11b13b357a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 20:43:42 +0000 Subject: [PATCH 084/208] chore(package): update eslint to version 6.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f1f94..38ab12b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~15.1.1", "@hapi/lab": "~21.0.0", "@hapi/vision": "~5.5.4", - "eslint": "~6.6.0", + "eslint": "~6.7.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-node": "~10.0.0", From 9edbb7b3fdacd16fd99716dd5a57bb3ec9e44177 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 07:13:25 +0000 Subject: [PATCH 085/208] chore(package): update eslint-plugin-import to version 2.19.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38ab12b..a53cf23 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~5.5.4", "eslint": "~6.7.0", "eslint-config-standard": "~14.1.0", - "eslint-plugin-import": "~2.18.2", + "eslint-plugin-import": "~2.19.0", "eslint-plugin-node": "~10.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", From 5503290e5041710ed921aae26bde12df29b43388 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 22:57:25 +0000 Subject: [PATCH 086/208] chore(package): update eslint to version 6.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a53cf23..0eecd03 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~15.1.1", "@hapi/lab": "~21.0.0", "@hapi/vision": "~5.5.4", - "eslint": "~6.7.0", + "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.19.0", "eslint-plugin-node": "~10.0.0", From 6d22fa37f05d363f34889366e7921d11b6dbd246 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 16:42:49 +0000 Subject: [PATCH 087/208] chore(package): update sinon to version 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eecd03..1b4e255 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~3.1.0", - "sinon": "~7.5.0" + "sinon": "~8.0.0" }, "engines": { "node": ">=8" From 2d7a8b5652df2ca175acda8625264c46a2dc1478 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 12:00:33 +0000 Subject: [PATCH 088/208] chore(package): update eslint-plugin-node to version 11.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eecd03..b1a577b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.19.0", - "eslint-plugin-node": "~10.0.0", + "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~3.1.0", From fa566bc4700504da03239c69233db536c33ce5f6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 23:02:42 +0000 Subject: [PATCH 089/208] chore(package): update @hapi/code to version 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4251cd6..eed7c9b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@hapi/boom": "~8.0.1", - "@hapi/code": "~7.0.0", + "@hapi/code": "~8.0.0", "@hapi/hapi": "~18.4.0", "@hapi/joi": "~15.1.1", "@hapi/lab": "~21.0.0", From 62e48e31e581cf30ab58c01a5bf6333ebd84f527 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 05:15:04 +0000 Subject: [PATCH 090/208] chore(package): update husky to version 4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eed7c9b..08ca593 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~3.1.0", + "husky": "~4.0.2", "sinon": "~8.0.0" }, "engines": { From 5b6b707bd9218f2aa2ef412603978e04e58b7b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Thu, 9 Jan 2020 10:44:04 +0100 Subject: [PATCH 091/208] require Node.js v12 --- .travis.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index bad5ccd..b602da9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,6 @@ language: node_js + node_js: - - 8 - - 10 - 12 - 13 - node - -env: - - HAPI_VERSION="" - -matrix: - include: - - node_js: "8" - env: HAPI_VERSION="@17" - -install: - - npm install - - npm install @hapi/hapi$HAPI_VERSION From f2acbdebed9bb7f540ca79d5bc3e32627c74dc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Thu, 9 Jan 2020 10:44:20 +0100 Subject: [PATCH 092/208] bump deps; require node 12; fix test --- package.json | 16 ++++++++-------- ...plugin-handles-failed-response-validations.js | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 08ca593..90bd45e 100644 --- a/package.json +++ b/package.json @@ -11,23 +11,23 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "@hapi/boom": "~8.0.1", - "@hapi/code": "~8.0.0", + "@hapi/boom": "~9.0.0", + "@hapi/code": "~8.0.1", "@hapi/hapi": "~18.4.0", - "@hapi/joi": "~15.1.1", - "@hapi/lab": "~21.0.0", + "@hapi/joi": "~17.0.0", + "@hapi/lab": "~22.0.3", "@hapi/vision": "~5.5.4", "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", - "eslint-plugin-import": "~2.19.0", + "eslint-plugin-import": "~2.19.1", "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~4.0.2", - "sinon": "~8.0.0" + "husky": "~4.0.3", + "sinon": "~8.0.4" }, "engines": { - "node": ">=8" + "node": ">=12" }, "homepage": "https://github.com/futurestudio/hapi-dev-errors#readme", "keywords": [ diff --git a/test/plugin-handles-failed-response-validations.js b/test/plugin-handles-failed-response-validations.js index c893a1b..43bf503 100644 --- a/test/plugin-handles-failed-response-validations.js +++ b/test/plugin-handles-failed-response-validations.js @@ -26,9 +26,9 @@ experiment('hapi-dev-error handles failed response validations', () => { method: 'GET', config: { response: { - schema: { + schema: Joi.object({ user: Joi.object().required() - } + }) } }, handler: () => { From 3e3a00da628a6163fb87cc463bb316868ff29e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Thu, 9 Jan 2020 10:45:28 +0100 Subject: [PATCH 093/208] migrate husky pre-push hook --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90bd45e..966e777 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,11 @@ "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", - "test": "lab --assert @hapi/code --leaks --coverage --lint", - "prepush": "npm run lint" + "test": "lab --assert @hapi/code --leaks --coverage --lint" + }, + "husky": { + "hooks": { + "pre-push": "npm run lint" + } } } From b6331083eaef868b056f271cae17eda41dd87584 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Thu, 9 Jan 2020 10:52:51 +0100 Subject: [PATCH 094/208] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de3dfae..93b435a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,15 @@ Besides the web view, `hapi-dev-errors` prints pretty error details to the termi ## Requirements -This plugin uses async/await which requires **Node.js v8 or newer**. +This plugin uses async/await which requires **Node.js v12 or newer**. + + +### Compatibility +| Major Release | [hapi.js](https://github.com/hapijs/hapi) version | Node.js version | +| --- | --- | --- | +| `v4` | `>=19 @hapi/hapi` | `>=12` | +| `v3` | `>=17 hapi` | `>=8` | +| `v2` | `>=17 hapi` | `>=8` | ## Installation @@ -59,6 +67,13 @@ npm i hapi-dev-errors ``` +### Do you use hapi v17 or v18? +Use the `3.x` release of `hapi-dev-errors`: + +```bash +npm i hapi-dev-errors@3 +``` + ### Do you use hapi v16 (or lower)? Use the `1.3.2` release of `hapi-dev-errors` with hapi v16. Later versions are only compatible with hapi v17. From a8868585675d99879cd4e359cb07800a96abb334 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Thu, 9 Jan 2020 10:53:31 +0100 Subject: [PATCH 095/208] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b435a..008480a 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,14 @@ npm i hapi-dev-errors ``` -### Do you use hapi v17 or v18? +### Using hapi v17 or v18? Use the `3.x` release of `hapi-dev-errors`: ```bash npm i hapi-dev-errors@3 ``` -### Do you use hapi v16 (or lower)? +### Using hapi v16 (or lower)? Use the `1.3.2` release of `hapi-dev-errors` with hapi v16. Later versions are only compatible with hapi v17. ```bash From c898c1c1b552db6f0853fe2b06b3cd6d429ecce1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 04:34:39 +0000 Subject: [PATCH 096/208] chore(package): update @hapi/hapi to version 19.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 966e777..a1b56ec 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~9.0.0", "@hapi/code": "~8.0.1", - "@hapi/hapi": "~18.4.0", + "@hapi/hapi": "~19.0.0", "@hapi/joi": "~17.0.0", "@hapi/lab": "~22.0.3", "@hapi/vision": "~5.5.4", From 690efcd6a4960c8fef045e0e431bf4bd2ee68533 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Fri, 10 Jan 2020 12:31:30 +0100 Subject: [PATCH 097/208] bump deps, prepare release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1328efd..d77cf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version [4.0.0](https://github.com/futurestudio/hapi-dev-errors/compare/v3.3.0...v4.0.0) (2020-01-10) + +### Breaking Changes +- require Node.js v12 + - this change aligns with the hapi ecosystem requiring Node.js v12 with the release of hapi 19 + + ## Version [3.3.0](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.6...v3.3.0) (2019-10-17) ### Added diff --git a/README.md b/README.md index 008480a..1c9c521 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This plugin uses async/await which requires **Node.js v12 or newer**. ### Compatibility | Major Release | [hapi.js](https://github.com/hapijs/hapi) version | Node.js version | | --- | --- | --- | -| `v4` | `>=19 @hapi/hapi` | `>=12` | +| `v4` | `>=17 hapi` | `>=12` | | `v3` | `>=17 hapi` | `>=8` | | `v2` | `>=17 hapi` | `>=8` | diff --git a/package.json b/package.json index a1b56ec..86ca463 100644 --- a/package.json +++ b/package.json @@ -13,17 +13,17 @@ "devDependencies": { "@hapi/boom": "~9.0.0", "@hapi/code": "~8.0.1", - "@hapi/hapi": "~19.0.0", - "@hapi/joi": "~17.0.0", + "@hapi/hapi": "~19.0.1", + "@hapi/joi": "~17.0.2", "@hapi/lab": "~22.0.3", - "@hapi/vision": "~5.5.4", + "@hapi/vision": "~6.0.0", "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.19.1", "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~4.0.3", + "husky": "~4.0.6", "sinon": "~8.0.4" }, "engines": { From a43f0389a55cdf33229fc33966859ec81f09a6a6 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Fri, 10 Jan 2020 12:32:00 +0100 Subject: [PATCH 098/208] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86ca463..46c8835 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", - "version": "3.3.0", + "version": "4.0.0", "author": "Marcus Pöhls ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" From d25070603eeb54791ae9a744143a36d62b0733aa Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 08:24:00 +0000 Subject: [PATCH 099/208] chore(package): update sinon to version 8.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46c8835..938ffa1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~4.0.6", - "sinon": "~8.0.4" + "sinon": "~8.1.0" }, "engines": { "node": ">=12" From fafd866e9517462a5eb4d4ecb0444fd79e3533a3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 21:26:27 +0000 Subject: [PATCH 100/208] chore(package): update husky to version 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 938ffa1..fe3a788 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~4.0.6", + "husky": "~4.1.0", "sinon": "~8.1.0" }, "engines": { From f41f7355650f11ec43204218d9903ff2ad02bb81 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 20:54:28 +0000 Subject: [PATCH 101/208] chore(package): update husky to version 4.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe3a788..a9f6473 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~4.1.0", + "husky": "~4.2.1", "sinon": "~8.1.0" }, "engines": { From 3fc06ffd4ec7645c67355efe0310be8f6dd5281b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 09:09:35 +0000 Subject: [PATCH 102/208] chore(package): update eslint-plugin-import to version 2.20.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9f6473..da813ab 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~6.0.0", "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", - "eslint-plugin-import": "~2.19.1", + "eslint-plugin-import": "~2.20.1", "eslint-plugin-node": "~11.0.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", From 0837e4390c013132cf9ff9fcb7f34bbdbe0f84b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 07:06:13 +0000 Subject: [PATCH 103/208] Bump @hapi/hapi from 19.0.5 to 19.1.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 19.0.5 to 19.1.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v19.0.5...v19.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da813ab..4c1b3b3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~9.0.0", "@hapi/code": "~8.0.1", - "@hapi/hapi": "~19.0.1", + "@hapi/hapi": "~19.1.0", "@hapi/joi": "~17.0.2", "@hapi/lab": "~22.0.3", "@hapi/vision": "~6.0.0", From 0a981ee7cd86a3c5e2d28668afd96a7c8df0bb9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 07:13:41 +0000 Subject: [PATCH 104/208] Bump @hapi/joi from 17.0.2 to 17.1.0 Bumps [@hapi/joi](https://github.com/hapijs/joi) from 17.0.2 to 17.1.0. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.0.2...v17.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c1b3b3..7cf223c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@hapi/boom": "~9.0.0", "@hapi/code": "~8.0.1", "@hapi/hapi": "~19.1.0", - "@hapi/joi": "~17.0.2", + "@hapi/joi": "~17.1.0", "@hapi/lab": "~22.0.3", "@hapi/vision": "~6.0.0", "eslint": "~6.8.0", From 42e6971fb8be9d10bf194d7233429b1eda0f4159 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 07:43:11 +0000 Subject: [PATCH 105/208] Bump sinon from 8.1.1 to 9.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 8.1.1 to 9.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v8.1.1...v9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cf223c..366010c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~4.2.1", - "sinon": "~8.1.0" + "sinon": "~9.0.0" }, "engines": { "node": ">=12" From 6a9ed97362e07a9b687ce85921d36c7423738bb3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 07:27:01 +0000 Subject: [PATCH 106/208] Bump @hapi/boom from 9.0.0 to 9.1.0 Bumps [@hapi/boom](https://github.com/hapijs/boom) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/hapijs/boom/releases) - [Commits](https://github.com/hapijs/boom/compare/v9.0.0...v9.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 366010c..57ae1d8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "youch-terminal": "~1.0.0" }, "devDependencies": { - "@hapi/boom": "~9.0.0", + "@hapi/boom": "~9.1.0", "@hapi/code": "~8.0.1", "@hapi/hapi": "~19.1.0", "@hapi/joi": "~17.1.0", From 6008547d6ffef41d51bf92f0a3ce46ef561414e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 07:59:32 +0000 Subject: [PATCH 107/208] Bump eslint-plugin-node from 11.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v11.0.0...v11.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57ae1d8..df08bf5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", "eslint-plugin-import": "~2.20.1", - "eslint-plugin-node": "~11.0.0", + "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~4.2.1", From 15043e2336d8c1242091b290b8ccb89e7f32e9d0 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Tue, 7 Apr 2020 07:55:27 +0200 Subject: [PATCH 108/208] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1c9c521..cfecf1e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Known Vulnerabilities Latest Version Monthly downloads - Greenkeeper badge

Follow @marcuspoehls for updates! From 1efc8477bb7cd0bf41b8c35ba5971ea8ac02fbec Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Wed, 22 Apr 2020 10:41:29 +0200 Subject: [PATCH 109/208] test node 14 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b602da9..fbebcfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ language: node_js node_js: - 12 - - 13 + - 14 - node From c787845ef1c07481fa41373716aeeb285d2309cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 07:37:24 +0000 Subject: [PATCH 110/208] Bump eslint-plugin-import from 2.20.2 to 2.21.1 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.21.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df08bf5..3202912 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~6.0.0", "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", - "eslint-plugin-import": "~2.20.1", + "eslint-plugin-import": "~2.21.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", From 3d5ed9cde5d638a95ede6274ad411a2f71902d6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 07:33:45 +0000 Subject: [PATCH 111/208] Bump eslint-plugin-import from 2.21.2 to 2.22.0 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3202912..64c62b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~6.0.0", "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", - "eslint-plugin-import": "~2.21.1", + "eslint-plugin-import": "~2.22.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", From 6f2fa330be8c3f5afd14776f38e7eb52eec42a34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 07:41:07 +0000 Subject: [PATCH 112/208] Bump @hapi/hapi from 19.1.1 to 19.2.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 19.1.1 to 19.2.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v19.1.1...v19.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64c62b1..30ae935 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~9.1.0", "@hapi/code": "~8.0.1", - "@hapi/hapi": "~19.1.0", + "@hapi/hapi": "~19.2.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~22.0.3", "@hapi/vision": "~6.0.0", From 8356a9d21e8c68715af3d31a581541cba21d5f00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 07:19:32 +0000 Subject: [PATCH 113/208] Bump @hapi/hapi from 19.2.0 to 20.0.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 19.2.0 to 20.0.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v19.2.0...v20.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30ae935..f61b343 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~9.1.0", "@hapi/code": "~8.0.1", - "@hapi/hapi": "~19.2.0", + "@hapi/hapi": "~20.0.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~22.0.3", "@hapi/vision": "~6.0.0", From 5aa667de5e4f3875742394bd5cb1f2bba2b651a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 15:16:08 +0000 Subject: [PATCH 114/208] Bump husky from 4.2.5 to 4.3.0 Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v4.2.5...v4.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f61b343..e3fdbba 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", - "husky": "~4.2.1", + "husky": "~4.3.0", "sinon": "~9.0.0" }, "engines": { From efdca55ec116d7fe79976a404549120f8b811382 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 22:44:27 +0000 Subject: [PATCH 115/208] Bump @hapi/lab from 22.0.5 to 24.0.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 22.0.5 to 24.0.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v22.0.5...v24.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3fdbba..ad69fe5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.1", "@hapi/hapi": "~20.0.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~22.0.3", + "@hapi/lab": "~24.0.0", "@hapi/vision": "~6.0.0", "eslint": "~6.8.0", "eslint-config-standard": "~14.1.0", From 621d7fc192ef5c505bf45572dc5c2c4878d108ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 03:01:16 +0000 Subject: [PATCH 116/208] Bump sinon from 9.0.3 to 9.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 9.0.3 to 9.1.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.0.3...v9.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad69fe5..aaa3f15 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~4.3.0", - "sinon": "~9.0.0" + "sinon": "~9.1.0" }, "engines": { "node": ">=12" From 812627c88ed3fcb762a418bdd5a0a557b843f051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Wed, 30 Sep 2020 10:31:12 +0200 Subject: [PATCH 117/208] bump deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index aaa3f15..43c3a27 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ }, "devDependencies": { "@hapi/boom": "~9.1.0", - "@hapi/code": "~8.0.1", - "@hapi/hapi": "~20.0.0", + "@hapi/code": "~8.0.2", + "@hapi/hapi": "~20.0.1", "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.0.0", - "@hapi/vision": "~6.0.0", - "eslint": "~6.8.0", - "eslint-config-standard": "~14.1.0", - "eslint-plugin-import": "~2.22.0", + "@hapi/vision": "~6.0.1", + "eslint": "~7.10.0", + "eslint-config-standard": "~14.1.1", + "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", From 1b54d6257d98ac6d775c91cc7f44cfb36cfffd2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 14:33:55 +0000 Subject: [PATCH 118/208] Bump youch from 2.0.10 to 2.1.1 Bumps [youch](https://github.com/poppinss/youch) from 2.0.10 to 2.1.1. - [Release notes](https://github.com/poppinss/youch/releases) - [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43c3a27..459c296 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, "dependencies": { - "youch": "~2.0.10", + "youch": "~2.1.1", "youch-terminal": "~1.0.0" }, "devDependencies": { From d57f211386a1935f85feaaa25ebea1890dcd4b07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 05:42:54 +0000 Subject: [PATCH 119/208] Bump sinon from 9.1.0 to 9.2.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.1.0...v9.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 459c296..9f8b78b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.0.1", "husky": "~4.3.0", - "sinon": "~9.1.0" + "sinon": "~9.2.0" }, "engines": { "node": ">=12" From c6b06ecb049bd8fe7b18f64134a15b5279080449 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 21:08:28 +0000 Subject: [PATCH 120/208] Bump eslint from 7.10.0 to 7.11.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f8b78b..a6ab9a3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.0.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.10.0", + "eslint": "~7.11.0", "eslint-config-standard": "~14.1.1", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 96d85d3ceec457d7413ac9cc48faccb3722e84bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 01:06:39 +0000 Subject: [PATCH 121/208] Bump eslint-config-standard from 14.1.1 to 15.0.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 15.0.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v15.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6ab9a3..05cfbe0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hapi/lab": "~24.0.0", "@hapi/vision": "~6.0.1", "eslint": "~7.11.0", - "eslint-config-standard": "~14.1.1", + "eslint-config-standard": "~15.0.0", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", From 54459d311cd13630cb9313de4aa14ac8dfd87396 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 01:07:17 +0000 Subject: [PATCH 122/208] Bump @hapi/lab from 24.0.0 to 24.1.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.0.0 to 24.1.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.0.0...v24.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6ab9a3..5b6cc81 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.0.1", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.0.0", + "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", "eslint": "~7.11.0", "eslint-config-standard": "~14.1.1", From 3bfb155917e5157258d0b49465e330a8ea258ca4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 20:18:34 +0000 Subject: [PATCH 123/208] Bump eslint from 7.11.0 to 7.12.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.12.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 982fb9e..d30df83 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.11.0", + "eslint": "~7.12.0", "eslint-config-standard": "~15.0.0", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 58044398a05b374ee47a8d6935a12bd5ba47361d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 23:07:42 +0000 Subject: [PATCH 124/208] Bump eslint-config-standard from 15.0.1 to 16.0.1 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 15.0.1 to 16.0.1. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v15.0.1...v16.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d30df83..bdd688e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", "eslint": "~7.12.0", - "eslint-config-standard": "~15.0.0", + "eslint-config-standard": "~16.0.1", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", From 7f24d1120d5fa0a5068fba8f7385583e762740a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:23:46 +0000 Subject: [PATCH 125/208] Bump eslint from 7.12.1 to 7.13.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdd688e..b06adf0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.12.0", + "eslint": "~7.13.0", "eslint-config-standard": "~16.0.1", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 5a58eb2e155e993d0c05c8519e5ca5f31588a618 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 06:59:51 +0000 Subject: [PATCH 126/208] Bump eslint-plugin-standard from 4.0.2 to 4.1.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.2...v4.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b06adf0..e8d14a1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", - "eslint-plugin-standard": "~4.0.1", + "eslint-plugin-standard": "~4.1.0", "husky": "~4.3.0", "sinon": "~9.2.0" }, From 18480e69fd94500d09c627a13dd31198e292bb88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 07:23:48 +0000 Subject: [PATCH 127/208] Bump eslint from 7.13.0 to 7.14.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.13.0 to 7.14.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.13.0...v7.14.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8d14a1..97aa5d8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.13.0", + "eslint": "~7.14.0", "eslint-config-standard": "~16.0.1", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 95e56d50572d359d79aba8a14f9b2561a3437ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Tue, 24 Nov 2020 07:40:35 +0100 Subject: [PATCH 128/208] run tests in GitHub actions --- .github/workflows/run-tests.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/run-tests.yml diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml new file mode 100644 index 0000000..aafa9b3 --- /dev/null +++ b/.github/workflows/run-tests.yml @@ -0,0 +1,29 @@ +name: Run tests + +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [12.x, 14.x, 15.x] + + name: Node ${{ matrix.node-version }} + + steps: + - uses: actions/checkout@v2 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + + - name: Install dependencies + run: npm install + + - name: Run tests + run: npm test + env: + CI: true From b5b1867322e6f22e10c51bd6acbfd4669d8711c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Tue, 24 Nov 2020 07:41:21 +0100 Subject: [PATCH 129/208] bump deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 97aa5d8..09f4161 100644 --- a/package.json +++ b/package.json @@ -8,23 +8,23 @@ }, "dependencies": { "youch": "~2.1.1", - "youch-terminal": "~1.0.0" + "youch-terminal": "~1.0.1" }, "devDependencies": { "@hapi/boom": "~9.1.0", "@hapi/code": "~8.0.2", - "@hapi/hapi": "~20.0.1", + "@hapi/hapi": "~20.0.3", "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", "eslint": "~7.14.0", - "eslint-config-standard": "~16.0.1", + "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~4.1.0", "husky": "~4.3.0", - "sinon": "~9.2.0" + "sinon": "~9.2.1" }, "engines": { "node": ">=12" From 2881235c52536cd1de053bbcf4528aa597b9bf75 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 06:42:50 +0000 Subject: [PATCH 130/208] Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09f4161..fb5757d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", - "eslint-plugin-standard": "~4.1.0", + "eslint-plugin-standard": "~5.0.0", "husky": "~4.3.0", "sinon": "~9.2.1" }, From 8a24651d407da5c585b4acd57033bcb2d7182160 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 07:37:50 +0000 Subject: [PATCH 131/208] Bump eslint from 7.14.0 to 7.15.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.14.0...v7.15.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb5757d..24298ee 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.14.0", + "eslint": "~7.15.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 734a3405543a93c092d82d85eebcb2600db41a01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 07:29:31 +0000 Subject: [PATCH 132/208] Bump eslint from 7.15.0 to 7.16.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.15.0...v7.16.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24298ee..2462b2b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.15.0", + "eslint": "~7.16.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From a33ac8830fed6dfa95eda908336bc7796888893c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 07:25:29 +0000 Subject: [PATCH 133/208] Bump eslint from 7.16.0 to 7.17.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2462b2b..20362a3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.16.0", + "eslint": "~7.17.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 23b76f19e8a147c6567584ef8c80d38a2a8fa028 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:11:05 +0000 Subject: [PATCH 134/208] Bump eslint from 7.17.0 to 7.18.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.17.0...v7.18.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20362a3..c8065b6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.17.0", + "eslint": "~7.18.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 9dbfbf25eef8d0c621ce5e90fa107ddb5bbae584 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 07:05:36 +0000 Subject: [PATCH 135/208] Bump @hapi/hapi from 20.0.3 to 20.1.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 20.0.3 to 20.1.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v20.0.3...v20.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8065b6..f2bfc40 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~9.1.0", "@hapi/code": "~8.0.2", - "@hapi/hapi": "~20.0.3", + "@hapi/hapi": "~20.1.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", From 9df6d8f9f7902e046381442de132f12934a19ed8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 07:37:53 +0000 Subject: [PATCH 136/208] Bump eslint from 7.18.0 to 7.19.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2bfc40..bc2c7d4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.18.0", + "eslint": "~7.19.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 5efc25b13cff14f4b42a6c8cf56a85aaf41670da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 06:58:48 +0000 Subject: [PATCH 137/208] Bump husky from 4.3.8 to 5.0.9 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.0.9. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v5.0.9) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc2c7d4..4128d4f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-standard": "~5.0.0", - "husky": "~4.3.0", + "husky": "~5.0.9", "sinon": "~9.2.1" }, "engines": { From 32998bac6a3559b311f464e9f94e493b90669dc7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 06:53:30 +0000 Subject: [PATCH 138/208] Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4128d4f..7f1fc49 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", - "eslint-plugin-promise": "~4.2.1", + "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", "husky": "~5.0.9", "sinon": "~9.2.1" From debc3ae35430af07ae41d44d52394d54cff8a07d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 07:12:25 +0000 Subject: [PATCH 139/208] Bump eslint from 7.19.0 to 7.20.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.19.0...v7.20.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f1fc49..d57490b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.19.0", + "eslint": "~7.20.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From aca7eecf6890bb72828cbb858a0e9d610f012b3c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 07:10:22 +0000 Subject: [PATCH 140/208] Bump husky from 5.0.9 to 5.1.0 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d57490b..9e1018d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", - "husky": "~5.0.9", + "husky": "~5.1.0", "sinon": "~9.2.1" }, "engines": { From 82ce4c7c66e3cef129e1aa1bb935b03833afeac7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:03:16 +0000 Subject: [PATCH 141/208] Bump eslint from 7.20.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.20.0...v7.21.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e1018d..b49e08a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.20.0", + "eslint": "~7.21.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From b70c917599827e979bb4267d195f125287217914 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:43:21 +0000 Subject: [PATCH 142/208] Bump eslint from 7.21.0 to 7.22.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b49e08a..1f9e049 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.21.0", + "eslint": "~7.22.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 96cf0005d18087a8daea1d42f98faa8813033c85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:17:19 +0000 Subject: [PATCH 143/208] Bump husky from 5.1.3 to 5.2.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 5.2.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v5.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f9e049..6cb46b2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", - "husky": "~5.1.0", + "husky": "~5.2.0", "sinon": "~9.2.1" }, "engines": { From 51d4547ceea5c3b5b6f3e42bdc8cbde355e71f6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 09:53:14 +0000 Subject: [PATCH 144/208] Bump youch-terminal from 1.0.1 to 1.1.0 Bumps [youch-terminal](https://github.com/poppinss/youch-terminal) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/poppinss/youch-terminal/releases) - [Changelog](https://github.com/poppinss/youch-terminal/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch-terminal/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cb46b2..0af63ca 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "youch": "~2.1.1", - "youch-terminal": "~1.0.1" + "youch-terminal": "~1.1.0" }, "devDependencies": { "@hapi/boom": "~9.1.0", From a010ebbc879cb1b9b1475ead0c624b7e36d2cdac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 07:05:53 +0000 Subject: [PATCH 145/208] Bump youch from 2.1.1 to 2.2.1 Bumps [youch](https://github.com/poppinss/youch) from 2.1.1 to 2.2.1. - [Release notes](https://github.com/poppinss/youch/releases) - [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0af63ca..8881528 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, "dependencies": { - "youch": "~2.1.1", + "youch": "~2.2.1", "youch-terminal": "~1.1.0" }, "devDependencies": { From 1b63f2e87255ed463a30665dc49c695cc9245511 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:59:00 +0000 Subject: [PATCH 146/208] Bump eslint from 7.22.0 to 7.23.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8881528..2157db9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.22.0", + "eslint": "~7.23.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 6d192402940997db2ded29f1464565978d8ed9b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:12:05 +0000 Subject: [PATCH 147/208] Bump eslint from 7.23.0 to 7.24.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.23.0...v7.24.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2157db9..9010f18 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.1.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.23.0", + "eslint": "~7.24.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From a9552815cd3611ca0cd980b11aa08dcfcfa30ed5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 06:52:49 +0000 Subject: [PATCH 148/208] Bump @hapi/lab from 24.1.1 to 24.2.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.1.1 to 24.2.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.1.1...v24.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9010f18..518cdb7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.1.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.1.0", + "@hapi/lab": "~24.2.0", "@hapi/vision": "~6.0.1", "eslint": "~7.24.0", "eslint-config-standard": "~16.0.2", From ec3edd9d7dc4a730c2391a340de452523a4a8210 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 07:20:21 +0000 Subject: [PATCH 149/208] Bump eslint from 7.24.0 to 7.25.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 518cdb7..e045038 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.2.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.24.0", + "eslint": "~7.25.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From badf437422483f9302dadb3dfd4da95d4b122525 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:31:22 +0000 Subject: [PATCH 150/208] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a657cce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: sinon + versions: + - 10.0.0 + - dependency-name: youch + versions: + - 2.2.0 From 52ad380c59fe1b8d6ecb12099745732b482a3029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 12:15:42 +0000 Subject: [PATCH 151/208] Bump eslint from 7.25.0 to 7.29.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.25.0...v7.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e045038..861d04c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.2.0", "@hapi/vision": "~6.0.1", - "eslint": "~7.25.0", + "eslint": "~7.29.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", From 916fa6377f4c7dc6e069239da9eba9045b6cbd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 13:51:46 +0000 Subject: [PATCH 152/208] Bump @hapi/vision from 6.0.1 to 6.1.0 Bumps [@hapi/vision](https://github.com/hapijs/vision) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/hapijs/vision/releases) - [Commits](https://github.com/hapijs/vision/compare/v6.0.1...v6.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 861d04c..8eed208 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@hapi/hapi": "~20.1.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.2.0", - "@hapi/vision": "~6.0.1", + "@hapi/vision": "~6.1.0", "eslint": "~7.29.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", From caddff75672655524bc2359861a38a1f37601df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 13:51:48 +0000 Subject: [PATCH 153/208] Bump eslint-plugin-import from 2.22.1 to 2.23.4 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.4. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 861d04c..c32ad0e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~6.0.1", "eslint": "~7.29.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.22.1", + "eslint-plugin-import": "~2.23.4", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", From 9673cd825a550d0be1c6edc60fd4c02d92454c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:36:36 +0000 Subject: [PATCH 154/208] Bump eslint-plugin-promise from 4.3.1 to 5.1.0 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.3.1 to 5.1.0. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1351046..de3d8bd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.23.4", "eslint-plugin-node": "~11.1.0", - "eslint-plugin-promise": "~4.3.1", + "eslint-plugin-promise": "~5.1.0", "eslint-plugin-standard": "~5.0.0", "husky": "~5.2.0", "sinon": "~9.2.1" From e03dcef97f97d6f382554c2d68ae759abf7fc6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:43:47 +0000 Subject: [PATCH 155/208] Bump sinon from 9.2.4 to 11.1.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v11.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de3d8bd..4958168 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.1.0", "eslint-plugin-standard": "~5.0.0", "husky": "~5.2.0", - "sinon": "~9.2.1" + "sinon": "~11.1.1" }, "engines": { "node": ">=12" From 87b581815ae61fc9fd1edc0493084e0e365b35d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:10:47 +0000 Subject: [PATCH 156/208] Bump husky from 5.2.0 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.2.0...v7.0.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4958168..139d70e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.1.0", "eslint-plugin-standard": "~5.0.0", - "husky": "~5.2.0", + "husky": "~7.0.0", "sinon": "~11.1.1" }, "engines": { From 9c3e5086286c5ac48a8f4136ec2d0f918f729b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 12:07:38 +0000 Subject: [PATCH 157/208] Bump eslint from 7.29.0 to 7.30.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.29.0...v7.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 139d70e..110f14d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.2.0", "@hapi/vision": "~6.1.0", - "eslint": "~7.29.0", + "eslint": "~7.30.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.23.4", "eslint-plugin-node": "~11.1.0", From 11f5e5bd0cba0b402d60a97197f00fc24e4b350c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 12:10:02 +0000 Subject: [PATCH 158/208] Bump @hapi/lab from 24.2.1 to 24.3.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.2.1 to 24.3.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.2.1...v24.3.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 110f14d..c3dd365 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.1.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.2.0", + "@hapi/lab": "~24.3.0", "@hapi/vision": "~6.1.0", "eslint": "~7.30.0", "eslint-config-standard": "~16.0.2", From c7a8f4ff24fd55522b97f2d579f4eea6ae9d22d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 12:10:42 +0000 Subject: [PATCH 159/208] Bump eslint from 7.30.0 to 7.31.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.30.0...v7.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3dd365..fbe0edc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.3.0", "@hapi/vision": "~6.1.0", - "eslint": "~7.30.0", + "eslint": "~7.31.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.23.4", "eslint-plugin-node": "~11.1.0", From c4da76432c82900151e2d9f80a7d6d8519ad77d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 12:15:23 +0000 Subject: [PATCH 160/208] Bump @hapi/hapi from 20.1.5 to 20.2.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 20.1.5 to 20.2.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v20.1.5...v20.2.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbe0edc..5fcb9eb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~9.1.0", "@hapi/code": "~8.0.2", - "@hapi/hapi": "~20.1.0", + "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.3.0", "@hapi/vision": "~6.1.0", From 01f2fb0f99639a5ce949cf1ea09a4808d23bfeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:14:13 +0000 Subject: [PATCH 161/208] Bump sinon from 11.1.2 to 12.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 to 12.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v11.1.2...v12.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fcb9eb..12c062e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.1.0", "eslint-plugin-standard": "~5.0.0", "husky": "~7.0.0", - "sinon": "~11.1.1" + "sinon": "~12.0.0" }, "engines": { "node": ">=12" From ecea46d364f352350ddc95b13c34aec18bb04fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:29:48 +0000 Subject: [PATCH 162/208] Bump eslint from 7.31.0 to 7.32.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12c062e..371a385 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.3.0", "@hapi/vision": "~6.1.0", - "eslint": "~7.31.0", + "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.23.4", "eslint-plugin-node": "~11.1.0", From 4a37a6050cb08e0fb3bf2de5a102a5e4f434ebc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:37:12 +0000 Subject: [PATCH 163/208] Bump eslint-plugin-import from 2.23.4 to 2.25.2 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.25.2. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.25.2) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 371a385..d696837 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.23.4", + "eslint-plugin-import": "~2.25.2", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.1.0", "eslint-plugin-standard": "~5.0.0", From dee6f99c2301e22f28730b5e6059cacdde1490ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 12:12:53 +0000 Subject: [PATCH 164/208] Bump @hapi/lab from 24.3.2 to 24.4.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.3.2 to 24.4.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.3.2...v24.4.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d696837..fa60381 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.3.0", + "@hapi/lab": "~24.4.0", "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From 9554826cd9f680feaf9ae129e8605efd2d8bf646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 12:12:42 +0000 Subject: [PATCH 165/208] Bump eslint-plugin-promise from 5.1.1 to 5.2.0 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa60381..020067f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.25.2", "eslint-plugin-node": "~11.1.0", - "eslint-plugin-promise": "~5.1.0", + "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~7.0.0", "sinon": "~12.0.0" From 6482a5e923baffa32164c80351530e8083974f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:10:02 +0000 Subject: [PATCH 166/208] Bump youch from 2.2.2 to 3.0.0 Bumps [youch](https://github.com/poppinss/youch) from 2.2.2 to 3.0.0. - [Release notes](https://github.com/poppinss/youch/releases) - [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch/commits) --- updated-dependencies: - dependency-name: youch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 020067f..6670810 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, "dependencies": { - "youch": "~2.2.1", + "youch": "~3.0.0", "youch-terminal": "~1.1.0" }, "devDependencies": { From b1ef58f905bd45a70d5ee98480eb956a70be279c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 12:21:36 +0000 Subject: [PATCH 167/208] Bump youch-terminal from 1.1.1 to 2.0.0 Bumps [youch-terminal](https://github.com/poppinss/youch-terminal) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/poppinss/youch-terminal/releases) - [Changelog](https://github.com/poppinss/youch-terminal/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch-terminal/commits) --- updated-dependencies: - dependency-name: youch-terminal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6670810..0a5627b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "youch": "~3.0.0", - "youch-terminal": "~1.1.0" + "youch-terminal": "~2.0.0" }, "devDependencies": { "@hapi/boom": "~9.1.0", From e023170e1b834a4098c0c927ed76b7a95d38b834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 12:10:56 +0000 Subject: [PATCH 168/208] Bump @hapi/lab from 24.4.0 to 24.5.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.4.0 to 24.5.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.4.0...v24.5.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a5627b..ff7eabf 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.4.0", + "@hapi/lab": "~24.5.0", "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From 215d10783ca6069ea8841653a27e92509753ca5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:11:51 +0000 Subject: [PATCH 169/208] Bump youch from 3.0.0 to 3.1.0 Bumps [youch](https://github.com/poppinss/youch) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/poppinss/youch/releases) - [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch/commits) --- updated-dependencies: - dependency-name: youch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff7eabf..18eb03d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, "dependencies": { - "youch": "~3.0.0", + "youch": "~3.1.0", "youch-terminal": "~2.0.0" }, "devDependencies": { From baff0a173cb123269c7885ccc7e7a2ba98bc7bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 12:11:30 +0000 Subject: [PATCH 170/208] Bump youch-terminal from 2.0.1 to 2.1.0 Bumps [youch-terminal](https://github.com/poppinss/youch-terminal) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/poppinss/youch-terminal/releases) - [Changelog](https://github.com/poppinss/youch-terminal/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch-terminal/commits) --- updated-dependencies: - dependency-name: youch-terminal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18eb03d..f4affbe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "youch": "~3.1.0", - "youch-terminal": "~2.0.0" + "youch-terminal": "~2.1.0" }, "devDependencies": { "@hapi/boom": "~9.1.0", From d8291906523606407fd65c4db2838bc2eeb91979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:13:28 +0000 Subject: [PATCH 171/208] Bump sinon from 12.0.1 to 13.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v12.0.1...v13.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4affbe..d188fd3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~7.0.0", - "sinon": "~12.0.0" + "sinon": "~13.0.0" }, "engines": { "node": ">=12" From ebbfa14303097e8f6d9941d4ece41a23af0f6e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:13:28 +0000 Subject: [PATCH 172/208] Bump @hapi/lab from 24.5.1 to 24.6.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.5.1 to 24.6.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.5.1...v24.6.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d188fd3..af5a471 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.5.0", + "@hapi/lab": "~24.6.0", "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From 89904be89d94b47b17e28c6bb0ade3b560d5e3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:12:39 +0000 Subject: [PATCH 173/208] Bump eslint-plugin-import from 2.25.4 to 2.26.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.26.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5a471..b737e2c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.25.2", + "eslint-plugin-import": "~2.26.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", From 22328787e08e5c9e84d027410330e31769a6555a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 12:15:21 +0000 Subject: [PATCH 174/208] Bump @hapi/lab from 24.6.0 to 24.7.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.6.0 to 24.7.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.6.0...v24.7.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b737e2c..3aa4062 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~8.0.2", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.6.0", + "@hapi/lab": "~24.7.0", "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From 63fa60ee7bade1251d4af3544713f5ce48a217ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 12:15:47 +0000 Subject: [PATCH 175/208] Bump @hapi/code from 8.0.7 to 9.0.0 Bumps [@hapi/code](https://github.com/hapijs/code) from 8.0.7 to 9.0.0. - [Release notes](https://github.com/hapijs/code/releases) - [Commits](https://github.com/hapijs/code/compare/v8.0.7...v9.0.0) --- updated-dependencies: - dependency-name: "@hapi/code" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b737e2c..bb2f570 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@hapi/boom": "~9.1.0", - "@hapi/code": "~8.0.2", + "@hapi/code": "~9.0.0", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~24.6.0", From 5d3bc83551bc48d407d39c203b04309221042bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 13:00:34 +0000 Subject: [PATCH 176/208] Bump @hapi/boom from 9.1.4 to 10.0.0 Bumps [@hapi/boom](https://github.com/hapijs/boom) from 9.1.4 to 10.0.0. - [Release notes](https://github.com/hapijs/boom/releases) - [Commits](https://github.com/hapijs/boom/compare/v9.1.4...v10.0.0) --- updated-dependencies: - dependency-name: "@hapi/boom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e2d12b..609570b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "youch-terminal": "~2.1.0" }, "devDependencies": { - "@hapi/boom": "~9.1.0", + "@hapi/boom": "~10.0.0", "@hapi/code": "~9.0.0", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", From 23d5d183c646413a75cbedbb560e5d088c111dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 12:09:54 +0000 Subject: [PATCH 177/208] Bump youch from 3.1.1 to 3.2.0 Bumps [youch](https://github.com/poppinss/youch) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/poppinss/youch/releases) - [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch/commits) --- updated-dependencies: - dependency-name: youch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 609570b..f84b0d2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, "dependencies": { - "youch": "~3.1.0", + "youch": "~3.2.0", "youch-terminal": "~2.1.0" }, "devDependencies": { From ffc39d3ed2bbd18de9d439a0b0a5fe6048b3e607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 12:11:20 +0000 Subject: [PATCH 178/208] Bump husky from 7.0.4 to 8.0.1 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f84b0d2..4793290 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", - "husky": "~7.0.0", + "husky": "~8.0.1", "sinon": "~13.0.0" }, "engines": { From 222dcec720062e88ee0932d9022bdca1faf5656c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 12:11:31 +0000 Subject: [PATCH 179/208] Bump sinon from 13.0.2 to 14.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v13.0.2...v14.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f84b0d2..8f120f9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~7.0.0", - "sinon": "~13.0.0" + "sinon": "~14.0.0" }, "engines": { "node": ">=12" From daa10bfb067068694118c0d3ebbac37c82c02930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 12:11:42 +0000 Subject: [PATCH 180/208] Bump @hapi/lab from 24.7.1 to 25.0.1 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 24.7.1 to 25.0.1. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v24.7.1...v25.0.1) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f84b0d2..59d9db6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~9.0.0", "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~24.7.0", + "@hapi/lab": "~25.0.1", "@hapi/vision": "~6.1.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From 0378e4eadcf4b3d0cf8ebc0619b39602e5c72a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:13:25 +0000 Subject: [PATCH 181/208] Bump @hapi/vision from 6.1.0 to 7.0.0 Bumps [@hapi/vision](https://github.com/hapijs/vision) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/hapijs/vision/releases) - [Commits](https://github.com/hapijs/vision/compare/v6.1.0...v7.0.0) --- updated-dependencies: - dependency-name: "@hapi/vision" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b89cddb..0e1adf3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@hapi/hapi": "~20.2.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.0.1", - "@hapi/vision": "~6.1.0", + "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.26.0", From beeacdc5247f6fa7677ccd179a3162507518f3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:05:59 +0000 Subject: [PATCH 182/208] Bump @hapi/hapi from 20.2.2 to 21.0.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 20.2.2 to 21.0.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v20.2.2...v21.0.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e1adf3..914a364 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~10.0.0", "@hapi/code": "~9.0.0", - "@hapi/hapi": "~20.2.0", + "@hapi/hapi": "~21.0.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.0.1", "@hapi/vision": "~7.0.0", From 51b199d363803f56c5e0bdff7c2f117b7ef7c3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:03:02 +0000 Subject: [PATCH 183/208] Bump sinon from 14.0.2 to 15.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v14.0.2...v15.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 914a364..976168e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~8.0.1", - "sinon": "~14.0.0" + "sinon": "~15.0.0" }, "engines": { "node": ">=12" From 3171ef2ca2c173f7084d143758e2b94acccbbd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:02:28 +0000 Subject: [PATCH 184/208] Bump @hapi/hapi from 21.0.0 to 21.1.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.0.0 to 21.1.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.0.0...v21.1.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 976168e..72acd50 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~10.0.0", "@hapi/code": "~9.0.0", - "@hapi/hapi": "~21.0.0", + "@hapi/hapi": "~21.1.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.0.1", "@hapi/vision": "~7.0.0", From e52e4979cbe52837f029401e9c044ff3b998246b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 12:02:35 +0000 Subject: [PATCH 185/208] Bump @hapi/lab from 25.0.1 to 25.1.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 25.0.1 to 25.1.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v25.0.1...v25.1.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72acd50..11108e9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~9.0.0", "@hapi/hapi": "~21.1.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~25.0.1", + "@hapi/lab": "~25.1.0", "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From 980b326a02255b1e90adef4904c1a7317f795340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:02:47 +0000 Subject: [PATCH 186/208] Bump eslint-plugin-import from 2.26.0 to 2.27.4 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.4. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.4) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11108e9..8de414c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.26.0", + "eslint-plugin-import": "~2.27.4", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", From a2728eeaff5441814f5ff5302b4f58772598373b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:04:00 +0000 Subject: [PATCH 187/208] Bump @hapi/hapi from 21.1.0 to 21.2.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.1.0 to 21.2.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.1.0...v21.2.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8de414c..654b2b9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~10.0.0", "@hapi/code": "~9.0.0", - "@hapi/hapi": "~21.1.0", + "@hapi/hapi": "~21.2.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.1.0", "@hapi/vision": "~7.0.0", From 7bc22fa63587f771abb4d8cdc42a5705dbf405b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:01:34 +0000 Subject: [PATCH 188/208] Bump youch-terminal from 2.1.5 to 2.2.0 Bumps [youch-terminal](https://github.com/poppinss/youch-terminal) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/poppinss/youch-terminal/releases) - [Changelog](https://github.com/poppinss/youch-terminal/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch-terminal/commits) --- updated-dependencies: - dependency-name: youch-terminal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 654b2b9..b5a9480 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "youch": "~3.2.0", - "youch-terminal": "~2.1.0" + "youch-terminal": "~2.2.0" }, "devDependencies": { "@hapi/boom": "~10.0.0", From 749bc3358503af7407e6f48c02a23594e74caf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:58:37 +0000 Subject: [PATCH 189/208] Bump @hapi/hapi from 21.2.2 to 21.3.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.2.2 to 21.3.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.2.2...v21.3.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5a9480..b28dc8b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~10.0.0", "@hapi/code": "~9.0.0", - "@hapi/hapi": "~21.2.0", + "@hapi/hapi": "~21.3.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.1.0", "@hapi/vision": "~7.0.0", From f7bd4e8ccb79fd4786b30219e91009fb359652bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 12:58:21 +0000 Subject: [PATCH 190/208] Bump sinon from 15.0.4 to 15.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.0.4 to 15.1.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.0.4...v15.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b28dc8b..3e662d9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~8.0.1", - "sinon": "~15.0.0" + "sinon": "~15.1.0" }, "engines": { "node": ">=12" From eecc673910da131eed5672d4e69ad9211a7ab11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:57:55 +0000 Subject: [PATCH 191/208] Bump sinon from 15.1.2 to 15.2.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.2 to 15.2.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.1.2...v15.2.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e662d9..5deae32 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~8.0.1", - "sinon": "~15.1.0" + "sinon": "~15.2.0" }, "engines": { "node": ">=12" From e2b0ac41202159d7af54070388879e2cbd510552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:14:18 +0000 Subject: [PATCH 192/208] Bump eslint-plugin-import from 2.27.5 to 2.28.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5deae32..4236fda 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.27.4", + "eslint-plugin-import": "~2.28.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", From f02b0134cb206145904b9037f884b3a86a86fbf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:04:30 +0000 Subject: [PATCH 193/208] Bump sinon from 15.2.0 to 16.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4236fda..3a965b6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~8.0.1", - "sinon": "~15.2.0" + "sinon": "~16.0.0" }, "engines": { "node": ">=12" From b503ccaf50cb54ba5ccc3403dfa088378a823107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:44:45 +0000 Subject: [PATCH 194/208] Bump youch from 3.2.3 to 3.3.2 Bumps [youch](https://github.com/poppinss/youch) from 3.2.3 to 3.3.2. - [Release notes](https://github.com/poppinss/youch/releases) - [Changelog](https://github.com/poppinss/youch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch/commits) --- updated-dependencies: - dependency-name: youch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4236fda..4c4d4e6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/futurestudio/hapi-dev-errors/issues" }, "dependencies": { - "youch": "~3.2.0", + "youch": "~3.3.2", "youch-terminal": "~2.2.0" }, "devDependencies": { From f20d34c9b61fa08093cf35339c6aa568a8dde00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:53:56 +0000 Subject: [PATCH 195/208] Bump eslint-plugin-import from 2.28.1 to 2.29.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51b58e5..195e13c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.28.0", + "eslint-plugin-import": "~2.29.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", From 79f5ae1f522b2d408b2b7e579da826059fa2cc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:54:17 +0000 Subject: [PATCH 196/208] Bump sinon from 16.0.0 to 17.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 16.0.0 to 17.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v16.0.0...v17.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51b58e5..d013a8d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~8.0.1", - "sinon": "~16.0.0" + "sinon": "~17.0.0" }, "engines": { "node": ">=12" From 47e0d54b5c3aadcd464ca3dab872cc4309d1cf1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:34:30 +0000 Subject: [PATCH 197/208] Bump @hapi/lab from 25.1.4 to 25.2.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 25.1.4 to 25.2.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v25.1.4...v25.2.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 999edc3..24d4b08 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~9.0.0", "@hapi/hapi": "~21.3.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~25.1.0", + "@hapi/lab": "~25.2.0", "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From a39b9924860f394693a8de10dd65a77cff1f5985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:38:39 +0000 Subject: [PATCH 198/208] Bump husky from 8.0.3 to 9.0.2 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24d4b08..4188e94 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", - "husky": "~8.0.1", + "husky": "~9.0.2", "sinon": "~17.0.0" }, "engines": { From e9b47ad8af13ea3b33144f2a195a074cd89f984e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:48:16 +0000 Subject: [PATCH 199/208] Bump sinon from 17.0.2 to 18.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v17.0.2...v18.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4188e94..c79c75f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~9.0.2", - "sinon": "~17.0.0" + "sinon": "~18.0.0" }, "engines": { "node": ">=12" From 8fd94260c6fa8739f98568bbaf2a3a00d0505365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:09:35 +0000 Subject: [PATCH 200/208] Bump husky from 9.0.11 to 9.1.1 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c79c75f..40bad08 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", - "husky": "~9.0.2", + "husky": "~9.1.1", "sinon": "~18.0.0" }, "engines": { From 692857ddf69c9183fe886c7ac2a63cf7b11ae8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:29:18 +0000 Subject: [PATCH 201/208] Bump @hapi/lab from 25.2.0 to 25.3.0 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 25.2.0 to 25.3.0. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v25.2.0...v25.3.0) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40bad08..e62361e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hapi/code": "~9.0.0", "@hapi/hapi": "~21.3.0", "@hapi/joi": "~17.1.0", - "@hapi/lab": "~25.2.0", + "@hapi/lab": "~25.3.0", "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", From ddea5288c85f617237ed27f17b86965d126c519e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:40:01 +0000 Subject: [PATCH 202/208] Bump eslint-plugin-import from 2.29.1 to 2.30.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.30.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e62361e..d10912d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.29.0", + "eslint-plugin-import": "~2.30.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", From b1999101facc8b5a85c0e29ae6f275532613647d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:23:58 +0000 Subject: [PATCH 203/208] Bump sinon from 18.0.1 to 19.0.2 Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v18.0.1...v19.0.2) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d10912d..63eb55a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~9.1.1", - "sinon": "~18.0.0" + "sinon": "~19.0.2" }, "engines": { "node": ">=12" From eb1faf0078137699c3921a23b32bc4a6040d0bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:42:43 +0000 Subject: [PATCH 204/208] Bump eslint-plugin-import from 2.30.0 to 2.31.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63eb55a..7731931 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", From 6533b354ee80590d3bca030a84ef034720b17f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:30:21 +0000 Subject: [PATCH 205/208] Bump @hapi/hapi from 21.3.12 to 21.4.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.3.12 to 21.4.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.3.12...v21.4.0) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7731931..0f69cdf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@hapi/boom": "~10.0.0", "@hapi/code": "~9.0.0", - "@hapi/hapi": "~21.3.0", + "@hapi/hapi": "~21.4.0", "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.3.0", "@hapi/vision": "~7.0.0", From 78cdaa45c1142ede1d6c08281d6c1467f48f7342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:36:18 +0000 Subject: [PATCH 206/208] Bump sinon from 19.0.5 to 20.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.5 to 20.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v19.0.5...v20.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f69cdf..7a02e06 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~9.1.1", - "sinon": "~19.0.2" + "sinon": "~20.0.0" }, "engines": { "node": ">=12" From dfbdef4143c23e9317627cec4a7a8d5de42ef5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:21:56 +0000 Subject: [PATCH 207/208] Bump sinon from 20.0.0 to 21.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/commits) --- updated-dependencies: - dependency-name: sinon dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a02e06..972dbd4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0", "husky": "~9.1.1", - "sinon": "~20.0.0" + "sinon": "~21.0.0" }, "engines": { "node": ">=12" From 460fbd017e947824c551544baa3320006a7f89ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:52:13 +0000 Subject: [PATCH 208/208] Bump eslint-plugin-import from 2.31.0 to 2.32.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.31.0 to 2.32.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 972dbd4..b41bda1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hapi/vision": "~7.0.0", "eslint": "~7.32.0", "eslint-config-standard": "~16.0.2", - "eslint-plugin-import": "~2.31.0", + "eslint-plugin-import": "~2.32.0", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~5.2.0", "eslint-plugin-standard": "~5.0.0",