From 6a22f514fbf12f489a8eb1b575cc53cc50c98f22 Mon Sep 17 00:00:00 2001 From: blag Date: Fri, 21 Jun 2019 09:54:42 -0700 Subject: [PATCH 1/3] Move babel-eslint to devDependencies instead of dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 280f7a5..f0f4f47 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "url": "https://github.com/StackStorm/hubot-stackstorm/issues" }, "dependencies": { - "babel-eslint": "^10.0.1", "cli-table": "<=1.0.0", "coffee-register": "1.0.0", "coffee-script": "1.12.7", @@ -35,6 +34,7 @@ "hubot": "3.x" }, "devDependencies": { + "babel-eslint": "^10.0.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^5.16.0", From ac6b20f63100e37d01d786887ea3ef6e8dedaf71 Mon Sep 17 00:00:00 2001 From: blag Date: Fri, 28 Jun 2019 17:40:59 -0700 Subject: [PATCH 2/3] Add to changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a0c9ac5..f4f8d51 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,8 @@ Changelog in development -------------- +* Move babel-eslint dependency to devDependencies (bug fix) + 0.9.6 * Don't consider failed alias execution as a critical reason to exit hubot (bug fix) From f5228d9f6cffc362df1808c9c6c016998ca11958 Mon Sep 17 00:00:00 2001 From: blag Date: Fri, 28 Jun 2019 17:41:33 -0700 Subject: [PATCH 3/3] Fix RST syntax - add dashes line under 0.9.6 version string --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f4f8d51..95ecba6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,7 @@ in development * Move babel-eslint dependency to devDependencies (bug fix) 0.9.6 +----- * Don't consider failed alias execution as a critical reason to exit hubot (bug fix) 0.9.5