From ad32846c8cbbe841261446a03aac946bcc8b040c Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Thu, 16 Feb 2017 19:45:09 +0900 Subject: [PATCH] Enforce node version check. Should avoid unnecessary GitHub issues. --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 564772a7..7de36e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ ### Breaking changes -- Node v6.9.x or later is now required. Earlier versions will not work. +- Node v6.9.x or later is now required. Earlier versions will not work. To avoid a sudden flood of issues about this change, [please-update-dependencies](https://github.com/sorccu/please-update-dependencies) enforces the minimum version and tells you if you need to update. - The `-C` shortcut for the `--no-cleanup` option has been removed due to the switch to [yargs](http://yargs.js.org). Please use the full `--no-cleanup` option instead. - Although likely not used by anyone, it was possible to give multiple ZeroMQ endpoints to options such as `--connect-push` by separating them with commas. This is still possible but now works in a different way due to the switch to [yargs](http://yargs.js.org). Comma-separated hosts in a single value are no longer accepted. If you need to specify multiple hosts, simply use the option as many times as you like. This change is unlikely to have any impact whatsoever on most users. - The `--devices` option of `stf doctor` has been removed due to unnecessary complexity. diff --git a/package.json b/package.json index 2a7cb7c0..cbff7438 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "passport": "^0.3.2", "passport-oauth2": "^1.1.2", "passport-saml": "^0.15.0", - "please-update-dependencies": "^1.0.0", + "please-update-dependencies": "^2.0.0", "protobufjs": "^3.8.2", "proxy-addr": "^1.0.10", "pug": "^2.0.0-beta4",