Skip to content

Commit

Permalink
Bump the task-lib version for script tasks (#19656)
Browse files Browse the repository at this point in the history
* Bumped the task-lib and task versions
  • Loading branch information
DenisNikulin5 authored Mar 20, 2024
1 parent f451a2f commit cba529f
Show file tree
Hide file tree
Showing 172 changed files with 632 additions and 636 deletions.
24 changes: 12 additions & 12 deletions Tasks/AzureCLIV1/_buildConfigs/Node20/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.10.0"
"azure-pipelines-task-lib": "^4.10.1"
},
"devDependencies": {
"typescript": "5.1.6"
Expand Down
24 changes: 12 additions & 12 deletions Tasks/AzureCLIV1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.10.0"
"azure-pipelines-task-lib": "^4.10.1"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
Expand Down
24 changes: 12 additions & 12 deletions Tasks/AzureCLIV2/_buildConfigs/Node20/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureCLIV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-task-lib": "^4.10.1",
"azure-pipelines-tasks-artifacts-common": "^2.212.0"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions Tasks/AzureCLIV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureCLIV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-task-lib": "^4.10.1",
"azure-pipelines-tasks-artifacts-common": "^2.212.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nugetv2": [
{
"name": "VstsTaskSdk",
"version": "0.20.0",
"version": "0.20.1",
"repository": "https://www.powershellgallery.com/api/v2/",
"cp": [
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 2,
"Minor": 237,
"Patch": 4
"Patch": 5
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 2,
"Minor": 237,
"Patch": 4
"Patch": 5
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nugetv2": [
{
"name": "VstsTaskSdk",
"version": "0.20.0",
"version": "0.20.1",
"repository": "https://www.powershellgallery.com/api/v2/",
"cp": [
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 237,
"Patch": 4
"Patch": 5
},
"releaseNotes": "Added support for Fail on standard error and ErrorActionPreference",
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 237,
"Patch": 4
"Patch": 5
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-task-lib": "^4.10.1",
"azure-pipelines-tasks-azure-arm-rest": "^3.225.1",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nugetv2": [
{
"name": "VstsTaskSdk",
"version": "0.20.0",
"version": "0.20.1",
"repository": "https://www.powershellgallery.com/api/v2/",
"cp": [
{
Expand Down
18 changes: 9 additions & 9 deletions Tasks/AzurePowerShellV4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-pipelines-task-lib": "^4.10.0",
"azure-pipelines-task-lib": "^4.10.1",
"azure-pipelines-tasks-azure-arm-rest": "^3.225.1",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
Expand Down
Loading

0 comments on commit cba529f

Please sign in to comment.