-
Notifications
You must be signed in to change notification settings - Fork 81
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
Explicitly specify that TS 4.1 is required #485
Conversation
|
Yeah. I've seen that. I was not sure if you wanted to keep that newer (4.2.2) version in the lock and effectively run the tests on something newer that the lowest supported (4.1), which could lead to similar situation as this PR is trying to fix -- the this package uses features that are not available in Typescript declared in |
That is a good point. |
Meaning I should still revert the lock file in this PR, correct? |
Yes, please do |
The compilation under TypeScript 4.0 fails
19c2560
to
eb57746
Compare
Ok. Done. |
🎉 This PR is included in version 8.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Created follow up issue: #486 |
The compilation under TypeScript 4.0 fails.
I am not sure if the
package-json.lock
should be modified as well or not. I have modified it to match the minimum required version and therefore make the continuous integration run on that version, which is IMO an advantage.