-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Build with TS 2.7 #45348
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
Build with TS 2.7 #45348
Conversation
yarn.lock
Outdated
typescript@2.6.1: | ||
version "2.6.1" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631" | ||
typescript@2.7.1: |
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.
Why was this changed in yarn.lock
but typescript-formatter
wasn't? It's still at 4.0.1
just above this.
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.
Running yarn
on my checkout of this branch causes many yarn.lock
changes including typescript-formatter
.
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.
Bad rebase. The error is from TS 2.7.2 with ts-formatter 7.1.0 though
Updating yarn versions fixed the tslint error. Just a few formatting errors now. Thanks for the suggestion @Andy-MS! |
* Pick up TS 2.7 * Fix formatter in build script * Fix build error for ts 2.7 * Pick up new ts format and tslint versions * Update lock * use 2.7.2 for build * Formatting
Fixes #42853