jenkins-bot has submitted this change and it was merged.

Change subject: build: Update devDependencies
......................................................................


build: Update devDependencies

* karma-coverage@0.3.0: Includes fix for karma-runner/karma-coverage#24.
  We can remove the workaround config in text-console that was
  there to prevent an unwanted directory from being created.

* karma-chrome-launcher@0.1.8: Includes support for "chromium-browser"
  (in addition to "chromium") so we can eventually remove the hack
  in Jenkins that exports CHROME_BIN=chromium-browser.

Change-Id: Ie360a93b2324d4a0736bbd86939e4c965574ae0b
---
M Gruntfile.js
M package.json
2 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index cb48928..9f48722 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -114,7 +114,7 @@
                                reporters: [ 'dots', 'coverage' ],
                                coverageReporter: { reporters: [
                                        { type: 'html', dir: 'coverage/' },
-                                       { type: 'text-summary', dir: 
'coverage/' }
+                                       { type: 'text-summary' }
                                ] }
                        },
                        jquery: {
diff --git a/package.json b/package.json
index af11d3c..16d419a 100644
--- a/package.json
+++ b/package.json
@@ -31,14 +31,14 @@
     "grunt": "0.4.5",
     "grunt-contrib-clean": "0.6.0",
     "grunt-contrib-concat": "0.5.1",
-    "grunt-contrib-jshint": "0.11.0",
+    "grunt-contrib-jshint": "0.11.1",
     "grunt-contrib-watch": "0.6.1",
-    "grunt-jscs": "1.5.0",
+    "grunt-jscs": "1.6.0",
     "grunt-karma": "0.10.1",
     "jquery": "1.11.2",
     "karma": "0.12.31",
-    "karma-chrome-launcher": "0.1.7",
-    "karma-coverage": "0.2.7",
+    "karma-chrome-launcher": "0.1.8",
+    "karma-coverage": "0.3.0",
     "karma-firefox-launcher": "0.1.4",
     "karma-phantomjs-launcher": "0.1.4",
     "karma-qunit": "0.1.4",

-- 
To view, visit https://gerrit.wikimedia.org/r/204457
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie360a93b2324d4a0736bbd86939e4c965574ae0b
Gerrit-PatchSet: 1
Gerrit-Project: oojs/core
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to