chore(deps): upgrade aws-cdk-lib + cdk-nag + constructs (lockstep)#10
Merged
Conversation
Supersedes the failing aws-cdk group bump (#5). Bumping aws-cdk-lib without cdk-nag made the installed cdk-nag type-incompatible; upgrade them together: - aws-cdk-lib ^2.202.0 -> ^2.260.0 - cdk-nag ^2.37.x -> ^2.38.2 (last v2; keeps the IAspect gate model) - constructs ^10.4.5 -> ^10.5.1 (required by cdk-nag 2.38.2) - aws-cdk CLI 2.1030.0 -> 2.1128.1 Stayed on cdk-nag v2 deliberately: v3 rewrites the engine from IAspect to a policy-validation plugin, which would rewrite the gate wiring and the test assertions — a separate, larger migration. Compliance gate still green (0 AwsSolutions findings). Snapshots re-baselined for benign upstream drift: the VPC flow-log role dropped an unnecessary iam:PassRole, and CDK custom-resource handlers moved nodejs22.x -> nodejs24.x. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Supersedes #5 (which bumped aws-cdk-lib without cdk-nag and broke typecheck).
Changes
Stayed on cdk-nag v2 on purpose — v3 replaces the
IAspectengine with a policy-validation plugin, which would require rewriting the gate wiring and the compliance-test assertions. That's a separate migration.Verification
iam:PassRole; custom-resource handlersnodejs22.x → nodejs24.xCloses #5
🤖 Generated with Claude Code