Skip to content
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

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Upgrading dependencies #100

merged 3 commits into from
Dec 13, 2024

Conversation

david-mears-2
Copy link
Contributor

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.

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",
Copy link
Contributor Author

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...

Copy link
Contributor

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 😆

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.15%. Comparing base (75d3743) to head (4029005).
Report is 4 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

There were some 'critical' security vulns

Updating out of caution even though dev dependency
@david-mears-2 david-mears-2 marked this pull request as ready for review December 13, 2024 11:36
Copy link
Contributor

@M-Kusumgar M-Kusumgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@david-mears-2 david-mears-2 merged commit ba4cc0e into main Dec 13, 2024
6 checks passed
@david-mears-2 david-mears-2 deleted the update-deps branch December 13, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants