From 8177f6434eed6be2732db5aa0946999079f2feb3 Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:36 -0400 Subject: [PATCH 1/9] upgrade js-yaml to 3.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad5faee..4e739b6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "Jevgenij Tsoi " ], "dependencies": { - "js-yaml": "~3.6.1", + "js-yaml": "^3.13.0", "lodash": "~4.15.0", "semver": "~5.3.0", "yargs": "~5.0.0" From 5998c173430e235224dcf154b0724f6a8424d1ac Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:38 -0400 Subject: [PATCH 2/9] upgrade lodash to 4.17.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e739b6..05388b6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "dependencies": { "js-yaml": "^3.13.0", - "lodash": "~4.15.0", + "lodash": "^4.17.11", "semver": "~5.3.0", "yargs": "~5.0.0" }, From 557ee497017b0df2746b9204c65699aa9c61dacb Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:40 -0400 Subject: [PATCH 3/9] upgrade semver to 5.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05388b6..1088e03 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "js-yaml": "^3.13.0", "lodash": "^4.17.11", - "semver": "~5.3.0", + "semver": "^5.6.0", "yargs": "~5.0.0" }, "devDependencies": { From 4bb21716d5c57752e5422015ec9892cc2ea9b099 Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:43 -0400 Subject: [PATCH 4/9] upgrade yargs to 13.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1088e03..6adc4a0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "js-yaml": "^3.13.0", "lodash": "^4.17.11", "semver": "^5.6.0", - "yargs": "~5.0.0" + "yargs": "^13.2.2" }, "devDependencies": { "coveralls": "~2.11.12", From 15490626a8dde10c95616b0d99efb2847f061726 Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:47 -0400 Subject: [PATCH 5/9] upgrade coveralls to 3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6adc4a0..5319271 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "yargs": "^13.2.2" }, "devDependencies": { - "coveralls": "~2.11.12", + "coveralls": "^3.0.3", "eslint": "~2.13.1", "mocha": "~3.0.2", "must": "~0.13.2", From ee4daf0e9cd148872bad514296f17aee6145152b Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:53 -0400 Subject: [PATCH 6/9] upgrade eslint to 5.15.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5319271..b5b018a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "coveralls": "^3.0.3", - "eslint": "~2.13.1", + "eslint": "^5.15.3", "mocha": "~3.0.2", "must": "~0.13.2", "nyc": "~8.1.0" From 4f60e675bbd6da219fe2a8ec0778b44e97950207 Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:46:59 -0400 Subject: [PATCH 7/9] upgrade mocha to 6.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5b018a..b7a519a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "coveralls": "^3.0.3", "eslint": "^5.15.3", - "mocha": "~3.0.2", + "mocha": "^6.0.2", "must": "~0.13.2", "nyc": "~8.1.0" }, From d1acc9fccd952a687136f93ab7982fbec586ed27 Mon Sep 17 00:00:00 2001 From: jasonray Date: Mon, 25 Mar 2019 15:47:12 -0400 Subject: [PATCH 8/9] upgrade nyc to 13.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7a519a..cb4a80b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint": "^5.15.3", "mocha": "^6.0.2", "must": "~0.13.2", - "nyc": "~8.1.0" + "nyc": "^13.3.0" }, "homepage": "https://github.com/ceejbot/fivebeans#readme", "keywords": [ From fe9c0e37aaca73e663682724fa2de55036774c6c Mon Sep 17 00:00:00 2001 From: Jason Ray Date: Mon, 25 Mar 2019 19:12:33 -0400 Subject: [PATCH 9/9] Resolve build issue with beanstalk. The current travis-ci build is failing to start `beanstalkd`. This is because the argument `-d` is not recognized by the `beanstalkd` application (perhaps it was in a previous version of beanstalk?). I switched to start `beanstalkd` in the background using `&` which likely achieve the same intent --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30e181c..11b2f00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ node_js: before_install: - sudo apt-get update -qq - sudo apt-get install -qq beanstalkd - - sudo beanstalkd -d -l 127.0.0.1 -p 11300 + - sudo beanstalkd -l 127.0.0.1 -p 11300 & script: npm run travis after_success: npm run coverage