Skip to content

Commit a3c0158

Browse files
Update webdeployment-common package [Part 2] (#20073)
* Update webdeployment-common in AzureRmWebAppDeploymentV3 * Update webdeployment-common in AzureRmWebAppDeploymentV4 * Update webdeployment-common in AzureWebAppContainerV1 * Update webdeployment-common in AzureWebAppV1 * Pin arm-rest package for AzureWebAppV1 --------- Co-authored-by: Kirill Ivlev <[email protected]>
1 parent fb9ee71 commit a3c0158

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3634
-4972
lines changed

Tasks/AzureRmWebAppDeploymentV3/_buildConfigs/Node20/package-lock.json

+308-207
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureRmWebAppDeploymentV3/_buildConfigs/Node20/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@types/q": "1.0.7",
2323
"agent-base": "^6.0.2",
2424
"archiver": "1.2.0",
25-
"azure-pipelines-task-lib": "^4.11.0",
25+
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.239.0",
27-
"azure-pipelines-tasks-webdeployment-common": "4.230.4",
27+
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
2828
"decompress-zip": "^0.3.3",
2929
"ltx": "2.8.0",
3030
"moment": "^2.29.4",

Tasks/AzureRmWebAppDeploymentV3/package-lock.json

+212-355
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureRmWebAppDeploymentV3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^16.11.39",
21+
"@types/node": "16.18.39",
2222
"@types/q": "1.0.7",
2323
"agent-base": "^6.0.2",
2424
"archiver": "1.2.0",
25-
"azure-pipelines-task-lib": "^4.11.0",
25+
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
27-
"azure-pipelines-tasks-webdeployment-common": "4.230.4",
27+
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
2828
"decompress-zip": "^0.3.3",
2929
"ltx": "2.8.0",
3030
"moment": "^2.29.4",

Tasks/AzureRmWebAppDeploymentV3/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 240,
21-
"Patch": 2
20+
"Minor": 242,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV3/task.loc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 240,
21-
"Patch": 2
20+
"Minor": 242,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)