]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Update a few dependencies, drop `grunt-cli`
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 30 Oct 2024 16:02:00 +0000 (17:02 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2024 16:02:00 +0000 (17:02 +0100)
`grunt` already contains the needed binary, no need for `grunt-cli` anymore.

Update `download.jqueryui.com` as well.

Closes gh-2311

build/release.js
build/tasks/build.js
package.json

index 14fbd6f1537e4384d1fb62b11426ded310b8f05d..633dd34d12c913b49b8f9401ad57b5f590bc8956 100644 (file)
@@ -153,7 +153,7 @@ Release.define( {
 };
 
 module.exports.dependencies = [
-       "download.jqueryui.com@2.3.10",
+       "download.jqueryui.com@2.3.12",
        "node-packager@0.0.7",
        "shelljs@0.8.5"
 ];
index 48feb7aba1d39e219909d545ff139031e9a550ab..bd07364ea36521bbe8898511f9e0563378a8bdca 100644 (file)
@@ -3,7 +3,7 @@
 module.exports = function( grunt ) {
 
 grunt.registerTask( "clean", function() {
-       require( "rimraf" ).sync( "dist" );
+       require( "rimraf" ).rimrafSync( "dist" );
 } );
 
 grunt.registerTask( "asciilint", function() {
index f9f83b4025f48df337fbc1bf6e009fda748831ea..2cb41ef9e37ac76f335e6d114a388ec5ad29ad1b 100644 (file)
                "diff": "5.2.0",
                "eslint-config-jquery": "3.0.2",
                "exit-hook": "4.0.0",
-               "express": "4.20.0",
+               "express": "4.21.1",
                "express-body-parser-error-handler": "1.0.7",
                "grunt": "1.6.1",
                "grunt-bowercopy": "1.2.5",
-               "grunt-cli": "1.4.3",
                "grunt-compare-size": "0.4.2",
                "grunt-contrib-concat": "2.1.0",
                "grunt-contrib-csslint": "2.0.0",
                "grunt-contrib-uglify": "5.2.2",
                "grunt-eslint": "24.0.1",
                "grunt-git-authors": "3.2.0",
-               "grunt-html": "16.0.0",
+               "grunt-html": "17.1.0",
                "load-grunt-tasks": "5.1.0",
-               "rimraf": "4.4.1",
-               "selenium-webdriver": "4.18.1",
+               "rimraf": "6.0.1",
+               "selenium-webdriver": "4.26.0",
                "yargs": "17.7.2"
        },
        "keywords": []