Feature/grs 1955 change commonjs imports
@rsk2 is attempting to deploy a commit to the github readme stats Team on Vercel.
A member of the Team first needs to authorize it.
@rsk2 I checked this PR, and something weird is happening. It looks like not all changes in https://github.com/rsk2/github-readme-stats/pull/1/files are found in this PR. I think this is because merge conflicts in 275ec70 were not correctly dealt with.

Still is

Which is incorrect and will throw an error.
I fixed the merge conflicts with a force push (see https://github.com/anuraghazra/github-readme-stats/compare/275ec7001b4ba1d055be692f43e59fe3c52fa3b9..0b3f701c005228c8723918aeea34f25ede6166ad).
Codecov Report
Base: 95.20% // Head: 94.66% // Decreases project coverage by -0.53% :warning:
Coverage data is based on head (
de42345) compared to base (4073512). Patch coverage: 100.00% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## master #1995 +/- ##
==========================================
- Coverage 95.20% 94.66% -0.54%
==========================================
Files 22 22
Lines 792 712 -80
Branches 219 219
==========================================
- Hits 754 674 -80
Misses 33 33
Partials 5 5
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/calculateRank.js | 97.29% <ø> (-0.08%) |
:arrow_down: |
| src/cards/repo-card.js | 100.00% <ø> (ø) |
|
| src/cards/stats-card.js | 100.00% <ø> (ø) |
|
| src/cards/top-languages-card.js | 100.00% <ø> (ø) |
|
| src/cards/wakatime-card.js | 98.61% <ø> (-0.16%) |
:arrow_down: |
| src/common/Card.js | 95.08% <ø> (-0.24%) |
:arrow_down: |
| src/common/I18n.js | 80.00% <ø> (-1.82%) |
:arrow_down: |
| src/common/blacklist.js | 100.00% <ø> (ø) |
|
| src/common/createProgressNode.js | 100.00% <ø> (ø) |
|
| src/common/icons.js | 100.00% <ø> (ø) |
|
| ... and 12 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
All problems are fixed now. @rsk2 Thanks a lot for your contribution! 🚀 It greatly improves the codebase.
Thanks for your help and guidance @rickstaa!