Ricordisamoa has uploaded a new change for review.

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

Change subject: Bump devDependencies to latest & tweak
......................................................................

Bump devDependencies to latest & tweak

* grunt: from 0.4.2 to 1.0.1
* grunt-cli: dropped
* grunt-banana-checker: from 0.2.2 to 0.5.0,
  enable disallowUnusedTranslations, disable requireMetadata

Change-Id: I88bd7e5d968ff6d69ea289bcf476b55f005b13c2
---
M Gruntfile.js
M package.json
2 files changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/i18n 
refs/changes/74/281874/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 971ed9f..e1abfcf 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,6 +8,10 @@
 
        grunt.initConfig( {
                banana: {
+                       options: {
+                               disallowUnusedTranslations: true,
+                               requireMetadata: false
+                       },
                        all: ['*/', '!node_modules/']
                }
        } );
diff --git a/package.json b/package.json
index 5387cac..949f27b 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,8 @@
     "test": "grunt test"
   },
   "devDependencies": {
-    "grunt": "0.4.2",
-    "grunt-cli": "0.1.13",
-    "grunt-banana-checker": "0.2.2"
+    "grunt": "1.0.1",
+    "grunt-banana-checker": "0.5.0"
   }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I88bd7e5d968ff6d69ea289bcf476b55f005b13c2
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to