chore(deps): upgrade projen to 0.103.13 and cdk to 2.267.0 - #1388
Merged
Conversation
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>
krokoko
requested review from
ClintEastman02,
aws-rafams,
ayushtr-aws,
isadeks,
mayakost,
nizar-lahlali and
scottschreckengaust
September 1, 2026 22:00
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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
isadeks
approved these changes
Sep 1, 2026
ayushtr-aws
approved these changes
Sep 1, 2026
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.
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
designfolderTest plan
npx projen defaultnpx projen integ:snapshot-allnpx projen compilenpx projen test(27/27 Jest suites, all integ snapshot asserts)npx projen build(tests pass; local dotnet packaging skipped — no .NET SDK)Notes
actions/setup-javato v6 in generated workflows.validation-report.jsonfiles to integration snapshots.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