Skip to content

Commit db332ef

Browse files
authored
chore: bump cdk-assets (#33088)
This is necessary because it requires code changes in order to be compatible with the new version, which we need for the monorepo. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ecbe1bf commit db332ef

File tree

7 files changed

+12358
-244
lines changed

7 files changed

+12358
-244
lines changed

packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES

Lines changed: 5865 additions & 98 deletions
Large diffs are not rendered by default.

packages/@aws-cdk/integ-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@aws-cdk/cloudformation-diff": "0.0.0",
7777
"@aws-cdk/cx-api": "0.0.0",
7878
"@aws-cdk/aws-service-spec": "^0.1.49",
79-
"cdk-assets": "3.0.0-rc.124",
79+
"cdk-assets": "3.0.0-rc.127",
8080
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
8181
"aws-cdk": "0.0.0",
8282
"chalk": "^4",

packages/@aws-cdk/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@smithy/util-waiter": "3.1.6",
9292
"archiver": "^5.3.2",
9393
"camelcase": "^6.3.0",
94-
"cdk-assets": "3.0.0-rc.124",
94+
"cdk-assets": "^3.0.0-rc.127",
9595
"cdk-from-cfn": "^0.162.0",
9696
"chalk": "^4",
9797
"chokidar": "^3.6.0",

packages/aws-cdk/THIRD_PARTY_LICENSES

Lines changed: 5865 additions & 98 deletions
Large diffs are not rendered by default.

packages/aws-cdk/lib/api/deployments/asset-publishing.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ export class PublishingAws implements IAws {
221221
}
222222
}
223223

224+
function ignore() {
225+
}
226+
224227
export const EVENT_TO_LOGGER: Record<EventType, (x: string) => void> = {
225228
build: debug,
226229
cached: debug,
@@ -231,6 +234,10 @@ export const EVENT_TO_LOGGER: Record<EventType, (x: string) => void> = {
231234
start: info,
232235
success: info,
233236
upload: debug,
237+
shell_open: debug,
238+
shell_stderr: ignore,
239+
shell_stdout: ignore,
240+
shell_close: ignore,
234241
};
235242

236243
class PublishingProgressListener implements IPublishProgressListener {

packages/aws-cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"@smithy/util-waiter": "^3.2.0",
176176
"archiver": "^5.3.2",
177177
"camelcase": "^6.3.0",
178-
"cdk-assets": "3.0.0-rc.124",
178+
"cdk-assets": "^3.0.0-rc.127",
179179
"cdk-from-cfn": "^0.162.0",
180180
"chalk": "^4",
181181
"chokidar": "^3.6.0",

0 commit comments

Comments
 (0)