DO-1765: Update constructs peer dependency to ^10.5.0#1638
Merged
TheOrangePuff merged 2 commits intomainfrom Apr 1, 2026
Merged
DO-1765: Update constructs peer dependency to ^10.5.0#1638TheOrangePuff merged 2 commits intomainfrom
TheOrangePuff merged 2 commits intomainfrom
Conversation
aws-cdk-lib@2.245.0 requires constructs@^10.5.0 for the IMixin export. The previous version constraint (^10.3.0/^10.4.2) resolved to 10.4.5 which does not include IMixin, breaking all package builds.
…tructs dependency @aws-solutions-constructs/aws-lambda-sqs-lambda bundles constructs as a direct dependency, creating duplicate types that cause build failures. A root-level resolution forces all packages to share a single copy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the proposed changes
aws-cdk-lib@2.245.0(updated in #1636) requiresconstructs@^10.5.0for theIMixinexport. The previous version constraints (^10.3.0/^10.4.2) resolved to10.4.5which does not includeIMixin, causing all package builds to fail with:This PR:
constructspeer dependencies to^10.5.0constructsresolution (^10.5.0) to force deduplication —@aws-solutions-constructs/aws-lambda-sqs-lambdabundlesconstructsas a direct dependency, creating duplicate types that causedprerender-fargatebuild failuresNotes to reviewers
ℹ️ When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback