Skip to content

Commit a1ef4fc

Browse files
otaviomacedogithub-actions
andauthored
fix(cli): update cdk-from-cfn to fix a number of cdk migrate bugs (#569)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 6aea6c1 commit a1ef4fc

File tree

7 files changed

+5
-12
lines changed

7 files changed

+5
-12
lines changed

.projenrc.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,8 +1059,7 @@ const cli = configureProject(
10591059
'@smithy/util-waiter',
10601060
'camelcase@^6', // Non-ESM
10611061
cdkAssets,
1062-
// A version that is guaranteed to still work on Node 16
1063-
1062+
'cdk-from-cfn',
10641063
'chalk@^4',
10651064
'chokidar@^3',
10661065
'decamelize@^5', // Non-ESM

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20991,7 +20991,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2099120991

2099220992
----------------
2099320993

20994-
** cdk-from-cfn@0.162.1 - https://www.npmjs.com/package/cdk-from-cfn/v/0.162.1 | MIT OR Apache-2.0
20994+
** cdk-from-cfn@0.219.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.219.0 | MIT OR Apache-2.0
2099520995

2099620996
----------------
2099720997

packages/aws-cdk/.projen/deps.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-cdk/.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-cdk/THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20784,7 +20784,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2078420784

2078520785
----------------
2078620786

20787-
** cdk-from-cfn@0.162.1 - https://www.npmjs.com/package/cdk-from-cfn/v/0.162.1 | MIT OR Apache-2.0
20787+
** cdk-from-cfn@0.219.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.219.0 | MIT OR Apache-2.0
2078820788

2078920789
----------------
2079020790

packages/aws-cdk/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)