rokucommunity / roku-deploy

An npm module for zipping and deploying to Roku devices.
MIT License
41 stars 17 forks source link

Upgrade to latest typescript #147

Closed TwitchBronBron closed 6 months ago

TwitchBronBron commented 7 months ago

Upgrade to latest typescript and other tools (mocha, chai, etc...).

npm install typescript@latest

Here are some good candidates:

MilapNaik commented 6 months ago

Won't be upgrading Chai because version 5.x is ESM-only

See: https://github.com/chaijs/chai/issues/1607

MilapNaik commented 6 months ago

Upgrading Sinon past v13 causes errors, upgrading chalk at all causes errors

MilapNaik commented 6 months ago

Upgrading @typescript-eslint/eslint-plugin/@typescript-eslint/parser to v6 causes errors

MilapNaik commented 6 months ago

(Most of these errors can be fixed if we ever decide to upgrade node past v14)