-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Upgrade Typescript to 3.5.1 #1650
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
Ping @Shopify/app-bridge |
Any thoughts on what to do about the CI check failing with?
Sounds like it's safe to ignore, but can we silence these warnings so CI will pass? Looks like this version of TypeScript is supported in master and maybe the canary release of this package: https://github.com/typescript-eslint/typescript-eslint/blob/master/package.json#L81. Do we need to wait for another release of this dependency? |
We'll need to either (in descending order of preference):
Can we bare to wait for a few days and see if I really dislike that resolution trick as it feels really fragile but hey it seems to work and hopefully we'll get eslint-plugin-shopify using typescript-eslint/parser within the next few weeks so it can go away (hi @cartogram) |
This feels like a good plan to me. I'll throw a In the mean time I'll just be watching https://github.com/typescript-eslint/typescript-eslint waiting for a release. |
Well that was a quick turnaround: https://github.com/typescript-eslint/typescript-eslint/releases/tag/v1.10.2 ping: @BPScott |
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.
Hurrah for patience!
Below type error solved with d52c0a6