Skip to content

Commit 8b10e43

Browse files
Node24 upgrade for BashV3 task (#21537)
1 parent ac055e7 commit 8b10e43

File tree

4 files changed

+59
-21
lines changed

4 files changed

+59
-21
lines changed

Tasks/BashV3/package-lock.json

Lines changed: 46 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/BashV3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
2121
"dependencies": {
2222
"@types/mocha": "^9.1.1",
23-
"@types/node": "^20.3.1",
24-
"azure-pipelines-task-lib": "^4.17.3",
23+
"@types/node": "^24.10.0",
24+
"azure-pipelines-task-lib": "^5.2.2",
2525
"azure-pipelines-tasks-utility-common": "3.258.0",
2626
"uuid": "^3.0.1"
2727
},
2828
"devDependencies": {
2929
"@tsconfig/node10": "1.0.9",
30-
"typescript": "5.1.6"
30+
"typescript": "^5.7.2"
3131
}
3232
}

Tasks/BashV3/task.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 259,
20+
"Minor": 267,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Script task consistency. Added support for multiple lines and added support for Windows.",
@@ -115,6 +115,10 @@
115115
"Node20_1": {
116116
"target": "bash.js",
117117
"argumentFormat": ""
118+
},
119+
"Node24": {
120+
"target": "bash.js",
121+
"argumentFormat": ""
118122
}
119123
},
120124
"messages": {

Tasks/BashV3/task.loc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 259,
20+
"Minor": 267,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -115,6 +115,10 @@
115115
"Node20_1": {
116116
"target": "bash.js",
117117
"argumentFormat": ""
118+
},
119+
"Node24": {
120+
"target": "bash.js",
121+
"argumentFormat": ""
118122
}
119123
},
120124
"messages": {

0 commit comments

Comments
 (0)