Merge "build: Upgrade eslint-config-wikimedia from 0.15.1 to 0.15.3 and make pass"

This commit is contained in:
jenkins-bot 2020-04-27 22:37:46 +00:00 committed by Gerrit Code Review
commit fa4efa8b1f
3 changed files with 36 additions and 6 deletions

View file

@ -43,6 +43,7 @@ const config = {
}
],
"object-property-newline": "error",
"mediawiki/class-doc": "off",
"no-use-before-define": "off",
"no-underscore-dangle": "off"
}

39
package-lock.json generated
View file

@ -5515,16 +5515,45 @@
}
},
"eslint-config-wikimedia": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.15.1.tgz",
"integrity": "sha512-Q7bpGBIzOqXmPEh4R5zgIDGZepCji77YHOWZT++U4P+tgbs0DisDwgP6krn7pPt3E7tc7L6876PpU1g0JQhAcw==",
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.15.3.tgz",
"integrity": "sha512-MGfUwNoW2IckRismX3L8a/CI1CKkYyXHiIyAqiu27TCQwrDubryI+rtuuFYozauB3LC5WSIOnW2m1ZljtPvPPg==",
"dev": true,
"requires": {
"eslint": "^6.8.0",
"eslint-plugin-es": "^3.0.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-mediawiki": "^0.2.1",
"eslint-plugin-mediawiki": "^0.2.3",
"eslint-plugin-no-jquery": "^2.3.2",
"eslint-plugin-qunit": "^4.0.0"
"eslint-plugin-qunit": "^4.0.0",
"eslint-plugin-vue": "^6.1.2"
}
},
"eslint-plugin-es": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz",
"integrity": "sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==",
"dev": true,
"requires": {
"eslint-utils": "^2.0.0",
"regexpp": "^3.0.0"
},
"dependencies": {
"eslint-utils": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.0.0.tgz",
"integrity": "sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==",
"dev": true,
"requires": {
"eslint-visitor-keys": "^1.1.0"
}
},
"regexpp": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz",
"integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==",
"dev": true
}
}
},
"eslint-plugin-json": {

View file

@ -17,7 +17,7 @@
"@storybook/html": "5.2.8",
"babel-loader": "8.0.6",
"bundlesize": "0.18.0",
"eslint-config-wikimedia": "0.15.1",
"eslint-config-wikimedia": "0.15.3",
"grunt": "1.1.0",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-watch": "1.1.0",