Skip to content

chore(deps-dev): Bump the aws-cdk group with 2 updates#5

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/aws-cdk-849ad94359
Closed

chore(deps-dev): Bump the aws-cdk group with 2 updates#5
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/aws-cdk-849ad94359

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws-cdk group with 2 updates: cdk-nag and constructs.

Updates cdk-nag from 2.37.55 to 3.0.1

Release notes

Sourced from cdk-nag's releases.

v3.0.1

3.0.1 (2026-06-15)

Bug Fixes

  • walk ancestor tree in isAcknowledged and WriteNagSuppressions (#2349) (9c2d2cb)

v3.0.0

3.0.0 (2026-06-12)

⚠ BREAKING CHANGES

  • cdk nag v3 rewrites the core engine from an IAspect to an IPolicyValidationPlugin. Rule packs now participate in CDK's native policy validation framework instead of emitting annotations during synthesis.

Features

v2.38.2

2.38.2 (2026-04-27)

Bug Fixes

  • prefix using Stage Construct ID to avoid StageName colissions (#2338) (c0d76f6)

v2.38.1

2.38.1 (2026-04-21)

Bug Fixes

  • remove unnecessary test for serverSideEncryptionConfiguration to not be undefined (#2227) (9436814), closes #2226

v2.38.0

2.38.0 (2026-04-21)

Features

v2.37.56

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for cdk-nag since your current version.


Updates constructs from 10.4.5 to 10.6.0

Release notes

Sourced from constructs's releases.

v10.6.0

10.6.0 (2026-03-23)

Features

  • add stackTraceOverride option to MetadataOptions (#2853) (f1fd286)

v10.5.1

10.5.1 (2026-02-19)

Bug Fixes

  • provide default implementation of with() on Node class (#2848) (f0f37e5)

v10.5.0

10.5.0 (2026-02-17)

Features

  • mixin: add IMixin interface and Construct.with() method (#2843) (0f1005b)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-cdk group with 2 updates: [cdk-nag](https://github.com/cdklabs/cdk-nag) and [constructs](https://github.com/aws/constructs).


Updates `cdk-nag` from 2.37.55 to 3.0.1
- [Release notes](https://github.com/cdklabs/cdk-nag/releases)
- [Commits](cdklabs/cdk-nag@v2.37.55...v3.0.1)

Updates `constructs` from 10.4.5 to 10.6.0
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.5...v10.6.0)

---
updated-dependencies:
- dependency-name: cdk-nag
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: aws-cdk
- dependency-name: constructs
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@sanjayshukla98

Copy link
Copy Markdown
Contributor

Triage: holding this one. Bumping aws-cdk-lib without cdk-nag makes the installed cdk-nag type-incompatible — CI fails typecheck with AwsSolutionsChecks no longer satisfying IAspect and NagSuppressions missing from the module. This needs aws-cdk-lib + cdk-nag bumped together (lockstep) in a dedicated change, then a snapshot review. Not merging as-is.

sanjayshukla98 added a commit that referenced this pull request Jun 29, 2026
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>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/aws-cdk-849ad94359 branch June 29, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant