-
Notifications
You must be signed in to change notification settings - Fork 912
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
feat(load): use cosmiconfig-typescript-loader v5 to remove ts-node dependency #3722
feat(load): use cosmiconfig-typescript-loader v5 to remove ts-node dependency #3722
Conversation
…pendency for @commitlint/load
@escapedcat I still need to re-test this locally but I think I've re-applied the necessary changes. |
Thanks! Let me know when you think it can be merged. |
It should not be breaking, now that node >= 16 is required, but I'll take another look at the changelog also. |
Changelog looks good. Will merge again :P |
I didn't get a chance to test it out yesterday but I didn't see any other breaking changes yesterday (only additive like support for Esm). I'll test it out today but it's pretty identical to the original. |
@escapedcat seems like it's working well, thanks! |
Link to original PR: #3633
Just re-applying the changes.