chore: upgrade dependencies and make package ESM only#57
Conversation
eslint flat config, tsconfig, jest => vitest BREAKING-CHANGE: no CJS exported by the package anymore
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
==========================================
- Coverage 83.82% 81.02% -2.80%
==========================================
Files 13 11 -2
Lines 272 253 -19
Branches 43 45 +2
==========================================
- Hits 228 205 -23
- Misses 44 47 +3
- Partials 0 1 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
targos
left a comment
There was a problem hiding this comment.
What you did is not really wrong but weirdly a bit different from our common practices. What did you use as a reference?
I usually use https://github.com/cheminfo/generator-cheminfo/blob/main/ts-migration.md as reference but not this time (I guess because I felt confident doing it without a guide, and because it was already in TS). |
Co-authored-by: Michaël Zasso <targos@protonmail.com>
eslint flat config, tsconfig, jest => vitest
BREAKING-CHANGE: no CJS exported by the package anymore