-
Notifications
You must be signed in to change notification settings - Fork 909
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
Few questions about project #918
Comments
Officially it is 8 - we support LTS releases until they hit EOL. This is true for 8 since 2019-12-31, so we can roll over to support 10, 12 and eventually 14. Let's clean up older data.
Historic drift. commitlint is under development since February 2016 :) Let's clean that up asap.
I'd hope we can get rid of this by mocking away most things via jest. |
There is a roadmap for v9 in the makings, but we need to discuss it before publishing it. That might help provide a clear direction where we are working towards to 😄 |
commitlint
is currently supporting?engines.node in most packages states 4, in root you can find 6 but some of dependencies require 8 and tests are executed on 8+. Should we align this?
What we should use? mayby we should just stick with fs and promisify?
sander
https://www.npmjs.com/package/sander , no longer maintained@marionebl/sander
https://www.npmjs.com/package/@marionebl/sander , fork of sander and no longer maintainedfs-extra
(i introduced it as other had no types)@marionebl/sander
but in different versiontmp
has mechanism to clean temporary files before program is closing, but due to isolation of jest it never gets triggered, than we have to call it manuallyThe text was updated successfully, but these errors were encountered: