Jforrester has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/293623

Change subject: build: Bump development dependencies to latest
......................................................................

build: Bump development dependencies to latest

 grunt                     0.4.5  →      1.0.1
 grunt-cli                0.1.13  →      1.2.0
 grunt-contrib-clean       0.7.0  →      1.0.0
 grunt-contrib-concat      0.5.1  →      1.0.1
 grunt-contrib-jshint     0.12.0  →      1.0.0
 grunt-contrib-uglify     0.10.0  →      1.0.1
 grunt-contrib-watch       0.6.1  →      1.0.0
 grunt-jscs                2.7.0  →      3.0.0
 grunt-karma              0.12.1  →      2.0.0
 karma                   0.13.20  →    0.13.22
 karma-chrome-launcher     0.2.2  →      1.0.1
 karma-coverage            0.5.3  →      1.0.0
 karma-firefox-launcher    0.1.7  →      1.0.0
 karma-qunit               0.1.9  →      1.0.0
 karma-sauce-launcher      0.3.0  →      1.0.0
 phantomjs-prebuilt        2.1.4  →      2.1.7
 qunit                     0.7.7  →      0.9.1
 qunitjs                  1.19.0  →  2.0.0-rc1

Change-Id: I60668a648dd0aca48061c57d53638d6c040abb20
---
M package.json
M src/core.js
2 files changed, 19 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/core refs/changes/23/293623/1

diff --git a/package.json b/package.json
index cac1d6a..f0a6e68 100644
--- a/package.json
+++ b/package.json
@@ -24,25 +24,25 @@
   },
   "dependencies": {},
   "devDependencies": {
-    "grunt": "0.4.5",
-    "grunt-cli": "0.1.13",
-    "grunt-contrib-clean": "0.7.0",
-    "grunt-contrib-concat": "0.5.1",
-    "grunt-contrib-jshint": "0.12.0",
-    "grunt-contrib-uglify": "0.10.0",
-    "grunt-contrib-watch": "0.6.1",
-    "grunt-jscs": "2.7.0",
-    "grunt-karma": "0.12.1",
+    "grunt": "1.0.1",
+    "grunt-cli": "1.2.0",
+    "grunt-contrib-clean": "1.0.0",
+    "grunt-contrib-concat": "1.0.1",
+    "grunt-contrib-jshint": "1.0.0",
+    "grunt-contrib-uglify": "1.0.1",
+    "grunt-contrib-watch": "1.0.0",
+    "grunt-jscs": "3.0.0",
+    "grunt-karma": "2.0.0",
     "jquery": "1.11.3",
-    "karma": "0.13.20",
-    "karma-chrome-launcher": "0.2.2",
-    "karma-coverage": "0.5.3",
-    "karma-firefox-launcher": "0.1.7",
+    "karma": "0.13.22",
+    "karma-chrome-launcher": "1.0.1",
+    "karma-coverage": "1.0.0",
+    "karma-firefox-launcher": "1.0.0",
     "karma-phantomjs-launcher": "1.0.0",
-    "karma-qunit": "0.1.9",
-    "karma-sauce-launcher": "0.3.0",
-    "phantomjs-prebuilt": "2.1.4",
-    "qunit": "0.7.7",
+    "karma-qunit": "1.0.0",
+    "karma-sauce-launcher": "1.0.0",
+    "phantomjs-prebuilt": "2.1.7",
+    "qunit": "0.9.1",
     "qunitjs": "1.19.0"
   }
 }
diff --git a/src/core.js b/src/core.js
index 1844f5b..d23b137 100644
--- a/src/core.js
+++ b/src/core.js
@@ -493,10 +493,9 @@
                        normalized[ keys[ i ] ] = val[ keys[ i ] ];
                }
                return normalized;
-
-       // Primitive values and arrays get stable hashes
-       // by default. Lets those be stringified as-is.
        } else {
+               // Primitive values and arrays get stable hashes
+               // by default. Lets those be stringified as-is.
                return val;
        }
 };

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60668a648dd0aca48061c57d53638d6c040abb20
Gerrit-PatchSet: 1
Gerrit-Project: oojs/core
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

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

Reply via email to