Upgrade cdk - #10
Merged
Merged
Conversation
- Upgrade aws-cdk-lib from 2.189.1 to 2.240.0 across all dependency configurations - Update Node.js Lambda runtime from NODEJS_20_X to NODEJS_22_X in api, lambda-edge, and secret constructs - Update esbuild target from node20 to node22 in lambda-edge-construct - Update test assertions to reflect Node.js 22.x runtime expectations - Regenerate yarn.lock with updated dependencies
- Remove npm dependency configuration from dependabot.yml, consolidating management to projen - Update upgrade-main workflow schedule from daily to weekly (Monday only) - Add depsUpgradeOptions to .projenrc.ts with weekly upgrade schedule - Simplify dependabot configuration to focus on github-actions only - Centralize dependency upgrade strategy in project configuration
- Update .prettierrc.json to use double quotes (singleQuote: false) - Convert all import statements and string literals to double quotes in .projenrc.ts - Update ESLint configuration and rule definitions to use double quotes - Standardize quote style in all construct files (api, auth, certificate, database, frontend, lambda-edge, secret, serverless-spa, ssm, waf) - Update Lambda handler files to use consistent double quote formatting - Convert test files to use double quote style for consistency - Update GitHub workflow configuration to use double quotes in YAML strings - Enforce consistent code style across the entire project for improved readability
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
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 #