-
-
Notifications
You must be signed in to change notification settings - Fork 436
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: convert to native ESM module #1038
Conversation
What do you think, @okonet? |
Codecov Report
@@ Coverage Diff @@
## master #1038 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 654 577 -77
Branches 149 156 +7
=========================================
- Hits 654 577 -77
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.
LGTM
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.
🥳
Sure go ahead! |
BREAKING CHANGE: _lint-staged_ is now a pure ESM module, and thus requires Node.js version `^12.20.0 || ^14.13.1 || >=16.0.0`.
649ee5d
to
6baaf74
Compare
@okonet I rebased, updated deps, and enabled a few ESLint rules to automatically sort imports. |
77b6665
to
557ddf3
Compare
🎉 This PR is included in version 12.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: lint-staged is now a pure ESM module, and thus
requires Node.js version
^12.20.0 || ^14.13.1 || >=16.0.0
.To update your Node.js integration, please use: