build: Upgrade eslint-config-wikimedia from 0.25.1 to 0.26.0

Change-Id: I492bb4215522bdb72967108f5cd11adfa37e59bb
This commit is contained in:
James D. Forrester 2024-01-12 13:19:25 -05:00 committed by Umherirrender
parent 96f458cdd6
commit fc760b1c35
3 changed files with 957 additions and 634 deletions

View file

@ -8,9 +8,12 @@ module.exports = function ( grunt ) {
'MathCaptcha',
'hCaptcha'
] ) {
// eslint-disable-next-line security/detect-non-literal-require
messagesDirs[ subExtension ] = require( './' + subExtension + '/extension.json' )
.MessagesDirs[ subExtension ]
.map( function ( path ) { return subExtension + '/' + path; } );
.map( function ( path ) {
return subExtension + '/' + path;
} );
}
grunt.loadNpmTasks( 'grunt-banana-checker' );

1584
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.25.1",
"eslint-config-wikimedia": "0.26.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.3.0",