Skip to content
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

Fix tsc #7

Merged
merged 4 commits into from
Dec 15, 2021
Merged

Fix tsc #7

merged 4 commits into from
Dec 15, 2021

Conversation

anotherminh
Copy link
Member

@anotherminh anotherminh commented Dec 15, 2021

Related Issues

Noticed that tsc was very unhappy with all the external dependencies. I think some versions of yarn are incompatible with some versions of typescript. (See an old issue here) By setting yarn to the latest version (3.1.1 -- we were on 3.1.0) I was able to fix all the tsc errors. Commands ran:

$ yarn set version latest 
$ yarn cache clean && yarn

Also removed mocha because we weren't using it.

Security Implications

[none]

System Availability

[none]

@eligrey
Copy link
Member

eligrey commented Dec 15, 2021

🎉

@anotherminh anotherminh merged commit 08030c7 into main Dec 15, 2021
@delete-merged-branch delete-merged-branch bot deleted the anotherminh/fix-tsc branch December 15, 2021 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants