chore(tools): upgrade ts-morph for TypeScript 5.9#38087
Conversation
Upgrade ts-morph from ~24.0.0 to ~27.0.0 in construct-metadata-updater, enum-updater, and lambda-integration-test-updater.
|
PRs without a linked issue will receive lower priority for review and merging. Please update the description to follow the PR template and include a line like |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 31 minutes 36 seconds in the queue, including 31 minutes 19 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
ts-morphbundles its own version of TypeScript. To align with the TypeScript 5.9 upgrade, we need to updatets-morphto a version that bundles TS 5.9 as well.Description of changes
Bumped
ts-morphfrom~24.0.0to~27.0.0in three tool packages:construct-metadata-updaterenum-updaterlambda-integration-test-updaterThe
yarn.lockis updated accordingly.Describe any new or updated permissions being added
N/A
Description of how you validated changes
Dependency upgrade only. The tools continue to compile and function as before.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license