-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(plugin-js-packages): calculate total dependencies from package.json #690
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 8a03b13. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit 203aaa9 with source commit 0a72931. 🏷️ Categories🗃️ Groups👍 2 groups improved, 👎 1 group regressed
18 other groups are unchanged. 🛡️ Audits👍 6 audits improved, 👎 10 audits regressed, 7 audits changed without impacting score
499 other audits are unchanged. |
bc0b60a
to
8a03b13
Compare
Closes #597
In this PR I fix the way of calculating outdated score. Now the number of all dependencies of a given type is used to create the ratio of outdated major dependencies.
At the moment, only one
package.json
can be referenced to calculate the total.