Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1883883-Update dependencies on AzureRmWebAppDeployment #15460

Merged
merged 5 commits into from
Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Tasks/AzureRmWebAppDeploymentV3/Tests/package-lock.json

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

74 changes: 37 additions & 37 deletions Tasks/AzureRmWebAppDeploymentV3/package-lock.json

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

6 changes: 3 additions & 3 deletions Tasks/AzureRmWebAppDeploymentV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"archiver": "1.2.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.2",
"decompress-zip": "0.3.0",
"azure-pipelines-task-lib": "3.1.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.4",
"decompress-zip": "^0.3.3",
Copy link
Contributor

@AmrutaKawade AmrutaKawade Oct 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this version of decompress-zip is changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed made the changes.

"ltx": "2.8.0",
"moment": "2.21.0",
"q": "1.4.1",
"uuid": "3.1.0",
"azure-pipelines-task-lib": "3.1.0",
"winreg": "1.2.2",
"xml2js": "0.4.13"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 184,
"Minor": 195,
"Patch": 1
},
"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.",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 184,
"Minor": 195,
"Patch": 1
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
22 changes: 11 additions & 11 deletions Tasks/AzureRmWebAppDeploymentV4/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/AzureRmWebAppDeploymentV4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^10.17.0",
"@types/mocha": "^5.2.7",
"@types/q": "1.0.7",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.3",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.4",
"moment": "2.21.0",
"q": "1.4.1",
"uuid": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 184,
"Minor": 195,
"Patch": 4
},
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 184,
"Minor": 195,
"Patch": 4
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down