-
Notifications
You must be signed in to change notification settings - Fork 249
chore(deps): upgrade to typescript 3.9.3 #1664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BREAKING CHANGES: The TypeScript compiler was upgraded from 3.8 to 3.9, which includes a few breaking changes. More information can be found on the TypeScript 3.9 Announcement page: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#breaking-changes
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Note that this includes a workaround for microsoft/TypeScript#38542 |
Fine with accepting this. This caught my eye in the list of breaking changes:
This might have implications for jsii. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since TS contains breaking changes, technically jsii should bump breaking changes? (And therefore CDK should bump breaking changes?)
In fact it doesn't... This is a change in the emitted JS code only; in case the compiler is configured to target |
I'm not sure those breaking changes are actually problematic. The ones that affect us are either TypeScript generating less surprising code in some fringe cases, and type checking improvements that may find previously unseen bugs. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Leaving as |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Commit Message
chore(deps): upgrade to typescript 3.9.2 (#1664)
BREAKING CHANGES: The TypeScript compiler was upgraded from 3.8 to 3.9,
which includes a few breaking changes. More information can be found on
the TypeScript 3.9 Announcement page:
https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#breaking-changes
End Commit Message
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.