chore(deps): update TypeScript project dependencies to latest#1252
Merged
chore(deps): update TypeScript project dependencies to latest#1252
Conversation
- Update aws-cdk-lib to 2.248.0, aws-cdk CLI to 2.1114.1 - Update typescript to ~5.9.3, @types/node to ^24.10.1 - Update jest to ^30, @types/jest to ^30, ts-jest to ^29 - Update constructs to ^10.0.0 - Delete stale scripts/update-packagejson/update-cdk-packages.ts - Fix imagebuilder IManagedPolicy breaking change (use fromAwsManagedPolicyName) - Fix ec2-instance toThrowError -> toThrow for Jest 30 compat - Fix ec2-instance-connect-endpoint pinned constructs version - Remove duplicate yarn.lock files causing MultipleLockFilesFound errors - Update test snapshots for new CDK output
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.
Changes
Dependency updates (101 package.json files)
aws-cdk-libto 2.248.0aws-cdkCLI to 2.1114.1typescriptto ~5.9.3@types/nodeto ^24.10.1@types/jestto ^30,jestto ^30,ts-jestto ^29constructsto ^10.0.0Breaking change fixes
typescript/imagebuilder: Replace raw{managedPolicyArn}objects withiam.ManagedPolicy.fromAwsManagedPolicyName()(IManagedPolicy interface changed in cdk-lib 2.248)typescript/ec2-instance: ReplacetoThrowErrorwithtoThrow(removed in Jest 30)typescript/ec2-instance-connect-endpoint: Update pinnedconstructs10.0.5 to ^10.0.0 (old version missingIMixinexport)typescript/api-cors-lambda-crud-dynamodb: UpdateexternalModulesfromaws-sdkto@aws-sdk/*and addsdkV2NotInRuntimefeature flagCleanup
scripts/update-packagejson/update-cdk-packages.ts(superseded bysrc/version)yarn.lockfiles causingMultipleLockFilesFounderrors in 4 projectsTest snapshot updates
api-gateway-lambda-token-authorizer,ec2-instance,ec2-instance-connect-endpoint,inspector2,ec2-ssm-local-zone,aws-transfer-sftp-serverValidation
All 81 buildable TypeScript projects pass
tsc+cdk synth(7 skipped via DO_NOT_AUTOTEST).By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.