diff --git a/Tasks/CmdLineV2/package-lock.json b/Tasks/CmdLineV2/package-lock.json index 4378731e8338..47ab3d5aeda0 100644 --- a/Tasks/CmdLineV2/package-lock.json +++ b/Tasks/CmdLineV2/package-lock.json @@ -10,13 +10,13 @@ "license": "MIT", "dependencies": { "@types/mocha": "^8.0.3", - "@types/node": "^20.3.1", + "@types/node": "^24.10.0", "@types/uuid": "^8.3.0", - "azure-pipelines-task-lib": "^4.17.3", + "azure-pipelines-task-lib": "^5.2.2", "uuid": "^8.3.0" }, "devDependencies": { - "typescript": "5.1.6" + "typescript": "^5.7.2" } }, "node_modules/@types/mocha": { @@ -25,11 +25,12 @@ "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==" }, "node_modules/@types/node": { - "version": "20.14.15", - "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@types/node/-/node-20.14.15.tgz", - "integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==", + "version": "24.10.1", + "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/@types/node/-/node-24.10.1.tgz", + "integrity": "sha1-kekhgsk9uL1iJPygMeI3DO+ajwE=", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.16.0" } }, "node_modules/@types/uuid": { @@ -57,9 +58,9 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "4.17.3", - "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.3.tgz", - "integrity": "sha1-/VMnGollIKefO6iDOcwLNiv51bk=", + "version": "5.2.2", + "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.2.2.tgz", + "integrity": "sha1-YSyHtfztrtNI6Gbgoq6Y997dpyk=", "license": "MIT", "dependencies": { "adm-zip": "^0.5.10", @@ -394,10 +395,11 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.9.3", + "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha1-W09Z4VMQqxeiFvXWz1PuR27eZw8=", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -407,9 +409,10 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "7.16.0", + "resolved": "https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha1-/8zf82rqSITL/OmnUKBYAiT1ikY=", + "license": "MIT" }, "node_modules/utf8-byte-length": { "version": "1.0.5", diff --git a/Tasks/CmdLineV2/package.json b/Tasks/CmdLineV2/package.json index 16a47113165a..cf088aa4be06 100644 --- a/Tasks/CmdLineV2/package.json +++ b/Tasks/CmdLineV2/package.json @@ -20,12 +20,12 @@ "homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme", "dependencies": { "@types/mocha": "^8.0.3", - "@types/node": "^20.3.1", + "@types/node": "^24.10.0", "@types/uuid": "^8.3.0", - "azure-pipelines-task-lib": "^4.17.3", + "azure-pipelines-task-lib": "^5.2.2", "uuid": "^8.3.0" }, "devDependencies": { - "typescript": "5.1.6" + "typescript": "^5.7.2" } } diff --git a/Tasks/CmdLineV2/task.json b/Tasks/CmdLineV2/task.json index d9dfa4817284..01827e24d331 100644 --- a/Tasks/CmdLineV2/task.json +++ b/Tasks/CmdLineV2/task.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 250, - "Patch": 1 + "Minor": 267, + "Patch": 0 }, "releaseNotes": "Script task consistency. Added support for multiple lines.", "showEnvironmentVariables": true, @@ -80,6 +80,10 @@ "Node20_1": { "target": "cmdline.js", "argumentFormat": "" + }, + "Node24": { + "target": "cmdline.js", + "argumentFormat": "" } }, "messages": { diff --git a/Tasks/CmdLineV2/task.loc.json b/Tasks/CmdLineV2/task.loc.json index d7468db38e36..31e9c932d719 100644 --- a/Tasks/CmdLineV2/task.loc.json +++ b/Tasks/CmdLineV2/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 250, - "Patch": 1 + "Minor": 267, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "showEnvironmentVariables": true, @@ -80,6 +80,10 @@ "Node20_1": { "target": "cmdline.js", "argumentFormat": "" + }, + "Node24": { + "target": "cmdline.js", + "argumentFormat": "" } }, "messages": {