N°7355 - Update jQuery-migrate to 3.4.1

This commit is contained in:
Molkobain
2024-03-22 16:35:41 +01:00
parent e8c4c45c5c
commit db4c70cea3
26 changed files with 1811 additions and 390 deletions

View File

@@ -19,7 +19,9 @@ module.exports = function( grunt ) {
browserSets = JSON.parse( browserSets );
}
timeout = timeout || 1000 * 60 * 15;
tests = grunt.config( "tests" ).jquery;
tests = grunt.config( "tests" )[
Array.isArray( browserSets ) ? browserSets[ 0 ] : browserSets ||
"jquery" ];
if ( pull ) {
jobName = "Pull <a href='https://github.com/jquery/jquery-migrate/pull/" +
@@ -35,7 +37,6 @@ module.exports = function( grunt ) {
pluginjQuery[ 0 ] + "&jquery=" + pluginjQuery[ 1 ];
} );
// TODO: create separate job for git so we can do different browsersets
testswarm.createClient( {
url: config.swarmUrl
} )