From 4ed77de36be76b72588bd1799dac3ecac6dfea16 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 7 Mar 2017 07:14:34 +0000 Subject: [PATCH 1/4] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ddb3b55..df9e72c 100644 --- a/package.json +++ b/package.json @@ -33,26 +33,26 @@ "coverage": "npm test --coverage && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100" }, "dependencies": { - "pouchdb-utils": "5.4.0" + "pouchdb-utils": "6.1.2" }, "devDependencies": { "bluebird": "^3.4.0", - "browserify": "^12.0.2", + "browserify": "^14.1.0", "chai": "^3.5.0", "derequire": "^2.0.0", - "es3ify": "^0.1.3", - "http-server": "^0.5.5", - "istanbul": "^0.2.7", - "jshint": "2.8.0", + "es3ify": "^0.2.2", + "http-server": "^0.9.0", + "istanbul": "^0.4.5", + "jshint": "2.9.4", "mkdirp": "^0.5.0", - "mocha": "^2.5.3", - "phantomjs": "^1.9.7-5", - "pouchdb": "^5.4.0", + "mocha": "^3.2.0", + "phantomjs": "^2.1.7", + "pouchdb": "^6.1.2", "request": "^2.36.0", - "sauce-connect-launcher": "^0.4.2", - "selenium-standalone": "^5.0.0", + "sauce-connect-launcher": "^1.2.0", + "selenium-standalone": "^6.0.1", "uglify-js": "^2.4.13", "watchify": "^3.1.0", - "wd": "^0.2.21" + "wd": "^1.1.3" } } From 10999a36edefc0f920ca76e9244dc9f328e30fcf Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 7 Mar 2017 07:14:36 +0000 Subject: [PATCH 2/4] chore(travis): whitelist greenkeeper branches https://greenkeeper.io/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 677a401..3dfec99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,4 @@ branches: only: - master - /^pull*$/ + - /^greenkeeper/.*$/ From 00ce3d96511ffb5ccdac9a96c25488bd10a45f71 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 7 Mar 2017 07:14:39 +0000 Subject: [PATCH 3/4] docs(readme): add Greenkeeper badge https://greenkeeper.io/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0c4b37..5859800 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ PouchDB Plugin Seed ===== +[![Greenkeeper badge](https://badges.greenkeeper.io/pouchdb/plugin-seed.svg)](https://greenkeeper.io/) + [![Build Status](https://travis-ci.org/pouchdb/plugin-seed.svg)](https://travis-ci.org/pouchdb/plugin-seed) Fork this project to build your first PouchDB plugin. It contains everything you need to test in Node, WebSQL, and IndexedDB. It also includes a Travis config file so you From beac55e94935d0d9aec0b32671d497c338e6bb0a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 14 Mar 2017 09:33:41 -0700 Subject: [PATCH 4/4] update nodejs in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dfec99..bb5df1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - couchdb node_js: - - "0.10" + - "5" script: npm run $COMMAND before_script: - "export DISPLAY=:99.0"