Skip to content

chore(deps): upgrade projen to 0.103.13 and cdk to 2.267.0 - #1388

Merged
ayushtr-aws merged 2 commits into
awslabs:mainfrom
krokoko:depsupdate
Sep 1, 2026
Merged

chore(deps): upgrade projen to 0.103.13 and cdk to 2.267.0#1388
ayushtr-aws merged 2 commits into
awslabs:mainfrom
krokoko:depsupdate

Conversation

@krokoko

@krokoko krokoko commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Fixes #

Summary

Upgrade project tooling and CDK dependencies to the latest releases:

Regenerated projen-managed files (workflows, package.json, yarn.lock, .projen/*)
and refreshed integration test snapshots for the new CDK version.

Pull Request Checklist

  • Testing
    • Unit test added (prefer not to modify an existing test, otherwise, it's probably a breaking change)
    • Integration test added (if adding a new pattern or making a significant update to an existing pattern)
  • Docs
    • README: README and/or documentation topic updated
    • Design: For significant features, design document added to design folder
  • Title and Description
    • Change type: title prefixed with fix, feat or chore and module name in parenthesis, which will appear in changelog
    • Title: use lower-case and doesn't end with a period
    • Breaking?: last paragraph: "BREAKING CHANGE: <describe what changed + link for details>"
    • Issues: Indicate issues fixed via: "Fixes #xxx" or "Closes #xxx"

Test plan

  • npx projen default
  • npx projen integ:snapshot-all
  • npx projen compile
  • npx projen test (27/27 Jest suites, all integ snapshot asserts)
  • npx projen build (tests pass; local dotnet packaging skipped — no .NET SDK)
  • CI build on GitHub Actions

Notes

  • Projen 0.103.13 upgrades actions/setup-java to v6 in generated workflows.
  • CDK 2.267.0 adds new validation-report.json files to integration snapshots.
  • No construct API changes in this PR.

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

Made with Cursor

Bump CDK and Projen in projenrc, regenerate project files, and refresh
integration snapshots for the new CDK version.

Co-authored-by: Cursor <cursoragent@cursor.com>
CDK 2.267 emits validation-report.json with machine-specific stack trace
paths. Exclude it from snapshot diffs and gitignore, like metadata.json.

Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.88%. Comparing base (f1c7eb0) to head (a4dda8c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1388   +/-   ##
=======================================
  Coverage   94.88%   94.88%           
=======================================
  Files          87       87           
  Lines       26951    26951           
  Branches      834      834           
=======================================
  Hits        25572    25572           
  Misses       1379     1379           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ayushtr-aws
ayushtr-aws merged commit 5a2797b into awslabs:main Sep 1, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants