Skip to content

Commit 09ef5a0

Browse files
otaviomacedogithub-actionsmrgrain
authored
chore: update SDK range to ^3 (#171)
We've already moved ;) --- 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]> Co-authored-by: Momo Kornher <[email protected]>
1 parent b580d1e commit 09ef5a0

File tree

13 files changed

+752
-760
lines changed

13 files changed

+752
-760
lines changed

.projen/deps.json

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

.projenrc.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,7 @@ const ADDITIONAL_CLI_IGNORE_PATTERNS = [
8383
'.recommended-feature-flags.json',
8484
];
8585

86-
// Specifically this and not ^ because when the SDK version updates there is a
87-
// high chance that our manually copied enums are no longer compatible.
88-
//
89-
// FIXME: Sort that out after we've moved.
90-
const CLI_SDK_V3_RANGE = '3.741';
86+
const CLI_SDK_V3_RANGE = '^3';
9187

9288
/**
9389
* Shared jest config

package.json

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

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

+41-41
Large diffs are not rendered by default.

packages/@aws-cdk/toolkit-lib/.projen/deps.json

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

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

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

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

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

0 commit comments

Comments
 (0)