-
Notifications
You must be signed in to change notification settings - Fork 2
🔪/✨ 5.0 #316
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
Conversation
We don't use any of the build-related tooling that this library exports. This removes the script and all related configuration and dependencies and replaces the build process with a simple Babel CLI based build. BREAKING CHANGE: This removes the `hover-scripts build` script, the exported Babel configuration, and the exported Rollup configuration. It also removes the built-in Babel integration in the Jest configuation.
Codecov Report
@@ Coverage Diff @@
## main #316 +/- ##
==========================================
+ Coverage 89.82% 93.12% +3.30%
==========================================
Files 26 25 -1
Lines 393 291 -102
Branches 87 59 -28
==========================================
- Hits 353 271 -82
+ Misses 33 19 -14
+ Partials 7 1 -6
Continue to review full report at Codecov.
|
🎉 This PR is included in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
nice! did that weird bug that was blocking us awhile back get resolved. I think it had something to do with trouble extending configs |
BREAKING CHANGES: removes
hover-scripts build
and all related dependencies and configuration files (rollup, babel, .etc).NEW FEATURE: Strict ESLint configuration.