-
Notifications
You must be signed in to change notification settings - Fork 472
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
Cleanup repo #459
Cleanup repo #459
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 21adad1:
|
Codecov Report
@@ Coverage Diff @@
## beta #459 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 412 412
Branches 98 98
=========================================
Hits 412 412 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thank you!
@all-contributors please add @MichaelDeBoey for code |
I've put up a pull request to add @MichaelDeBoey! 🎉 |
🎉 This PR is included in version 7.0.0-beta.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #430 BREAKING CHANGE: This drops support for Node 8. Node 10 or greater is now required.
Closes #430 BREAKING CHANGE: This drops support for Node 8. Node 10 or greater is now required.
Sorry to be commenting on a merged PR, but any chance the Node v10 requirement could be made a tiny bit lower, e.g. |
Pretty sure we could manage regular node 10 actually |
This is a follow-up to testing-library#459.
This is a follow-up to testing-library#459.
This is a follow-up to #459.
@NMiinhNguyen I've set the minimum requirement to |
But we only use semantic release when we're releasing the package and we only do today with node 12 |
Edit: Whoops wrong library 😅 We're indeed only using it with Node 12, so we should look at all the other dependencies to see which would be the minimum Node version
// example of a possible .travis.yml
jobs:
include:
- stage: release
node_js: 10.13
script: kcd-scripts travis-release |
@MichaelDeBoey as far as the consumption of this library is concerned, |
In any case, I think Node 10 is the version I want my packages supporting and if we have a dep that prevents that then we should change the dep or did the dep. |
Closes #430 BREAKING CHANGE: This drops support for Node 8. Node 10 or greater is now required.
Closes #430 BREAKING CHANGE: This drops support for Node 8. Node 10 or greater is now required.
No description provided.