Skip to content

Commit b7d6801

Browse files
authored
DTS 2159378: Fix AggregateError--Part 4 (#20021)
1 parent 1f99f13 commit b7d6801

Some content is hidden

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

76 files changed

+7460
-6639
lines changed

Tasks/DockerV0/_buildConfigs/Node20/npm-shrinkwrap.json

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

Tasks/DockerV0/_buildConfigs/Node20/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"@types/node": "^20.3.1",
55
"@types/q": "^1.5.0",
66
"@types/uuid": "^8.3.0",
7-
"del": "2.2.0",
8-
"azure-pipelines-task-lib": "^4.0.1-preview",
7+
"agent-base": "^6.0.2",
8+
"azure-pipelines-task-lib": "^4.11.0",
99
"azure-pipelines-tasks-docker-common": "2.225.0",
10+
"del": "2.2.0",
1011
"esprima": "2.7.1",
11-
"agent-base": "^6.0.2",
1212
"js-yaml": "4.1.0"
1313
},
1414
"devDependencies": {

Tasks/DockerV0/npm-shrinkwrap.json

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

Tasks/DockerV0/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"@types/node": "^10.17.0",
55
"@types/q": "^1.5.0",
66
"@types/uuid": "^8.3.0",
7-
"del": "2.2.0",
8-
"azure-pipelines-task-lib": "^4.0.1-preview",
7+
"agent-base": "^6.0.2",
8+
"azure-pipelines-task-lib": "^4.11.0",
99
"azure-pipelines-tasks-docker-common": "2.225.0",
10+
"del": "2.2.0",
1011
"esprima": "2.7.1",
11-
"agent-base": "^6.0.2",
1212
"js-yaml": "4.1.0"
1313
},
1414
"devDependencies": {

Tasks/DockerV0/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 238,
16+
"Minor": 241,
1717
"Patch": 0
1818
},
1919
"demands": [],
@@ -341,10 +341,10 @@
341341
],
342342
"instanceNameFormat": "$(action)",
343343
"execution": {
344-
"Node10": {
344+
"Node16": {
345345
"target": "container.js"
346346
},
347-
"Node16": {
347+
"Node10": {
348348
"target": "container.js"
349349
}
350350
},

Tasks/DockerV0/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 238,
16+
"Minor": 241,
1717
"Patch": 0
1818
},
1919
"demands": [],
@@ -341,10 +341,10 @@
341341
],
342342
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
343343
"execution": {
344-
"Node10": {
344+
"Node16": {
345345
"target": "container.js"
346346
},
347-
"Node16": {
347+
"Node10": {
348348
"target": "container.js"
349349
}
350350
},

0 commit comments

Comments
 (0)