Skip to content

Update dependencies#2862

Merged
jmthomas merged 6 commits intomainfrom
dependencies
Feb 24, 2026
Merged

Update dependencies#2862
jmthomas merged 6 commits intomainfrom
dependencies

Conversation

@jmthomas
Copy link
Copy Markdown
Member

No description provided.

# Update dependencies to latest compatible versions
update:
uv lock --upgrade
uv sync --upgrade
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@mcosgriff I had to change this to get uv to update all the outdated packages

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This will update the pyproject.toml or just the lock file?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Appears to be just the lock file


# Development Dependencies
s.add_development_dependency 'benchmark-ips', '~> 2.9'
s.add_development_dependency 'diff-lcs', '~> 1.4' if RUBY_ENGINE == 'ruby' # Get latest for MRI
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@ryanmelt I couldn't find that this was used so I removed it

@jmthomas jmthomas requested a review from ryanmelt February 23, 2026 16:38
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 68.18182% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.73%. Comparing base (098b373) to head (6b4ff88).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...s-tool-tlmviewer/src/tools/TlmViewer/TlmViewer.vue 50.00% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2862      +/-   ##
==========================================
+ Coverage   78.72%   78.73%   +0.01%     
==========================================
  Files         667      667              
  Lines       54496    54503       +7     
  Branches      731      731              
==========================================
+ Hits        42904    42915      +11     
+ Misses      11512    11508       -4     
  Partials       80       80              
Flag Coverage Δ
python 80.69% <ø> (+0.01%) ⬆️
ruby-api 80.26% <ø> (+0.04%) ⬆️
ruby-backend 82.07% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

jmthomas and others added 4 commits February 23, 2026 14:29
Add retry logic to OpenC3Authentication for transient DNS/connection
failures during script subprocess startup in Docker. Also fix a timezone
race condition in TlmViewer where the playback date/time fields could be
populated before the time_zone setting loaded, causing playback to query
the wrong time. Await the get_setting call in created() to match the
DataExtractor pattern. Add error handling for screen list API calls and
guard against undefined responses when loading screens. Add data-test
attribute to NewScreenDialog target selector for reliable test targeting.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@jmthomas jmthomas merged commit ec81434 into main Feb 24, 2026
49 of 51 checks passed
@jmthomas jmthomas deleted the dependencies branch February 24, 2026 23:03
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.

3 participants