remoteinterview / zero

Zero is a web server to simplify web development.

Home Page:https://zeroserver.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump TypeScript version to latest

asadm opened this issue · comments

Zero is using a bit older version of TypeScript. We need to update it to latest version. Off the top of my head:

I can take this one
EDIT: Though It might conflict with a different issue

Give it a shot if you want, we can always (try to) resolve conflicts 😄

I received this after testing an unedited version of Zero:
Test Suites: 2 failed, 8 passed, 10 total
Tests: 13 failed, 48 passed, 61 total
Snapshots: 0 total
Time: 1079.525s
Ran all test suites.

After upgrading typescript to 3.6.4 (latest): Test pasted
Typescript seems to work (the new version) however other libraries for me fail the test, which doesn't seem to be because of the change just because of my computer.

Interesting, what OS/version are you on?

I would say still make the PR, our CI will run it against all platforms anyway.

I am on Windows 10. I will PR it then thank you, please don't mark it as spam then I would highly appreciate it.