Merge "build: Update qunitjs to 2.9.1"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 8 Jan 2019 19:00:37 +0000 (19:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 8 Jan 2019 19:00:37 +0000 (19:00 +0000)
1  2 
RELEASE-NOTES-1.33
package.json

diff --combined RELEASE-NOTES-1.33
@@@ -54,6 -54,7 +54,7 @@@ production
  * Updated wikimedia/ip-set from 1.2.0 to 2.0.0.
    * The deprecated IPSet\IPSet alias was removed, Wikimedia\IPSet must be
      used instead.
+ * Updated qunitjs from 2.6.2 to 2.9.1.
  * …
  
  ==== Removed external libraries ====
@@@ -196,10 -197,6 +197,10 @@@ because of Phabricator reports
  * The PasswordPolicy 'PasswordCannotBePopular' has been deprecated. To
    follow best practices, it is reccommended to use 'PasswordNotInLargeBlacklist'
    instead which blacklists 100,000 commonly used passwords.
 +* (T208862) Action::requiresUnblock() is now called from
 +  Title::getUserPermissionsErrors() and Title::userCan(). Previously, the method
 +  was only called in Action::checkCanExecute(). Actions should ensure that their
 +  requiresUnblock() returns the proper result (the default is `true`).
  * …
  
  === Other changes in 1.33 ===
diff --combined package.json
@@@ -11,7 -11,7 +11,7 @@@
    },
    "devDependencies": {
      "deepmerge": "1.3.2",
 -    "eslint-config-wikimedia": "0.9.0",
 +    "eslint-config-wikimedia": "0.10.0",
      "grunt": "1.0.3",
      "grunt-banana-checker": "0.6.0",
      "grunt-contrib-copy": "1.0.0",
@@@ -26,7 -26,7 +26,7 @@@
      "karma-mocha-reporter": "2.2.5",
      "karma-qunit": "2.1.0",
      "postcss-less": "2.0.0",
-     "qunit": "2.6.2",
+     "qunit": "2.9.1",
      "stylelint": "9.6.0",
      "stylelint-config-wikimedia": "0.5.0",
      "wdio-junit-reporter": "0.2.0",