Skip to content

chore: group CDK deps in Dependabot; stop duplicating versions in tech.md#274

Merged
frbrkoala merged 2 commits into
mainfrom
chore/cdk-deps-hygiene
Jul 6, 2026
Merged

chore: group CDK deps in Dependabot; stop duplicating versions in tech.md#274
frbrkoala merged 2 commits into
mainfrom
chore/cdk-deps-hygiene

Conversation

@frbrkoala

Copy link
Copy Markdown
Contributor

What does this PR do?

🛑 Please open an issue first to discuss any significant work and flesh out details/direction — we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.

Motivation

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New blueprint (adding a new protocol — see checklist below)
  • Documentation update
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Testing

  • I have run npm run build successfully
  • I have run npm run test and all tests pass
  • I have run npx cdk synth with a sample .env (e.g. from blueprints/dummy/samples/) and it succeeds
  • I have run pre-commit hooks: npm run run-pre-commit

New Blueprint Checklist (if adding a protocol)

  • Blueprint follows the structure of blueprints/dummy/ (reference implementation)
  • Blueprint README follows the standard template (matches Dummy section titles and ordering)
  • Setup section points to Getting Started (not inline instructions)
  • Deployment section leads with AI-driven deployment (Option 1) and manual as Option 2
  • Sample .env files are provided for at least one network (mainnet or testnet)
  • Configuration scripts follow the install/run dispatch pattern (see blueprints/dummy/)
  • Blueprint page added to website/docs/blueprints/ (.mdx mirror importing README)
  • Client Release Channels table added to README under Additional Resources

Documentation

  • I have updated relevant documentation (if applicable)
  • I have run cd website && npm run build with no broken links (if docs changed)

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

vlasonfa added 2 commits July 6, 2026 14:19
Add a dedicated aws-cdk Dependabot group (aws-cdk, aws-cdk-lib, constructs) so
routine version bumps land in one focused PR, and document that the CLI and
library are version-coupled. Grouping only covers version updates; a
security-only advisory can still bump one package alone, so the "Validate CDK
synthesis" CI check remains the backstop against lib/CLI schema drift.

Refresh the stale dependency list in .kiro/steering/tech.md to match the root
package.json (aws-cdk-lib 2.261.0, aws-cdk 2.1129.0, constructs 10.4.3, dotenv
17.2.3, cdk-nag 2.37.55, etc.), add the previously-omitted build/test
toolchain packages, and note that package.json is the source of truth. The
ES2020 target and strict-null-checks claims were verified against
tsconfig.json and left unchanged.

Note: the aws-cdk-lib/aws-cdk versions here match the separate bump on
chore/bump-aws-cdk-lib-and-cli.
tech.md restated pinned versions that also live in package.json, so it went
stale on every dependency bump. Because tech.md is an always-included steering
file, those stale numbers were injected into every session.

Replace the version list with dependency names + roles and point to the package
manifests (root package.json / package-lock.json for the CDK app, and
website/package.json for the docs site) as the single source of truth, per the
ci-workflows.md single-source-of-truth principle. The CDK lib/CLI coupling note
is kept (it carries no specific versions).
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@frbrkoala frbrkoala left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Scan for commit: c2133ca | Updated: 2026-07-06 04:49:14 UTC

🔒 Security Scan Results

Scanned files: 2

⚠️ Security findings detected. Please review and address before merging.

@frbrkoala frbrkoala merged commit b0233f8 into main Jul 6, 2026
7 checks passed
@frbrkoala frbrkoala deleted the chore/cdk-deps-hygiene branch July 6, 2026 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants