-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrading dependencies #100
Conversation
This introduced extra linting behaviour which was undesirable (re-sorting imports is too noisy in diffs, and anyway by being alphabetical it disrupts separations between external and internal imports) so the relevant rule has been switched off.
@@ -40,7 +40,7 @@ | |||
"hex-rgb": "^5.0.0", | |||
"highcharts": "^11.4.8", | |||
"lodash.throttle": "^4.1.1", | |||
"nuxt": "^3.13.2", | |||
"nuxt": "^3.14.1592", |
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.
They're doing a pi joke with their version numbers...
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.
not sure how i feel about this one 😆
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #100 +/- ##
=======================================
Coverage 37.15% 37.15%
=======================================
Files 56 56
Lines 146233 146233
Branches 371 371
=======================================
Hits 54334 54334
Misses 91883 91883
Partials 16 16 ☔ View full report in Codecov by Sentry. |
There were some 'critical' security vulns Updating out of caution even though dev dependency
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!
Upgrade Nuxt minor version; run 'npm audit fix' - This introduced extra linting behaviour which was undesirable (re-sorting imports is too noisy in diffs, and anyway by being alphabetical it disrupts separations between external and internal imports) so the relevant rule has been switched off.